answersLogoWhite

0

What is HTML stateless protocol?

Updated: 8/10/2023
User Avatar

Wiki User

16y ago

Best Answer

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.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Commonly, a stateless protocol refers to protocols which do not save session state between connections. An example of stateless protocol is HTTP.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is HTML stateless protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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.


Is HTML protocol or not?

HTML is a protocol


Why Is HTML synchronous?

HTML is synchronous because the base protocol, HTTP (Hypertext Transfer Protocol) does not maintain a connection with the server. This was because, at the time, no one could imagine wanting a protocol that kept state. Give that the protocol doesn't track the user, there'd be no way for HTML to by asynchronous.


Which protocol is used to send and receive HTML file?

HTML files are most often sent and received using HTTP, which stands for HyperText Transfer Protocol. Files can also be shared using FTP, which stands for File Transfer Protocol.


Is HTML a protocol that defines how webpages are transmitted?

HTML is not a protocol, it is a language. HTML stands for Hypertext Markup Language. The protocol that webpages go through is HTTP, which stands for Hyper Text Transfer Protocol. HTTP can be seen on the front of every webpage (e.g. http://wiki.answers.com)/.I had never thought of HTML as a protocol but according to the CCENT/CCND ICND1 book by ciscopress.com, an official book of Cisco, HTML is a protocol. By definition, a protocol is simply a set of rules that determine the format and transmission of data. HTML does define a format for how data is diplayed even though it is transmitted via HTTP.

Related questions

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.


HTTP is classified as a protocol?

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


Is HTML protocol or not?

HTML is a protocol


What is HTML protocol?

There is no such thing as "HTML Protocol". You might be looking for HTTP, which is HyperText Transfer 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),


What is the driffrence between HTTP and HTML?

HTTP is the protocol, HTML is the language.


Why Is HTML synchronous?

HTML is synchronous because the base protocol, HTTP (Hypertext Transfer Protocol) does not maintain a connection with the server. This was because, at the time, no one could imagine wanting a protocol that kept state. Give that the protocol doesn't track the user, there'd be no way for HTML to by asynchronous.


Is HTTP an example of HTML code?

No. HTTP is HyperText Transfer Protocol, which is the protocol that web pages work on. HTML needs HTTP for it to work. HTTP is not code for a web page; it is not HTML.


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

Stateless Packet Filters


What is the protocol used to request a webpage?

HTTP Hypertext Transfer 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.


What is the standard protocol for retrieving websites?

The protocol for retrieving web resources is the HTTP 1.1 protocol which is defined in: http://tools.ietf.org/html/rfc2616