English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-27 17:05:43 · 4 answers · asked by jyotsnasharmain2002 1 in Computers & Internet Internet

4 answers

Basic HTTP Client/Server Communication
In its simplest form, the operation of HTTP involves only an HTTP client, usually a Web browser on a client machine, and an HTTP server, more commonly known as a Web server. After a TCP connection is created, the two steps in communication are as follows:

Client Request: The HTTP client sends a request message formatted according to the rules of the HTTP standard—an HTTP Request. This message specifies the resource that the client wishes to retrieve, or includes information to be provided to the server.


Server Response: The server reads and interprets the request. It takes action relevant to the request and creates an HTTP Response message, which it sends back to the client. The response message indicates whether the request was successful, and may also contain the content of the resource that the client requested, if appropriate.

2006-08-27 17:14:57 · answer #1 · answered by csmaster 3 · 0 0

The browser uses http protocol to connect to the server. In simple terms,

The browers calls [like a telephone call] the web servers address on port 80.
The server responds with some information about the page and then the browser requests for further pages. This goes on until the whole page is loaded.

2006-08-27 17:10:50 · answer #2 · answered by Pawan 2 · 0 0

The web address that you request is translated by the web servers as an IP Address. You can get to any web page by knowing it's IP address. The naming address that we all see, such as www.yahoo.com, is because of the Dynamic Naming System (DNS). This just makes connecting to other sites more user friendly and easier. I'm hoping that this is what you were asking about. If so, I recommend running a search for "Dynamic Naming System" or "DNS".

2006-08-27 17:18:23 · answer #3 · answered by bford 1 · 0 0

to get any thing from any server we (browser) need to have IP of that server. when we type any web site in address bar, a request is made to DNS server (which is default in a network, set by admin) requesting about the IP of that website. we your browser recives the IP, it sends a packet on 80 or 8080 port which is HTTP port. thus server starts responing.

2006-08-27 17:10:13 · answer #4 · answered by royal 3 · 0 0

fedest.com, questions and answers