DEV Community

MD AZHAR MASOOD
MD AZHAR MASOOD

Posted on

INTRODUCATION TO WEB AND HTML

Web is the connection between of billion client and server through wire and wireless network. The web client make requests
to web server. Let know who is client this question might be coming in your mind ?.let known client is how make request on web ,for example u have write on web a query that how to make cake this is request so u are the client and whereas who has answer your request he/she is the replier of the answer is called server.The servers is where all the data is already feeded by someone.
**Web Servers **is consist of both Hardware and software working together.

  • The Hardware used to store webserver software and website component file like html ,css ,JavaScript and etc.
  • where as Software side, it control how server control the user to accesses hosted file. webservers use protocol mean rule which predefined by the webservers software and most common one is Https:t he protocol your browser uses to view webpages .

Their are two type of web serves

  • static: server hosted same file has send as it is to your web browsers
  • dynamic: it update the hosted file before sending the content to the browser *The Apache HTTP Server Project **is a collaborative software development effort aimed at creating a robust, commercial-grade, free available source code implementation of an HTTP (Web) server. In February of 1995, the most popular server software on the Web was the public domain HTTP daemon developed by Rob McCool at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. **Live server * In vs code live server is give local environments for website development. It behaviour like dynamic serves. It give an idea how go website behavior like to actual server.

Top comments (0)