Q1. Which protocol operates at layer 4 of the OSI model and provides connection-oriented communication?
- A.UDP
- B.ICMP
- C.TCP✓ Correct
- D.IP
Explanation: TCP (Transmission Control Protocol) ensures reliable, ordered delivery of data between applications over networks. It establishes connections using a handshake process and operates at Layer 4 (Transport Layer) of the OSI model. Learn more.