Which transport-layer protocol guarantees reliable, ordered delivery of data?
- A.UDP
- B.ARP
- C.TCP
- D.ICMP
Why C is correct
TCP (Transmission Control Protocol) provides reliable, ordered delivery by establishing a connection (three-way handshake), numbering packets, and requiring acknowledgments. If a packet is lost, TCP retransmits it, ensuring complete data delivery.
Know someone studying for Security Fundamentals? Send them this one.