nerdexam
Cisco

200-150 · Question #86

At which layer of the OSI model does TCP operate?

The correct answer is D. 4. TCP operates at Layer 4 (Transport layer) of the OSI model, providing reliable and connection-oriented end-to-end data delivery.

Cisco Data Center Networking Technologies

Question

At which layer of the OSI model does TCP operate?

Options

  • A1
  • B2
  • C3
  • D4
  • E5

How the community answered

(25 responses)
  • C
    4% (1)
  • D
    96% (24)

Why each option

TCP operates at Layer 4 (Transport layer) of the OSI model, providing reliable and connection-oriented end-to-end data delivery.

A1

Layer 1 is the Physical layer, responsible for transmitting raw bits over a physical medium such as cables or radio waves - it has no protocol-level awareness.

B2

Layer 2 is the Data Link layer, which handles MAC addressing, frame creation, and reliable delivery within a local network segment.

C3

Layer 3 is the Network layer where IP operates, providing logical addressing and routing between different networks - not transport-level reliability.

D4Correct

TCP (Transmission Control Protocol) is a Transport layer (Layer 4) protocol defined in RFC 793. It provides reliable, ordered, and error-checked delivery between application processes through mechanisms including the three-way handshake for connection establishment, sequence numbers for ordering, and acknowledgments for guaranteed delivery. The Transport layer is specifically responsible for end-to-end communication and data integrity between hosts.

E5

Layer 5 is the Session layer, responsible for establishing, managing, and terminating logical communication sessions between applications.

Concept tested: TCP protocol placement at OSI Layer 4

Source: https://www.rfc-editor.org/rfc/rfc793

Topics

#OSI model#TCP#Transport layer#Layer 4

Community Discussion

No community discussion yet for this question.

Full 200-150 Practice