DEV Community

vandanarj23
vandanarj23

Posted on

1

Intro web and web server

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.

Tiugo image

Fast, Lean, and Fully Extensible

CKEditor 5 is built for developers who value flexibility and speed. Pick the features that matter, drop the ones that don’t and enjoy a high-performance WYSIWYG that fits into your workflow

Start now

Top comments (0)

Tiger Data image

🐯 🚀 Timescale is now TigerData: Building the Modern PostgreSQL for the Analytical and Agentic Era

We’ve quietly evolved from a time-series database into the modern PostgreSQL for today’s and tomorrow’s computing, built for performance, scale, and the agentic future.

So we’re changing our name: from Timescale to TigerData. Not to change who we are, but to reflect who we’ve become. TigerData is bold, fast, and built to power the next era of software.

Read more

👋 Kindness is contagious

If this **helped, please leave a ❤️ or a friendly comment!

Okay