Some common Internet protocols are unknown. So to help some beginners sort out the concepts, let's take a look at the following common network protocols. I hope this article will be helpful to you.
Internet Protocol 1, HTTP
English name: hyper text transport protocol
Chinese name: Hypertext Transfer Protocol
Function Description: it is the most widely used communication protocol for information transmission over the Internet, all WWW programs must follow this protocol standard. Its main function is to access files on a resource server, including browsing, downloading, and running specified files on the server, that is to say, we can access WWW resources on the Internet through HTTP 。
Example of http://www.microwolf.net/index.asp
In this example, you want to access a webpage named index. asp, which is stored on a resource server such as www.microwolf.net 。
Internet Protocol 2, FTP
English name: file transfer protocol
Chinese name: File Transfer Protocol
Function Description: This protocol is one of the methods for obtaining files from the Internet. It is used to transfer files between users and file servers, through this protocol, users can easily connect to the remote server, view the file content on the remote server, and copy the required content to their own computer. On the other hand, if the file server authorization allows you to manage the files on the server, you can upload the content on your local computer to the file server for sharing, in addition, you can freely edit the preceding file, such as deleting, moving, copying, and renaming the file 。
Example of ftp://ftp.microwolf.net/share/test.exe
This example indicates that the file you want to download is stored on the computer "ftp.microwolf.net", and the file is stored in the folder subdirectory under the server. The content to download is test.exe 。
Internet Protocol 3, FILE
English name: file
Chinese name: Local File Transfer Protocol
Function Description: This protocol is used to obtain files from a user's computer. Through this protocol, users can display files stored on their hard disks on the screen of the navigation system 。
Example: file: // c:/microwolf/test.htm
In this example, the user wants to upload a file named test.htm on the compute server, which is stored in the microwolf directory of drive C. Note that the drive letter is followed by "|" instead of ":". In addition, because the computer is omitted, file is followed by three slash "//".
Internet Protocol 4, TELNET
English name: telnet
Chinese name: Remote logon Protocol
Function Description: This protocol allows you to use your computer as a terminal on a remote host. Through this protocol, you can log on to a remote server, connect to and control remote computers using commands based on the text interface, without the graphical interface function in WWW. Once a user establishes a connection with the remote server through TELNET, the user's computer is entitled to the same power as the remote computer's local terminal, and can use the server's CPU, hard disk, and other system resources as the local terminal 。
Example: telnet: // microwolf.net
In this example, you are planning to log on to a remote computer named microwolf.net and use your computer to control and manage files and other resources on the remote server 。
Internet Protocol 5, MAILTO
English name: mail
Chinese name: email Protocol
Function Description: This protocol is used to mail emails over the Internet. With mailto, we can create a hyperlink pointing to the email address 。
Example: mailto: admin@microwolf.net
In this example, an email is sent to the user admin. the user's mailbox is set on the computer microwolf.net. by email, we can send text to the recipient, you can also send images, sounds, animations, and other multimedia files to users 。
Internet Protocol 6, NEWS
English name: news group
Chinese name: Network newsgroup protocol
Function Description: This protocol allows you to access thousands of newsgroups over the Internet. You can read or write to these newsgroups, all kinds of information are stored in the computer called "USENET" news server 。
Example: news: rec. food. restautants
In this example, the user wants to get something from the USENET newsgroup and read something about the name "rec. food. restautants is used in recipes discussion groups. The topics discussed by online news groups are all-encompassing, from political, economic, scientific, cultural, cultural, social, and other aspects, you can easily find a news group that matches your interests and hobbies, and express your views on it 。
Internet Protocol 7, WAIS
English name: wide area information servers
Chinese name: Wide Area Information Server Protocol
Example: wais: // cheops.anu.edu. au
In this example, you are going. when you enter the preceding address in the address bar of your browser, wais will use a WEB page to ask you what information to query, after you enter keywords on the web page of your browser, you can perform a full search on the text. The searched files can be directly copied to the local computer 。
Internet Protocol 8, GOPHER
English name: gopher
Chinese name: an Information Query System Protocol function Introduction: This Protocol defines an Information Query System on the Internet. The system is similar to the WWW menu system, but it is a plain text method, you can use the above menu to search for the relevant network information. In addition, you can easily transfer the information from one gopher server to another gopher server for retrieval and copying 。
Example: gopher: // showme.missouri.edu/aroundcolumbia
In this example, you want to query the content in the aroundcolumbia directory on a server named "showme.missouri.edu". If the above address is followed by a specific file name, the text file is returned to the user from the server; if there is no file name, the menu is returned to the user from the server 。