Lecture 9: Packet Transmission Flashcards

1
Q

Name five functions the data link layer is responsible for.

A

Access control, framing, addressing, flow control and error control.

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

What four pieces of information might the header and trailer of a frame include?

A

Source & destination address, error control (FCS), frame length, sequence numbers.

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

What is the MAC address?

A

The address of the network interface on an ethernet LAN.

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

What are three types of addresses?

A

Unicast - single source or destination.
Multicast - one source to many destination on LAN.
Broadcast - one source to all destinations on LAN.

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

What would you look at in an Ethernet MAC address to determine if it unicast or multicast? What would broadcast look like?

A

Final bit in first byte indicates unicast (0) or multicast (1). Broadcast all bits are 1s.

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

What is the Bit Error Rate (BER)?

A

Measure of how frequently an error is likely to occur.

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

Describe the difference between forward and backward error control.

A

Forward error control: can detect and correct errors.
Backward error control: can only detect errors. Uses retransmission scheme instead.

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

What happens if sender sends frames too fast for receiver?

A

It will overflow the receiver.

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

Name two ways flow control can occur in.

A

1) Sender sends frame and waits for acknowledgement from recipient to send next one.
2) Sender and recipient have agreed upon number frames that can be outstanding at a given time.

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

Name the three categories of Multiple Access Protocols:

A

Controlled Access, Random Access and Channelisation.

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

Name three types of controlled access protocols. Describe them.

A

Polling, token-passing and reservation.

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

Name four types of random access protocols. Describe them.

A

Multiple Access (MA) : any station can transmit any time. Waits for ACK and resends if doesn’t receive it.
Carrier Sense MA (CSMA): senses if transmission on network to avoid collisions before sending.
CSMA/Collision Detection (CSMA/CD): detects if collision occurs and resends if so.
CSMA/Collision Avoidance (CSMA/CA): waits long enough to reduce probability of avoiding collision. Largely used in WiFi.

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

Why would CSMA/CA be used for WiFi?

A

Collision detection is usually not possible with WiFi due to cost

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

Name four types of channelisation multiple access.

A

Frequency Division Multiplexing: splits bandwidth into several smaller channels using different carrier frequencies.
Wave Division Multiplexing: very similar but users different light wavelengths in optical fibre.
Time Divison Multiplexing: network is split into time slots and each station is allocated a slot to transmit at.
Code Divison Multiplexing: each station has special code to share single channel allowing all stations to transmit simultaneously using same frequency range.

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