retagged by
1,610 views

3 Answers

5 votes
5 votes

HTTP is a stateless protocol -:TRUE as it does not  require the server to retain information.

HTTP has inbuilt security mechanism -:FALSE as it does not provide any security like taking web data as a plain text not in encrypted form...because of this inability HTTPS came into existence.

references-:

http://stackoverflow.com/questions/13200152/why-say-that-http-is-a-stateless-protocol

 http://stackoverflow.com/questions/8375134/difference-between-http-and-https

0 votes
0 votes

HTTP is stateless protocol as we know but it is not built in security bcz it underlying protocol it is just a servent of its master as TCP.So it will be false.

edited by
0 votes
0 votes
HTTP is a stateless protocol. A stateless protocol does not require the server to retain information or status about each user for the duration of multiple requests.which means that the connection between the browser and the server is lost once the transaction ends.

Related questions

1 votes
1 votes
2 answers
1
Sandy Sharma asked Nov 28, 2018
2,591 views
Which of the following Application Layer Protocol cannot be used between mail server and receiver’s client machine?SMTPHTTPPOP3IMAP4
2 votes
2 votes
0 answers
2
Rahul_Rathod_ asked Jan 26, 2018
550 views
what is the meaning of persistence connection?HTTP and FTP are persistent or non persistent connection?
1 votes
1 votes
1 answer
3
Shubhanshu asked Oct 3, 2017
1,479 views
Why BGP is an application layer Protocol?Ref :- https://en.wikipedia.org/wiki/Border_Gateway_Protocol
1 votes
1 votes
1 answer
4
Tuhin Dutta asked Dec 19, 2017
777 views
When both the sender and receiver are connected to the mail server via a LAN or WAN we need two user agents, two pairs of message transfer agents & one pair of message ac...