Saturday 4 June 2011

Protocols State Full Protocols Stateless Protocols



Protocols: A protocol is a set of instructions, which are used to describe the way how the information is transforming from Client system to server and server to client system.
StateFul Protocols : This protocol can maintain the state of application, it means they can transfer the values from one page to another page.
Ex: TCP/IP. Transmission Control Protocol / Internet Protocol.
In windows application we are using these protocols only.
Stateless Protocols:  These protocols can’t maintain the state of the application , it means they can’t carry the previous values and responses from one page to another page.
In Web Applications we are using these protocols, because they won’t carry the previous request and responses. That is the reason why they consume less network resource and increases the performance of the application.

0 comments:

Post a Comment