nerdexam
GIAC

GSLC · Question #302

Which of the following is used to provide the service of exchanging data directly between two hosts on the same network?

The correct answer is C. TCP. TCP is the connection-oriented transport protocol that establishes a reliable session between two hosts before exchanging data, ensuring ordered and error-checked delivery.

Security Architecture & Engineering

Question

Which of the following is used to provide the service of exchanging data directly between two hosts on the same network?

Options

  • ASTP
  • BUDP
  • CTCP
  • DSNMP

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    87% (34)
  • D
    3% (1)

Why each option

TCP is the connection-oriented transport protocol that establishes a reliable session between two hosts before exchanging data, ensuring ordered and error-checked delivery.

ASTP

STP (Spanning Tree Protocol) operates at Layer 2 to prevent switching loops in Ethernet networks and plays no role in delivering data between hosts.

BUDP

UDP is a connectionless, best-effort transport protocol that does not establish a session or guarantee delivery, so it does not provide reliable direct data exchange between hosts.

CTCPCorrect

TCP (Transmission Control Protocol) operates at Layer 4 and uses a three-way handshake to establish a direct, reliable connection between two hosts before any data is transferred. It guarantees delivery, correct ordering, and error detection, making it the standard protocol for dependable host-to-host data exchange on the same or different networks.

DSNMP

SNMP (Simple Network Management Protocol) is used to monitor and manage network device status and statistics, not to exchange application data between hosts.

Concept tested: TCP connection-oriented host-to-host data exchange

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

Topics

#TCP#network protocols#host communication#transport layer

Community Discussion

No community discussion yet for this question.

Full GSLC Practice