CSMA and DNS Flashcards

1
Q

What are the two types of Multiple Access Protocol?

A

Carrier Sense Multiple Access Collision Detection for wired networks

Carrier Sense Multiple Access Collision Avoidance for wireless networks

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

What is collision detection?

A

If two computers on a CSMA/CD network transmit at the same time, they can sense this as what is on the wire is not what they’re transmitting.

In this instance both computers will stop transmitting, wait for a random interval chosen from an exponentially doubling range and try again.

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

How does a random interval help in collision detection?

A

It avoids repeated collisions

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

Why does an exponentially doubling range help in collision detection?

A

If the network is busy ( more collisions ) then increasing the time waited every time a collision happens will means computers are more reluctant to send messages and will therefore help with network traffic.

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

What is collision avoidance?

A

A computer finding the frequency is busy counts down from a random value while the channel is clear. The countdown is frozen while the channel is busy

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

What is the hidden station problem?

A

A computer may be in range of a base station but out of range of another machine. Therefore the other machine won’t be detected when using collision avoidance

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

Solution to hidden station problem?

A

The computer must first send a ‘ready to send’ packet to the base station. The base station will then send out a ‘clear to send’ signal to the network. The computer now knows the frequency is clear.

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

How is DNS scalable?

A

It achieves scalability by organising a large number of servers in a hierarchical fashion

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

How is DNS efficient?

A

It achieves efficiency by local server caching

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

How is DNS reliable?

A

There are thirteen root servers spread across the world

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

How is DNS maintanable?

A

Authorative domain servers ( such as exeter.ac.uk ) can be registered, updated and deregistered automatically.

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

How is DNSSEC different?

A

The sender signs a message by attaching it’s hash encrypted with their private key.

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