Ajwt Notes
Ajwt Notes
BASIC FEATURES
There are three basic features that make HTTP a simple but powerful protocol:
HHTP is connectionless
HTTP is media independent
HHTP is stateless
The http protocol is a request /response protocol based on the client/server based
architecture where web browser , robots and search engines etc. act like HTTP
clients and the web server acts as a server.
Client
The HTTP client sends a request to the server in the form of a request to the
server in the form of a request method , URI , and protocol version ,followed by a
MIME-like message containing request modifiers , client information, and possible
body content over a TCP/IP connection.
Server
The HHTP server responds with a status line, including the message’s protocol
version and a success or error code ,followed by MIME-like message containing
server information, entity meta information, and possible entity-body content .