200-150 · Question #43
At which layer of the OSI Model is TCP traffic encapsulated?
The correct answer is A. transport. TCP is a Layer 4 protocol and its segments are encapsulated at the Transport layer of the OSI model.
Question
At which layer of the OSI Model is TCP traffic encapsulated?
Options
- Atransport
- Bdata-link
- Capplication
- Dpresentation
How the community answered
(35 responses)- A86% (30)
- B3% (1)
- C3% (1)
- D9% (3)
Why each option
TCP is a Layer 4 protocol and its segments are encapsulated at the Transport layer of the OSI model.
TCP operates at Layer 4, the Transport layer, where the protocol data unit is called a segment. The Transport layer is responsible for end-to-end communication, reliable delivery, flow control, and error recovery between hosts. TCP headers containing source/destination ports, sequence numbers, and flags are added at this layer before being handed down to Layer 3.
The Data-link layer (Layer 2) handles frame delivery between directly connected nodes using MAC addresses, not TCP segments.
The Application layer (Layer 7) provides network services to end-user applications and is above the Transport layer, not where TCP encapsulation occurs.
The Presentation layer (Layer 6) handles data formatting, encryption, and character encoding, not the encapsulation of transport protocols.
Concept tested: TCP encapsulation at the OSI Transport layer
Source: https://www.rfc-editor.org/rfc/rfc793
Topics
Community Discussion
No community discussion yet for this question.