1. What is home page?
2. What is HTTP? Why is it required?
3. What is the significance of http?
4. What is the difference between a web server and web browser?
Answers
Answer:
Answer 1) A home page is the main web page of a website. The term can also refer to one or more pages always shown in a web browser when the application starts up. In this case, it is also known as the start page.
Answer 2) HTTP stands for hypertext transfer protocol. It's a protocol that allows communication between different systems. Most commonly, it is used for transferring data from a web server to a browser to view web pages.
Answer 3) HTTP is a protocol which allows the fetching of resources, such as HTML documents. It is the foundation of any data exchange on the Web and it is a client-server protocol, which means requests are initiated by the recipient, usually the Web browser.
Answer 4) Web Browser is a software which is used to browse and display pages available over internet whereas web server is a software which provides these documents when requested by web browsers. Web server receives HTTP Request and sends a HTTP Response.
Explanation:
These Are The Answer Of The Question You Have Given!!