How the Web works

A web server is a system that is configured to answer HTTP requests. To convert a generic Linux system into a web hosting platform, you need to install a daemon that listens for connections on TCP port 80, accepts requests for documents, and transmits them to the requesting user. Full procces from the instance a user requests a web page to the content of the requested page rendering in the user's web browser window.

Read further How the Web works

Browser and URL

The purpose of a web browser is to get content from the web and display it on the user's device. Browser requests each resources from the web server(s) using the information in the URL (protocol, domain, path, file)

User agents

A user agent is any software that retrieves and presents Web content for end users or is implemented using Web technologies. User agents include Web browsers, media players, and plug-ins that help in retrieving, rendering and interacting with Web content. The family of user agents also includes operating system shells, consumer electronics with Web-widgets, and stand-alone applications or embedded applications whose user interface is implemented as a combination of Web technologies.

Read further User Agent Accessibility Guidelines (UAAG) 2.0

Web browsers

A web browser is an application software used to access the web. Web browsers understand HTML, CSS, and Javascript and render the web pages to the visitors. Web browsers, such as Netscape, Opera, and IE contact remote web servers and make requests on behalf of users. The documents can contain hyperlink points (links) to other documents, which may or may not live on the server that the user originally contacted. Once the browser receives response to its request, it processes the code as depicted in the following diagram:

browser process

Browser performance

The browser's performance depends on the amount of processing it needs to handle.

Search Engine Optimization (SEO)

Search Engine Optimization (SEO) is the process of making a website more visible in search results. Search engines crawl the web, following links from page to page, and index the content found. Crawlers follow rules. If you follow those rules closely, you give the site the best chances of showing up among the first results, increasing traffic.

A web browser is not the same thing as a search engine. A search engine is a website running software that searches data for specified information, then provides links to relevant websites.

Read further The basics of how Search works