Why HTTP is called as stateless?what is this statelessness?what is state of this protocol?

Showing Answers 1 - 4 of 4 Answers

Kaushal Patel

  • Jun 2nd, 2006
 

HTTP is called a  stateless protocol because each command is executed independently, without any knowledge of the commands that came before it.

Stateless means having no information about what occurred previously. Most modern applications maintain state, which means that they remember what you were doing last time you ran the application, and they remember all your configuration settings. This is extremely useful because it means you can mold the application to your working habits.

  Was this answer useful?  Yes

is a protocol used mainly to access data on WWW. The protocol transfers data on form of plain text, hpertext,audio,videoetc.called hypertext since its efficiency allowa it to use in a hypertext envt where there are rapid jumps from one document to another.Stateless : Servers typically receive requests from many diff clients,and servers are only aware of a particular client until they fulfill a request with a response. Afterthat ,servers forget abt the client .thats y called stateless protocol

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions