java4all@1986 java. Powered by Blogger.

How will Http protocol will maintain it's statless behaviour?

>> Wednesday, June 1, 2011

                                                     
Client server Architecture
               1.)When we sent a request from client to server ,the protocol will establish a socket connection between client and server.Upon receiving the request the protocol will prepare a request format consists of header part and body part.
                 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

FaceBook Login

HTML/JAVASCRIPT

HTML/JAVASCRIPT

HTML/JAVASCRIPT

HTML/JAVASCRIPT

Total Pageviews

STATCOUNTER

  © Blogger template Simple n' Sweet by Ourblogtemplates.com 2009

Back to TOP