106k views
5 votes
Which protocol is the data transmission standard for the Internet, responsible for sending information from one computer to another using uniquely identifying addresses?

1 Answer

6 votes

TCP/IP is the standard set of protocols. Note that these are actually 2 protocols working together.

TCP (Transmission Control Protocol) is responsible for ensuring the reliable transmission of data across Internet-connected networks, while IP (Internet Protocol) defines how to address and route each data packet to make sure it reaches the right destination.

Let me know if you have any questions.

User Tyrone Wilson
by
5.4k points