nerdexam
Cisco

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.

Cisco Data Center Networking Technologies

Question

At which layer of the OSI Model is TCP traffic encapsulated?

Options

  • Atransport
  • Bdata-link
  • Capplication
  • Dpresentation

How the community answered

(35 responses)
  • A
    86% (30)
  • B
    3% (1)
  • C
    3% (1)
  • D
    9% (3)

Why each option

TCP is a Layer 4 protocol and its segments are encapsulated at the Transport layer of the OSI model.

AtransportCorrect

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.

Bdata-link

The Data-link layer (Layer 2) handles frame delivery between directly connected nodes using MAC addresses, not TCP segments.

Capplication

The Application layer (Layer 7) provides network services to end-user applications and is above the Transport layer, not where TCP encapsulation occurs.

Dpresentation

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

#OSI model#TCP#transport layer#encapsulation

Community Discussion

No community discussion yet for this question.

Full 200-150 Practice