Basic features in HTTP protocol -- a client-server model:
|
client & server open the connection ---> |
client sends request messages to server ---> |
server locates requested information and sends |
response back to client ----> client & server close the connection (note each URL represents a separate connection process) |