1.5 Network Topologies, Protocols and Layers Flashcards

1
Q

What is a topology?

A

The technology behind the connected devices.

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

What is a mesh network?

A

Full – All devices are connected to each other.

Partial – Not all devices are connected to each other.

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

What are the advantages of a mesh network?

A

1) No single point where the network can fail:
If the node in the route fails, the packet is sent a different way.

2) Can handle high volumes of traffic (why it’s faster).
3) Adding more nodes won’t hinder the process as all nodes help to transmit data.

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

What are the disadvantages of a mesh network?

A

1) Expensive to set up - needs a lot of cables.
2) Hard to manage.

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

What is a star network?

A

Each device is connected by an individual cable directly to the server.

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

What are the advantages of a star network?

A

1) If a device fails, the rest of the network is unaffected.
2) Simple to add new devices.
3) Good performance.
4) Fewer data collisions.
5) Easier to manage from a central point.

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

What are the disadvantages of a star network?

A

1) Switch depends on the network (switch dies = network dies).
2) Can be expensive for cables.

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

What is encryption?
Why is it used?

A

A method of scrambling data with a key code which makes no sense.
Encryption is used so if anyone intercepts other people’s packets, they would make no sense (this is because the key is need to decrypt the packets).

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

What is packet switching?

A

Process of breaking down data and sending it in smaller “packets” then reassembling the data at the receiving end.

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

What are the contents of the packets?

A

1) IP of origin location.
2) IP of destination.
3) Order (of packets).
4) Check Sum (checks correct number of packets have been).

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

Which route do the packets take?

A

The fastest route; not the shortest (often differs for each packet).

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

What does the sending device do?

A

Splits data into equal sized packets which will be given:

A number
The IP address of the receiver’s device
Error checking data.
The packets are sent across the network to the receiver’s device.

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

What does the receiving device do?

A

1) Checks if all the packets have been received.
If they’re not received, it keeps checking.
2) Increments a timer and if the packets aren’t received in time, it sends timeout to the sender’s device.
3) If they are received, they order the packets numerically and display the sent thing.

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

What is an IP Address?

A

An IP Address is a unique string of numbers separated by full stops that identifies each computer using the internet protocol to communicate over a network.

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

What does a Media Access Control address do?

A

Uniquely identifies a device on a network by identifying the network adapter that the device is using and assigns the IP address.

Each address is individual and is made up of 48 bits, written in hexadecimal for ease.

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

Why can’t the owner change the MAC address?

A

Because it’s embedded into the device when it’s manufactured.

17
Q

What is a network protocol?

A

Defines rules and standards for data transmission.

18
Q

What is the network protocol?

A

TCP/ IP (Transmission Control Protocol/ Internet Protocol):

Finds how data is sent and received over the internet.