Networks Flashcards

1
Q

List 2 types of network topologies and 1 advantage and disadvantage for both.

A

Bus

+ If a computer goes down it doesn’t take out the entire system
+ Less cabling required
- Cannot have two computers transmitting at the same time. Messages ‘collide’
- As several computers are using the same wire you can eavesdrop on messages for other machines
- A break in the cable breaks the entire network

Star
+ If a node fails the entire system stays up
+ Message collisions do not occur, the switch in the centre stores the frames of information until the backbone is ready to receive
+ Hard for people to eavesdrop on your messages. Each computer has a dedicated cable used to connect it to the switch
- If the central server / switch goes down the entire network fails

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

What does CSMA/CD stand for, and why is it important in a bus network?

A

Carrier Sense Multi Access/Collision Detection.

To reduce the amount of collisions by detecting collisions and stopping transmission, as needed.

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

Describe the action of sending a packet with CSMA/CA.

A
  1. If bus is quiet transmit.
  2. If bus is busy wait random period, then check again to see if busy is busy.
  3. [OPTIONAL] send Request To Send (RTS) packet to access point (in wireless networks), wait for Clear To Send (CTS)
  4. If receive CTS then transmit, otherwise wait random period then repeat whole process.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of a router?

A

To connect different networks.

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

How are the DNS servers structured.

A

Hierarchally.

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

What is the difference between a LAN and a WAN?

A

A LAN is a local area network, confined to a small geographical area, where as a WAN is a larger interconnected network, which spans across larger physical zones.

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

A network has a subnet mask of /30, how many usable, host addresses are available per subnet?

A

2

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

Convert 255.255.192.0 to CIDR form. (/##)

A

/18

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

When is a default-gateway used?

A

When a device needs to communicate with another device outside of it’s network.

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