The ___________ protocol is used to establish a connection-oriented communication between two hosts.
- UDP
- HTTP
- TCP
- IP
The correct option is "TCP." TCP (Transmission Control Protocol) is a connection-oriented protocol in the TCP/IP suite. It provides reliable and ordered delivery of data between two hosts by establishing a connection, acknowledging data receipt, and handling retransmissions if packets are lost. UDP (Option 1), on the other hand, is a connectionless protocol that is faster but less reliable. HTTP (Option 2) is a protocol used for web communication, operating at the Application layer. IP (Option 4) is a network layer protocol responsible for addressing and routing.
Loading...
Related Quiz
- How does Node.js handle clustering for scaling applications?
- Which HTTP methods are commonly used in RESTful APIs for CRUD operations?
- Which SDLC model is known for its linear and sequential approach to software development?
- The worst-case time complexity of heapsort is ___________.
- How does the Shortest Job First (SJF) scheduling algorithm minimize average waiting time?