Week 6 - Multiplexing + Data-link layer Flashcards
What is point of multiplexing?
Fully utilize the bandwidth of a single link for multiple signals.
What are the 3 multiplexing techniques?
- FDM - Freq division (Analog)
- WDM - Wavelength division (Analog)
- TDM - Time division (Digital or analog converted to digital)
How does Frequency division multiplexing work?
Multiple sender frequencies are combined into a single composite signal that can be filtered at the receiver
How does Wavelength division multiplexing work?
Like FDM but combines optical signals.
How does Time-Division multiplexing work?
Divides dataflow from multiple digital signals into frames. The bandwidth is time-shared between the signals.
What are the 3 methods for handling disparity in input data rates?
- Multiplexing
- Multiple- slot allocation (DEMUX)
- Pulse stuffing
Why do we need to encapsulate and decapsulate the frame at each node in the data-link layer? (2 reasons)
- Each link may be using a different protocol.
- MAC addresses need to be updated.
What are 4 services provided by the data-link layer for the network layer?
- framing
- flow control
- error control
- controlling how medium used
What are the 2 sublayers of data-link?
- Data Link Control (DLC) - Deals with both point-to-point AND broadcast links
- Media Access Control (MAC) - deals with broadcast links
Why do we need link-layer addressing?
IP addresses define the source and dest, but do not help in determining the route the packet takes at the data-link layer.
What is ARP?
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).