INTERNET AND DATA TRANSMISSION Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a network

A

Collections of computing devices, called nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are NICs

A

Network interface cards are what receive and transmit signals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a MAC address

A

48 bit idenfiers for network devices, contains the manufacturer number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a router

A

A device which connects networks, for example connecting you to your ISP from LAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a WAP ;)

A

What wireless devices connect to.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

3 types of network topologies

A

BUS STAR RING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bus vs star vs ring topology

A

Bus is every node connects to a single cable
Star is there is a central node and everything else connects to it, a hub is in the middle
Ring is where all nodes are connected cyclically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

LAN vs WAN

A

lan is local to a geographical area

Wans cover a large geographical area,like internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Two types of network organisations

A

CLIENT SERVER

PEER TO PEER P2P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

3 layers to a network and what they area

A

APPLICATION - sets up the data to be received and sent
NETWORK - where the data gets sent to, and how to sent it there (through the topology etc)
PHYSICAL - physical sending of the data through fiber optic etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a protocol

A

Rules for how a network should communicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the four layers of abstraction in the TCP IP stack and what they are

A

Application - packing up the data and dealing with it, compressing too etc, client side
Transport - deals with the connection, reliable flow of data
Internet - deals with the IP and packing the data into the format (header + payload data)
Link - passes data grams to the LAN, physically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a data gram

A

Entity of data which contains where it needs to go and other metadata

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is circuit switching

A

When a direct route for the connection is established for the duration of a communication, you ‘rent’ the connection for a duration of time, can make long distance calls expensive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is packet switching

A

Where data is split into packets of data and assigned an id for its order. The data gets sent along any route available and is reassembled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do the levels of domains in a DNS hierarchy work

A

1st level is domains like .com, .uk, .edu
2nd level is domains like .co .org (eg .co.uk or .org.uk)
3rd level is domains like Instagram etc
There is a root domain at the top

17
Q

What is a brute force attack

A

Keeping on trying passwords until getting in

18
Q

What is a firewall

A

Packet filtering, controlling the traffic coming into a network

19
Q

What is a proxy server

A

A server which is between the user and and incoming packets. If it’s a banned thing, then it never gets to the users computer

20
Q

What is a scripting language

A

A language designed to run in a virtual environment and is not compiled down to object code.

21
Q

What can be added to a html document to include it in the search engine search algorithms

A

Meta tags, included in the part. Has tags such as keywords, content and author etc

22
Q

What is the dampening factor

A

The probability that a person searching is likely to continue

23
Q

Pagerank algorithm and its arts

A

for N linking pages
PR(A) = (1-d) + d( PR(TN)/C(TN) + …)
PR(x) is the page rank of page X, where it’s the number of pages that have a link to page x
C(x) is the number of links that are in page X that point elsewhere (outbound)
D is the dampening factor between 0 and 1

24
Q

Pros of client side processing

A

Reduces server load (because)
Data is checked client side
reduces web traffic by not sending erroneous data

25
Q

Pros of server side processing

A

Client side could not be valid
Validation of the data can be ensured (so)
it can stop unwanted data accesses (therefore)
making the connection and server system safe.

26
Q

3 lossy compressors

A

PJEG MP3 MPEG

27
Q

Symmetric vs assemetric encryption

A

Symmetric used the same key to encrypt and decrypt

Asymmetric uses a public key to encrypt data anywhere and a private key only to decrypt

28
Q

What is a password salt

A

Random data appended to password before hashed.

Salt is also stored the hash and used to decrypt (not checksum hash)

29
Q

What is a server

A

A device which provides a central point of access