Server Client Relation

What is the server client relationship? The relationship refers to what happen when a viewer types a web page address in the address bar in the browser and press Enter or go button.

Let us assume that the client computer is connected to the Internet. The viewer typed an URL in the address bar of the browser say FireFox web browser and pressed Enter. This means the client/viewer requests a web page from a website. Then a message is sent to the name server. A name server maps a human recognisable identifier to system-internal identification. Name server finds out the server that hosts the requested web page by solving domain name and directs the client to that server.

Now a days most of the pages are scripted (php, asp and so on). Let us assume the page is in php script. Then the php page is interpreted to html and send back to the client browser. And the client see the desired page.

Tags:, ,

This entry was posted on Monday, August 17th, 2009 at 4:38 pm and is filed under Networking.

You can follow any responses to this entry through the RSS 2.0 feed.

You can leave a response, or trackback from your own site.

Leave a Reply