nerdexam
Cisco

200-301 · Question #390

What is the difference regarding reliability and communication type between TCP and UDP?

The correct answer is A. TCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionless. This question asks for the fundamental differences between TCP and UDP regarding their reliability and connection management.

Submitted by jordan8· Mar 5, 2026Network Fundamentals

Question

What is the difference regarding reliability and communication type between TCP and UDP?

Options

  • ATCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionless
  • BTCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless
  • CTCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection- oriented
  • DTCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection- oriented

How the community answered

(63 responses)
  • A
    92% (58)
  • B
    2% (1)
  • C
    5% (3)
  • D
    2% (1)

Why each option

This question asks for the fundamental differences between TCP and UDP regarding their reliability and connection management.

ATCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionlessCorrect

TCP (Transmission Control Protocol) is a reliable, connection-oriented protocol that establishes a session for ordered data delivery, error checking, and retransmission. UDP (User Datagram Protocol) is an unreliable, connectionless protocol that sends data without prior session establishment or guarantees of delivery, order, or error checking, prioritizing speed over reliability.

BTCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless

TCP is reliable, not unreliable, and UDP is not reliable, making this statement incorrect.

CTCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection- oriented

TCP is reliable and connection-oriented, not unreliable and connectionless, while UDP is unreliable and connectionless, not reliable and connection-oriented.

DTCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection- oriented

TCP is connection-oriented, not connectionless, and UDP is connectionless, not connection-oriented, rendering this option incorrect.

Concept tested: TCP vs. UDP characteristics

Source: https://learn.microsoft.com/en-us/windows/win32/winsock/differences-between-tcp-and-udp

Topics

#TCP characteristics#UDP characteristics#Protocol reliability#Connection-oriented protocols

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice