answersLogoWhite

0


Best Answer

The stateless design simplifies the server design because there is no need to dynamically allocate storage to deal with conversations in progress. If a client dies in mid-transaction, no part of the system needs to be responsible for cleaning the present state of the server.

A disadvantage of statelessness is that it may be necessary to include additional information in every request, and this extra information will need to be interpreted by the server.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Advantages of a stateless protocol for the WWW?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

HTTP is classified as a protocol?

HTTP is classified as a stateless protocol. HTTP is classified as a stateless protocol.


What is HTTP protocol and IP protocol?

HTTP Protocol stands for Hyper Text Transfer Protocol. It is the protocol used to convey information of World Wide Web (WWW). HTTP protocol is a stateless and connectionless protocol. HTTP is called as a stateless protocol because each command is request is executed independently, without any knowledge of the requests that were executed before it. It is the protocol used for the web. It is based on a request/request paradigm. In this protocol the communication generally takes place over a TCP/IP protocol.and Ip is a internet protocol which is responsible to communicate network (internet),


Are HTML applications statefull or stateless?

Stateless, by default. HTML's parent protocol, HTTP, is a idempotent, stateless protocol. However, we have means using Javascript, PHP, Perl, Ruby, ASP, etc. to add a state an application. But, using only HTML, it's not possible.


What is HTML stateless protocol?

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.


Filters decide whether to allow or block packets based on information in the protocol headers?

Stateless Packet Filters


Which of the protocol may be used for accessing world wide web?

The protocol that access the World Wide Web (www) is HTTP, HyperText Transfer Protocol.


Why does Ethernet cannot provide www service?

WWW service is work onApplication layer & Ethernet is datalink layer protocol.


Is HTTP core protocol or not?

HTTP is a stateless protocol ... HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, includingActiveX, Java, JavaScript and cookies.


Why is http and www used or not used in some web addresses?

WWW is merely a sub-domain name while http is a protocol.


What does HTTP WWW. stand for?

Hypertext Transfer Protocol and World Wide Web.


What is Advantages and disadvantages using HTTP protocol?

There are a few advantages and disadvantages of the HTTP protocol. The stateless design simplifies the server design because there is no need to dynamically allocate storage to deal with conversations in progress. If a client dies in mid-transaction, no part of the system needs to be responsible for cleaning the present state of the server. A disadvantage of statelessness is that it may be necessary to include additional information in every request, and this extra information will need to be interpreted by the server.


What are some examples of protocol?

An example would be HTTP