Prev NEXT

How Internet Infrastructure Works

By: Jeff Tyson & Chris Pollette

Ports and HTTP

Any server makes its services available using numbered ports — one for each service that is available on the server. For example, if a server machine is running a web server and a file transfer protocol (FTP) server, the web server would typically be available on port 80, and the FTP server would be available on port 21. Clients connect to a service at a specific IP address and on a specific port number.

Once a client has connected to a service on a particular port, it accesses the service using a specific protocol. Protocols simply describe how the client and server will have their conversation. Every web server on the internet conforms to the hypertext transfer protocol (HTTP). You can learn more about internet servers, ports and protocols by reading How Web Servers Work.

Advertisement

Networks, routers, NAPs, ISPs, DNS and powerful servers all make the internet possible. It is truly amazing when you realize that all this information is sent around the world in a matter of milliseconds! The components are extremely important in modern life — without them, there would be no internet. And without the internet, life would be very different indeed for many of us.

For more information on the structure of the internet and related topics, check out the links that follow.

Related Articles

More Great Links