101 · Question #620
Which OSI layer provides reliable transmission of frames between adjacent nodes and is built on top of the provides reliable transmission of frames adjacent nodes and is built on top of the Physical l
The correct answer is A. Data link. The Data Link layer (OSI Layer 2) is responsible for reliable frame transmission between directly adjacent nodes and operates directly on top of the Physical layer.
Question
Which OSI layer provides reliable transmission of frames between adjacent nodes and is built on top of the provides reliable transmission of frames adjacent nodes and is built on top of the Physical layer?
Options
- AData link
- BTransport
- CNetwork
- DApplication
How the community answered
(42 responses)- A90% (38)
- B5% (2)
- C2% (1)
- D2% (1)
Why each option
The Data Link layer (OSI Layer 2) is responsible for reliable frame transmission between directly adjacent nodes and operates directly on top of the Physical layer.
The Data Link layer (Layer 2) frames data for transmission, handles MAC addressing, and uses error detection mechanisms such as CRC to ensure reliable delivery between two nodes on the same network segment. It directly encapsulates data received from the Network layer and passes raw bits down to the Physical layer (Layer 1), making it the layer immediately above the Physical layer.
The Transport layer (Layer 4) provides end-to-end reliable transmission across multiple hops using protocols like TCP, not between adjacent nodes at the frame level.
The Network layer (Layer 3) handles logical addressing and routing of packets across different networks, operating above the Data Link layer.
The Application layer (Layer 7) provides network services directly to end-user applications and has no role in frame-level transmission between adjacent nodes.
Concept tested: OSI model Data Link layer function and position
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/network/windows-network-architecture-and-the-osi-model
Topics
Community Discussion
No community discussion yet for this question.