What are the 4 link layer services?
How does framing work in the link layer?
What are MAC addresses and what are they used for?
How does the link layer use reliable delivery between adjacent nodes?
Do wireless links have high or low error rates?
high
How are link layer functions implemented?
What are the two types of links?
What are the 3 classes of MAC protocols?
How does channel partitioning work?
allocate to node exclusively
How does random access work?
contention mechanisms
How does round robin work?
Nodes take turns
How does point-to-point data link control work?
What are the 2 most popular DLC protocols?
How is a PPP data frame structured, what does each part do and how many bytes for each section?
8 - Flag: delimiter
8 - Address: nothing
8 - Control: nothing
8/16 - Protocol: upper layer protocol to which
frame delivered
Variable: Info: upper layer data being carried
16/64 - Check: cycle redundancy check for error
detection
8 - Flag
What are the 3 performance considerations for the link layer?
What is propagation delay?
time taken for signal to propagate from one node to the next
What is transmission delay
time taken for transmission to send out block of data
What is the equation for propagation delay?
distance / velocity
What is the equation for transmission delay?
Length of frame / data rate
What is an example if a centralised round-robin technique?
Polling
What is an example of a distributed round-robin technique?
Token Bus
Token Ring
What is an example of a centralised reservation technique?
Centralised reservation
What is an example of a distributed reservation technique?
Distributed reservation
What is an example of a centralised contention technique?
There are none