What Are Stateful & Stateless Protocols?
i know that they dnt save the state and other stores states...give me real time examples...
and how those are applicable in internet
Member • Jun 3, 2013
Member • Jun 3, 2013
yes but when loging in what protocols are used to store the state?ianoopStateless protocol doesn't preserve state of request after transaction.
Stateful protocol preserves the state of client until it disconnects.
For example if you download file its FTP uses TCP/ip and preserve all the state of client.
While if login a website like CE or Facebook it uses a series of series of stateful protocol for login, posting.
While other time there is no information of client communicated with server, when needed cookies or session variables are used to identify the client.
Member • Jun 3, 2013
tanvisharmayes but when loging in what protocols are used to store the state?
and cookies as i know are serverside programes stored on client side..
i know cookies are used for faster access...
but how does cookies be helpful for faster acces?
what exactly do cookies contain?
and how do server understand that??
please help me
Member • Jun 4, 2013