TCP/IP Protocol

Computers communicate by uniquely identifying TCP/IP addresses

TCP/IP provides a point-to-point connection mechanism that standardizes how data should be encapsulated, addressed, transmitted, routed, and received at the destination.

IP Address

When a device is connected to the network, the device will be assigned an IP address, which is used as a unique identifier. Devices can communicate with each other through IP addresses on the Internet around the world. Without an IP address, we have no way of knowing which device is the sender and which is the receiver. An IP address has two main functions: identifying a device or network and addressing it.

In 1981, the IETF defined IPv4 for 32-bit IP addresses. With the development of the Internet, IPv4 was gradually allocated and exhausted. Its upgraded version, IPv6, was officially announced by the Internet Engineering Task Force in the form of Internet Standards Specification (RFC 2460) in December 1998.

IP address space allocation

IP address space, whether IPv4 or IPv6, is allocated globally by the centralized Internet Assigned Numbers Authority (IANA) and five other regional Regional Internet Registries (RIR) are assigned to the Internet within their designated area.

IP address leasing

When users use the Internet, they need to complete KYC (Know Your Customer) procedures with the Internet service provider before they can rent a globally unique IP address from an ISP.

Routing

Due to the complex structure of the Internet, routing determines how two computers find each other and find a suitable best path. The router is the key facility that determines how to forward an IP data packet and connect to each other on the Internet. IP packets can pass through multiple routes, but there is no guarantee that they will arrive or that they will arrive in order.

Virtual tunnel concept

Through the layering concept, Internet communication can be simplified into host-to-host network communication and application-to-application network communication.

Last updated