What is the full name of tcp/ip?
The full name of tcp/ip is "Transmission Control Protocol/Internet Protocol", which means "Transmission Control Protocol/Internet Protocol" in Chinese. The TCP/IP protocol not only refers to the two protocols TCP and IP, but also refers to a protocol cluster composed of FTP, SMTP, TCP, UDP, IP and other protocols, just because in the TCP/IP protocol, the TCP protocol and the IP protocol The most representative, so it is called TCP/IP protocol.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
TCP / IP introduction
The full name of tcp/ip is Transmission Control Protocol/Internet Protocol (Transmission Control Protocol/Internet Protocol), which refers to A protocol suite that enables information transmission between multiple different networks.
TCP/IP protocol not only refers to the two protocols TCP and IP, but also refers to a protocol cluster composed of FTP, SMTP, TCP, UDP, IP and other protocols, just because in the TCP/IP protocol Among them, TCP protocol and IP protocol are the most representative, so they are called TCP/IP protocol.
Features:
The TCP/IP protocol can develop rapidly and become the de facto standard because it just adapts to the world In-range data communication needs. It has the following characteristics:
(1) The protocol standard is completely open, can be used by users for free, and is independent of specific computer hardware and operating systems.
(2) It is independent of the network hardware system, can run on the wide area network, and is more suitable for the Internet.
(3) Network addresses are uniformly allocated, and each device and terminal in the network has a unique address.
(4) High-level protocol standardization can provide a variety of reliable network services.
TCP/IP four-layer architecture
TCP/IP transmission protocol, namely transmission control/network protocol, also called network communication protocol. It is the most basic communication protocol used in networks. The TCP/IP transport protocol stipulates the standards and methods for communication between various parts of the Internet. Moreover, TCP/IP transmission protocols are two important protocols that ensure timely and complete transmission of network data information. The TCP/IP transmission protocol is strictly a four-layer architecture, including the application layer, transport layer, network layer and data link layer.
1. Network interface layer
In the TCP/IP protocol, the network interface layer is located on the fourth layer. Since the network interface layer merges the physical layer and the data link layer, the network interface layer is not only the physical medium for transmitting data, but also provides an accurate line for the network layer.
The physical layer defines some characteristics related to the interface of the transmission media, namely mechanical characteristics, electrical characteristics, functional characteristics, process characteristics, and needs to complete the conversion between parallel transmission and serial transmission.
The data link layer provides transparent and reliable data transmission services to users of this layer. Transparency means that there are no restrictions on the content, format and encoding of data transmitted on this layer, and there is no need to explain the meaning of the information structure; reliability means that during the transmission process, the physical connections that may be faulty provided by the physical layer are transformed into logical The specific methods of error-free data links include frame synchronization, error control, flow control, and link management.
The main broadband access technologies in the physical layer include CD protocol, Ethernet 802.3.
2. Internet layerThe Internet layer provides simple, flexible, connectionless, and best-effort datagram services to the upward value. The Internet layer does not provide quality of service commitments, that is, transmitted packets may be errors, lost, duplicated, and out of order, and certainly does not guarantee packet delivery time limits.
The main protocols in the Internet layer include IP protocol, Address Resolution Protocol ARP and Reverse Address Resolution Protocol RARP, and Internet Control Message Protocol ICMP.
The IP protocol is the core of the Internet layer. Through routing, the next hop IP is encapsulated and handed over to the network interface layer. IP datagrams are a connectionless service.
ICMP is a supplement to the Internet layer and can send back messages. Used to check whether the network is smooth (use the ping command).
ARP is to find the MAC address of the host through a known IP.
RARP determines the IP address through the MAC address.
3. Transport layerThe transport layer provides end-to-end logical communication between application processes, and has the function of multiplexing and demultiplexing, that is, the sender is different Any application process can use a transport layer protocol to transmit data; the transport layer of the receiver can correctly deliver the data to the destination application process after stripping off the header of the message. The transport layer will also perform error control on messages to improve reliable transmission.
The main protocols in the transport layer are User Datagram Protocol UDP and Transmission Control Protocol TCP
4. Application layer
The application layer provides applications for users.
The main protocols in the application layer include Domain Name System DNS, File Transfer Protocol FTP, Remote Terminal Protocol TELNET, Hypertext Transfer Protocol HTTP, Simple Mail Transfer Protocol SMTP, Mail Reading Protocol POP3 and IMAP, and Dynamic Host Configuration Protocol DHCP, Simple Network Management Protocol SNMP.
DNS: Provided Domain name resolution service, providing conversion between domain names and IP addresses, using port 53
FTP: transferring files between any computers in heterogeneous networks, using port 21
TELNET: providing users Remote login service, using port 23, using clear code transmission, poor confidentiality, simple and convenient
HTTP: used to realize various links on the World Wide Web, that is, the connection between the World Wide Web client program and the World Wide Web server, using port 80
SMTP/POP3, IMAP: Provides email transmission and is used to control the sending and transfer of letters. /Read mail from the mail server.
DHCP: Automatically assign IP addresses to computers newly added to the network.
SNMP: Managing software and hardware platforms produced by many manufacturers on the Internet
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What is the full name of tcp/ip?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The full name of tcp/ip is "Transmission Control Protocol/Internet Protocol", which means "Transmission Control Protocol/Internet Protocol" in Chinese. The TCP/IP protocol not only refers to the two protocols TCP and IP, but also refers to a protocol cluster composed of FTP, SMTP, TCP, UDP, IP and other protocols, just because in the TCP/IP protocol, the TCP protocol and the IP protocol The most representative, so it is called TCP/IP protocol.

How to use PHP and TCP/IP protocol for data communication Introduction: In the modern Internet era, data communication is a very important aspect. Whether it is communication between a client and a server or communication between different servers, the TCP/IP protocol has always been one of the most commonly used communication protocols. This article will introduce how to use PHP language and TCP/IP protocol for data communication, and provide relevant code examples. 1. Introduction to TCP/IP protocol TCP/IP protocol is the basis of the Internet protocol cluster. It defines

Differences: 1. TCP/IP is a protocol cluster, while OSI is a model; 2. TCP/IP is a five-layer structure, while OSI is a seven-layer structure; 3. The third layer of TCP/IP only supports the IP protocol, and OSI Supports all network layer protocols. Connection: 1. OSI introduces the concepts of services, interfaces, protocols, and layers, while TCP/IP draws on the concepts of OSI; 2. OSI has models first, then protocols, standards first, and then practices, while TCP/IP IP first has protocols and applications and then proposes a model, which is the reference OSI model.

Application layer protocols include: 1. Telnet, which allows users on one machine to log in to a remote machine and perform work; 2. FTP, which provides a method to move files from one machine to another; 3. SMTP is a protocol that provides email transmission; 4. SNMP is a standard protocol used to manage network nodes in IP networks; 5. DNS is mainly used to "translate" familiar web addresses into An IP address that a computer can understand; 6. HTTP is a request-response protocol used to obtain the home page on the WWW.

TCP and IP are two different protocols in the Internet: 1. TCP is a transport layer protocol, while IP is a network layer protocol; 2. TCP provides functions such as segmentation, sorting, confirmation and retransmission of data packets. , and the IP protocol is responsible for providing source and destination addresses for data packets; 3. TCP is a connection-oriented protocol, while the IP protocol is connectionless; 4. TCP also provides flow control and congestion control.

The Go language is a growing programming language that is designed to be ideal for implementing network applications with high performance, reliability, and concurrency. When using Go to write network programs related to the TCP/IP protocol, we are prone to encounter various errors, and some common TCP/IP errors will also bring certain difficulties to the debugging of the program. This article will focus on the topic of how to solve common TCP/IP errors in the Go language. 1. EOF error EOF (EndOfFile) error usually

IP belongs to the "network layer" protocol of computer network architecture. IP refers to the Internet Interconnection Protocol, which is a network layer protocol in the TCP/IP system. It can provide information of various protocols to the transport layer, such as TCP, UDP, etc.; IP information packets can be placed in the link layer through Various technologies such as Ethernet and Token Ring network are used for transmission.

The "TCP/IP" protocol is the most basic protocol on the Internet. TCP/IP (Transmission Control Protocol/Internet Protocol) is a network communication protocol that standardizes all communication devices on the network, especially the format and transmission method of data exchange between one host and another host; TCP/IP protocol It is the core and most basic protocol of the Internet. Strictly speaking, it is a four-layer architecture, including the application layer, transport layer, network layer and data link layer.