#webtech1
Thread

ct1 2019

1.a
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.
Disadvantages: This is the main reason that it is difficult to implement Web sites that react intelligently to user input.
Advantages: Some of the biggest benefits of stateless applications is that the maintaining parties don't have the responsibility of managing the resident memory. Stateless applications can be less costly than a similar stateful application. They can also be less complex, as there’s no requirement to take in data and keep it on hand, to record it for use later. Every session is brand new and the same programming occurs.

1.b

1.b contd.

2.b HTTP request format

2.b http response format

2.b example

3.a

3.b

4

2.a
<http://www.abc.com:80/login.jsp?login=paridhi&passwd=prettypari>

5