Lecture 4 Flashcards
What are the two different DATA link protocols?
Ethernet (IEEE802.3)
Wireless LAN (e.g., IEEE802.11)
What does the data link layer do?
It transfers the frame over a link (wired or wireless)
While the network layer handles the end-to-end (host to-host) datagram transfer
It is coupled by the technology between adjacent nodes
What is a simplex transmission mode?
Transmission in one direction only
What is a half-duplex transmission mode?
Transmission in both directions, but not concurrently
What is a a full-duplex transmission mode?
Transmission in both directions concurrently
What are nodes in the Data Link Layer?
Host & routers
What are Links in the Data Link Layer?
They connect adjacent node
Describe the sending node
It encapsulates datagram in a frame
The frame is transmitted via the link
Describe the receiving node
The receiving node
o It receives the frame
o It de-encapsulates the datagram
What is a broadcast in terms of a link
Broadcast
o Multiple receivers
o Anyone can send a frame
o All the others node receive the frame
Describe network adapters
- Data Link is implemented in a adapter
- Ethernet, NICs
Sender Node: o Datagram Encapsulation in a frame o CRC, flow control, etc. Receiving Node: o Error Check, flow control, etc. o De-encapsulates the datagram
What does MAC stand for?
Media Access Control
Why are MAC address used?
o Determine source and destination within the Data Link
o Reliable Transfer of frames between sending-receiving node
What is Flow control in terms of M.A.C
o Control of the data flow between sender and receiver
o Prevents underflow at the sender and overflow at the receiver
What is congestion control in terms of M.A.C
There are possible errors introduced at the physical layer
o Congestion control defines the management of the error
o In case of errors detected by the receiver
o Retransmission/Frame Drop
o Undetected errors: The datagram is sent to Layer 3