Which TCP/IP protocol is primarily used for reliable, connection-oriented data transmission, and how does it ensure reliability?
The TCP/IP protocol primarily used for reliable, connection-oriented data transmission is the Transmission Control Protocol (TCP). TCP ensures reliability through several mechanisms. First, it establishes a connection using a three-way handshake before data transmission begins. This handshake involves the client sending a SYN (synchronize) packet, the server responding with a SYN-ACK (synchronize-acknowledge) packet, and the client sending an ACK (acknowledge) packet back to the server. This establishes a reliable channel between the two endpoints. Second, TCP u....
Community Answers
Sign in to open profiles and full community answers.
Alif Adam
βping -c 4 8.8.8.8 dig google.com nslookup google.com cat /etc/resolv.conf systemctl status systemd-resolved sudo nano /etc/resolve.conf nameserver 8.8.8.8 nameserver 1.1.1.1β
0.0%