Can you tell us about stateless and stateful protocol?

devquora
devquora

Posted On: Feb 22, 2018

 

Stateless protocol- A communication protocol which screens every request as an independent transaction is a stateless protocol. Hence, it is not required from the server to retain any of the session or identity in order to optimize multiple requests arriving from the same source. HTTP is a stateless protocol as it does not require the server to retain information from multiple requests.

Stateful protocol - A communication protocol where the responder maintains the information safely across multiple requests originating from the same source is called stateful protocol.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Web Developer Interview Questions

    According to you what are the major responsibilities of a web developer?

    As a web developer, most of the time entire responsibility of the project is shouldered on us. Major of them are:..

    Web Developer Interview Questions

    Explain what is CORS?

    CORS stands for the cross-origin resource sharing. It is actually a mechanism which enables the sources..

    Web Developer Interview Questions

    As a web developer what do you think essential you should know?

    As a web developer, there are multiple tasks that have to be performed like designing, programming, developing..