200-150 · Question #198
Which OSI reference model layer provides flow control, sequencing, and acknowledgments?
The correct answer is A. transport. The Transport layer (Layer 4) of the OSI model handles end-to-end communication reliability, including flow control, sequencing, and acknowledgments.
Question
Which OSI reference model layer provides flow control, sequencing, and acknowledgments?
Options
- Atransport
- Bdata link
- Csession
- Dpresentation
How the community answered
(23 responses)- A87% (20)
- B4% (1)
- C9% (2)
Why each option
The Transport layer (Layer 4) of the OSI model handles end-to-end communication reliability, including flow control, sequencing, and acknowledgments.
The Transport layer provides reliable, ordered delivery of data between hosts. TCP, operating at this layer, uses sequence numbers to reorder segments, acknowledgments to confirm receipt, and windowing for flow control - making it the definitive OSI layer for these three functions.
The Data Link layer (Layer 2) handles framing, MAC addressing, and error detection within a single network segment, not end-to-end flow control or sequencing.
The Session layer (Layer 5) manages dialog control and session establishment, maintenance, and termination between applications, not flow control or acknowledgments.
The Presentation layer (Layer 6) is responsible for data formatting, encryption, and compression to prepare data for the Application layer, not sequencing or acknowledgments.
Concept tested: OSI Transport layer reliability functions
Source: https://learningnetwork.cisco.com/s/article/osi-reference-model
Topics
Community Discussion
No community discussion yet for this question.