#webtech1

Thread

Nityesh Agarwal September 24, 2019 at 07:42 PM

ct1 2019

Nityesh Agarwal September 24, 2019 at 07:45 PM

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.

Nityesh Agarwal September 24, 2019 at 07:46 PM

1.b

Nityesh Agarwal September 24, 2019 at 07:46 PM

1.b contd.

Nityesh Agarwal September 24, 2019 at 07:50 PM

2.b HTTP request format

Nityesh Agarwal September 24, 2019 at 07:51 PM

2.b http response format

Nityesh Agarwal September 24, 2019 at 07:52 PM

2.b example

Nityesh Agarwal September 24, 2019 at 07:57 PM

3.a

Nityesh Agarwal September 24, 2019 at 07:58 PM

3.b
https://www.w3schools.com/html/html_form_elements.asp

Nityesh Agarwal September 24, 2019 at 08:00 PM

4
https://stackoverflow.com/a/11930310

Nityesh Agarwal September 24, 2019 at 08:15 PM

2.a

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

Nityesh Agarwal December 19, 2019 at 10:31 AM

5
https://www.w3schools.com/js/js_htmldom.asp