Intro web and web server

Intro web and web server

Table of contents

No heading

No headings in the article.

The web is also known as WWW or WORLD-WIDE WEB. The web is a system of public web pages that are interconnected and these pages are accessible through the internet.

The web and the Internet are not the same. The web is an application that is built on the internet.

Web History- In 1990 Tim Berners Lee created the first web server web browser and web pages on his computers. Tim Berners Lee proposed the web architecture that became known as the WORLD-WIDE WEB.

The Web has serval components there are three main components:- HTTP protocol that transfers data between Servers and the clients/ users(we). URL known as Unique Resource Locater used by clients/users to access web components. HTML Is a common format for publishing

A web server is a hardware and software computer system that processes and responds to the requests of the users/clients.

The hardware Server part contains the web server software and websites and web pages. Websites have components that are HTML text format, CSS stylesheet, and Javascript files.

The software server contains many parts that control how a web server can access the files. these servers are HTTP servers. An HTTP server is software that understands the URL and Links of the websites. HTTP server can access through the links and domain names of the WEBsites and the server delivers the contents of these hosted websites to the users.

Examples: when users search a web page on the browser online. When users search for something in the web browser, the network sends an HTTP request to the HTTP server, and then the HTTP server starts searching and processing that web page of the user's HTTP request. When the HTTP server completes the process on the user's HTTP request then the server sends back an HTTP response about the web page to the user/client.

on the internet, some free or paid servers are available like apche2.0, Microsoft Internet service (IIS), nginx, Google web server, Oracle,LIGHTTPAD, and other servers.

Apache HTTP Server is also Known as Apache 2.0. Apache is an open-source software and it is available for free. It is the most widely used Web Server software in the world. It is fast reliable and secure. Most WordPress hosting provider use Apache 2.0 as their web server software.

Live Server The live server is a VS Code extension that previews the HTML, CSS, and Javascript files in real time in the browser. It was created by the Ritwik Dey. 5.7.9 is the latest updated version of the live server extension.