Major Services of the Internet


A browser lets you link to other resources on the Internet using different types of services. The most common ones are:

http

Uses the HyperText Transfer Protocol to access a World Wide Web server. For example: http://www.nasa.gov/ connects to the NASA home page.

The scheme format for accessing documents on the World Wide Web is as follows:

http://host:optional_port/optional_path/optional_filename?optional QUERY_STRING

gopher

Gopher is software which follows a simple protocol for tunneling through TCP/IP. It is a distributed document search and retrieval system based on a client/server model. It was invented at the University of Minnesota. For example: gopher://tc.umn.edu connects you to the Gopher at the University of Minnesota.

ftp

Uses the File Transfer Protocol to access an FTP Server. FTP is used to transfer files and it can be done anonymously. Versions of the File Transfer Protocol have been around since 1971. For example: ftp://ftp.wayne.edu connects you to the FTP Server of Wayne State University.

The scheme format for retrieving documents using FTP is as follows:

ftp://host:optional_port/filename

mailto

This allows the reader to send electronic mail to The electronic mail address specified. It is often used with the <ADDRESS> tag to allow the reader to quickly send electronic mail to the author of a document. For example: mailto:pierobon@pierobon.org would send electronic mail to

pierobon@pierobon.org

news

Uses the Network News Transport Protocol to access an NNTP (Usenet News) Server. It is the browser that determines which NNTP server to use. The format of the NEWS URL is different. For example: news:rec.humor allows the reader to access the newsgroup rec.humor.

telnet

The purpose of the Telnet protocol is to provide a fairly general, bi-directional, eight-bit byte oriented communications facility. Its primary goal is to allow a standard method of interfacing terminal devices and terminal-oriented processes to each other. It is mostly used to login to a host on the Internet. For security reasons, Telnet is being superseded by SSH.

I understand a service is. What is a port?
[INDEX] [PREVIOUS] [NEXT PAGE] [CHAPTER 1]