200-150 · Question #37
At which layer of the OSI Model is TCP traffic encapsulated?
The correct answer is A. transport. TCP (Transmission Control Protocol) operates at Layer 4, the Transport layer, of the OSI model. At this layer, data from the upper layers is encapsulated into TCP segments, which include source/destination port numbers, sequence numbers, acknowledgment numbers, and control…
Question
At which layer of the OSI Model is TCP traffic encapsulated?
Options
- Atransport
- Bdata-link
- Cpresentation
- Dapplication
How the community answered
(30 responses)- A90% (27)
- C7% (2)
- D3% (1)
Explanation
TCP (Transmission Control Protocol) operates at Layer 4, the Transport layer, of the OSI model. At this layer, data from the upper layers is encapsulated into TCP segments, which include source/destination port numbers, sequence numbers, acknowledgment numbers, and control flags. The Transport layer is responsible for end-to-end communication, flow control, and reliable delivery. UDP also lives at this layer. The Data Link layer (Layer 2) handles frames, the Presentation layer (Layer 6) handles data formatting/encryption, and the Application layer (Layer 7) interfaces with user-facing applications.
Topics
Community Discussion
No community discussion yet for this question.