KB / Getting Started / How does...work?
From DreamHost
Ever wonder how the Internet works? How about email? CGIs? Find out here!
Parent Article
How does email work?
How does mail get from here to there? Here's a step by step guide to a very simple email system.
| <img src="./images/illustrations/email_illustration.gif"> |
So you compose an email on your computer, using an email client like Outlook. You address it to someoneelse@theirdomain.com, and press Send. So what happens next?
|
How does the Internet work?
You turn on your computer, fire up your browser, and surf the web. But what's really going on here? Perhaps this article can help.
- A network is a group of computers that are connected and can communicate with one another.
- "The Internet" is a worldwide network of computers, connected by TCP/IP.
- TCP/IP is a protocol that all of the computers understand. It's an agreement about how the computers exchange information.
- All computers connected to the Internet have an IP address consisting of four numbers separated by periods (for example: 123.231.13.23).
- To make addresses easier for humans to remember, DNS (domain name service) associates domain names like www.yourdomain.com with the numeric address of the computer where that domain is hosted.
- When you type in a domain name, your computer requests web page files from the address of the computer where the files are located. These files are sent to your computer, and displayed in your browser.
| <img src="./images/illustrations/ftp_illustration.gif"> |
|

