FMWDS

Web Works Based on following concepts:

  1. What is a web server? A web server is a computer that stores and serves website content to users over the internet. It responds to requests from web browsers by sending back web pages and other resources. Example: Apache, Nginx.

  2. What is a network? A network is a collection of interconnected devices (computers, servers, routers) that can communicate and share resources, such as files and data. It enables data exchange and communication between devices. Example: Local Area Network (LAN).

  3. What is the internet? The internet is a global network of interconnected computers and networks that allows information and data to be exchanged globally. It provides access to websites, services, and communication across the world.

  4. What is an IP address? An IP (Internet Protocol) address is a numerical label assigned to devices on a network. It identifies the device's location and enables communication over the internet. Example: 192.168.1.1.

  5. What is a router? A router is a networking device that directs data between different networks, such as connecting a home network to the internet. It manages data traffic and determines the best path for data to travel.

  6. What is an ISP? An ISP (Internet Service Provider) is a company that provides internet access to individuals and businesses. It offers services like internet connectivity, email, and web hosting.

  7. What are packets and how are they used to transfer data? Packets are small units of data that are used to transmit information over networks. Data is divided into packets, each containing a part of the message along with addressing information. These packets are sent individually and reassembled at the destination.

  8. What is a client? A client is a computer or device that requests and receives information or services from a server. In the context of the internet, a web browser is a common example of a client.

  9. What is a server? A server is a computer or software that provides services or resources to clients over a network. Web servers, for instance, deliver web pages to browsers upon request.

  10. What is a web page? A web page is a document displayed in a web browser. It can contain text, images, links, and multimedia elements. Web pages make up websites and are accessed via URLs.

  11. What is a web browser? A web browser is a software application that allows users to access and view web pages on the internet. Examples include Google Chrome, Mozilla Firefox, and Microsoft Edge.

  12. What is a search engine? A search engine is a web tool that helps users find information on the internet by searching databases of web pages. Examples include Google, Bing, and Yahoo.

  13. What is a DNS request? A DNS (Domain Name System) request is a query sent by a computer to translate a human-readable domain name (e.g., google.com) into an IP address that computers can understand.

  14. Explain what happens when you run a search on google.com. When you search on Google, your query is sent to Google's servers. These servers use complex algorithms to search through their vast index of web pages, ranking relevant results. The results are then displayed on your screen, with the most relevant websites listed first.

    </li>