Which of the following are transport layer protocols?
-
TCP and UDP
-
ATM
-
CISC
-
HTTP and FTP
The transport layer (Layer 4) provides end-to-end communication services. TCP and UDP are the primary transport layer protocols. ATM operates at the data link layer, CISC is a CPU architecture, and HTTP/FTP are application layer protocols.
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) operate at the Transport layer (Layer 4) of the OSI/TCP-IP model, managing end-to-end communication, ports, and (for TCP) reliability/ordering. ATM is a data-link/network layer switching technology, CISC is a CPU instruction-set architecture unrelated to networking layers, and HTTP/FTP are Application layer (Layer 7) protocols that ride on top of TCP. So 'TCP and UDP' is the only correct transport-layer pairing.