How will Http protocol will maintain it's statless behaviour?
>> Wednesday, June 1, 2011
Client server Architecture |
2.)In header part it will maintain client and server ip address and in body part it will maintain client specified input data.
3.)The protocol will carry the request format to the server ,then the server generate the dynamic response and keep in the request object and send to the protocol.
4.)Then the protocol will prepare a response format and carry the response generation to client machine.
5.)When the response reached to client machine ,the protocol will terminate the establish socket connection between client and server.
6.) This means that protocol will not remember the previous conservation data at the time of processing the later request.
It means that HTTP protocol will maintain the stateless nature.
0 comments:
Post a Comment