ecoolcubes.com ecoolcubes.com
   Index Page :: About Us :: Security & Privacy :: Terms & Conditions :: Add Url :: Add Your Article
Search:   
Add Url
 

News & Media

Fashion & Relationships

Eating & Drinking

Medical Care

Jobs & Employment

Travel & Accommodation

Home Family & Garden

Adventure & Sports

Politics & Government

Academics & Learning

Research & Science

Society & Communities

Children

Computers & Networking

Entertainment

Malls & Shopping

Banking & Finance

Automobiles

Business & Commerce

Health & Hygiene

Property & Agents

Self Enhancement

Online & Board Games

Art & Culture

 

Index Page › Computers & Networking › Hosting Services
 

What Happens When You Visit An Internet Website?

 

Author: Ron King

Time For Some Alphabet Soup

Whenever you type an address into your web browser, or click on a link in a web page, you are making a request for a certain document. Handled by the Hyper Text Transfer Protocol (HTTP), your request is sent over the Internet to the server that holds the document you want. Assuming all goes well, the server will respond by sending the document, usually a web page consisting of text and graphics.

Exactly what is HTTP? It is part of the Internet Protocol (IP) suite, and is used by a "client," such as a web browser, to establish a connection with the server that hosts a particular website. The server monitors TCP port 80 as it waits for incoming requests.

Connections on the Internet that allow 2 computers to exchange data are created by the Transmission Control Protocol (TCP). TCP is equipped to identify the requesting computer, and to properly transmit data to its destination.

Server To Web Browser -- Behind The Scenes

Several TCP ports are available with standardized uses. For example, TCP Port 21 is usually reserved for FTP (File Transfer Protocol) for uploading and downloading files. Port 80 is usually used for HTTP.

If the server receives a request string on TCP port 80 in the form of GET / HTTP/1.1 it will send a response code, depending on whether the requested web page is available or not. A typical request will look like this:

GET /faq.html HTTP/1.1

Host: http://www.mywebsite.com

This is a request for the page "faq" on the host site "mywebsite". The "host" must be specified to distinguish between websites that are hosted on shared servers. If faq.html is available, the server will respond something like:

HTTP/1.1 200 OK

Date: Mon, 12 October 2005 22:38:34 GMT

Server: Apache/1.3.27 (Unix) (Red-Hat/Linux)

Last-Modified: Wed, 08 Jan 2003 23:11:55 GMT ... followed by the actual web page.

How Data Gets Where It's Going

The first line above, HTTP/1.1 200 OK, means that the requested web page is available. Other codes may also be returned. For example, the code 404 means the server cannot find the requested page.

When found, the web page is sent via TCP as a series of data packets, each with a header that specifies its destination and its order in the data stream. The various packets can take different paths to reach their destination.

Each is sent through a router, which polls other routers close by. If a connection with the first router is unavailable, the data will be sent through another one. This allows the data to reach its destination as quickly as possible.

What Happens When It Gets There

When the web browser receives the data, it sends back an acknowledgement. This insures that all the packets have been received within a certain time. If not, they will be re-transmitted by the server. TCP also checks to be sure the data is undamaged.

The data is then reassembled in the correct order, thanks to the sequence number of each data packet.

And Presto! The web page appears on your computer screen, usually in a few seconds.

Author Bio:
Ron King is a reputable writer. Ron likes to scribble articles about this industry.
You can also reach this article by using: free web hosting, cheap web hosting, web site hosting, affordable web hosting, web hosting services
 
 
 

Related Articles

 
Podcasting - What Is It And Why You Should Care
 
On Reconditioned or Refurbished Notebooks
 
Turn Your Web Site into a Free Lead Generation Machine
 
Oscommerce Customization and You
 
How to Earn a Small Fortune With Autoresponders
 
Computer Printer Ink Facts
 
What Are The Major Benefits Of Niche Marketing?
 
A Unique Opportunity For Affiliate Recruiters
 
Network Monitor Software
 
Voice-enabled Gaming
 
 
 
 

Wanadoo: 14.99 Pounds 2Mbps Service

Want a smoking deal on broadband service? The real deal in smoking deals may have finally arrived. - Neil Shevlin
 

Welcome to the World of Knoppix

What if you had an operating system that ran completely from a CD? That's right, just one CD. And th ... - Mike Ber
 

Marketing Speaker Asks: Are Google's Ads Logical?

Take a quick gander at the sidebar to this article. - Dr. Gary S. Goodman
 
 

Big Considerations For Domain Name Owners

As domain names continue to surface, the numbers of people who engaged into getting, purchasing, and ... - Edwardo Mascasas
 

Take Control of Windows Vista

Windows Vista is still in beta and already it is looking really good. There are a lot of features th ... - Mike Manchuk
 

Cisco CCNA Exam Tutorial: Route Summarization

To earn your CCNA, you?ve got to be a master of route summarization. Learn the details that will hel ... - Chris Bryant
 

What's The First Thing Your Prospects See When They Visit Your Website?

"If you're going to make money on the internet, remember this: Recent stats show the average time sp ... - Shawn Casey
 

Affiliate Marketing Without A Website: Can It Be Done?

Affiliate Marketing has exciting potential. Deciding if you should start your online business with a ... - Fred Farah
 
 
   Index Page :: Security & Privacy :: Terms & Conditions
© 2006 www.ecoolcubes.com - All Rights Reserved