Week 6 - Multiplexing + Data-link layer Flashcards

1
Q

What is point of multiplexing?

A

Fully utilize the bandwidth of a single link for multiple signals.

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

What are the 3 multiplexing techniques?

A
  1. FDM - Freq division (Analog)
  2. WDM - Wavelength division (Analog)
  3. TDM - Time division (Digital or analog converted to digital)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does Frequency division multiplexing work?

A

Multiple sender frequencies are combined into a single composite signal that can be filtered at the receiver

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

How does Wavelength division multiplexing work?

A

Like FDM but combines optical signals.

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

How does Time-Division multiplexing work?

A

Divides dataflow from multiple digital signals into frames. The bandwidth is time-shared between the signals.

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

What are the 3 methods for handling disparity in input data rates?

A
  1. Multiplexing
  2. Multiple- slot allocation (DEMUX)
  3. Pulse stuffing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why do we need to encapsulate and decapsulate the frame at each node in the data-link layer? (2 reasons)

A
  1. Each link may be using a different protocol.
  2. MAC addresses need to be updated.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are 4 services provided by the data-link layer for the network layer?

A
  1. framing
  2. flow control
  3. error control
  4. controlling how medium used
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 2 sublayers of data-link?

A
  1. Data Link Control (DLC) - Deals with both point-to-point AND broadcast links
  2. Media Access Control (MAC) - deals with broadcast links
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why do we need link-layer addressing?

A

IP addresses define the source and dest, but do not help in determining the route the packet takes at the data-link layer.

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

What is ARP?

A

Address Resolution Protocol: auxiliary protocol of network layer.

Will use the IP addresses to send ARP requests and receive ARP replies at the network layer which allows datagrams to be framed with the corresponding MAC addresses (using a forwarding table).

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