Computer Science, asked by tracysangma7872, 6 months ago

describe two ways in which you can access web page that you visited during the sessions​

Answers

Answered by jjaajjajaja36
6

Answer:

The easiest way to access a website is to write the desired address into the address bar located in the browser. This address is known as a Uniform Resource Locator (URL), and every webpage can be reached with its own individual URL (web address). A URL is made up of several sections; all of which have their own functions. Here is a generic example of a webpage URL:

Protocol

Third-level domain

Second-level domain

Top-level domain

The World Wide Web (WWW) is a system of electronically stored hypertext documents. The hypertext transfer protocol (HTTP) is used in the World Wide Web in order to transfer webpage data from the web server to the browser. In addition to HTTP, there’s also an encrypted version of the protocol: Hypertext Transfer Protocol Secure (HTTPS). The HTTP protocol header is followed by the hostname, which consists of a second-level and top-level domain (in this order). In the web, we usually see “www” as third-level domain, but there are other subdomains. If a URL points to a specific directory or file, the relevant information will be placed after the hostname.

URLs are generally comprised of letters, meaning that people can easily remember them. Computers, on the other hand, work with combinations of numbers (known as IP addresses) to find a server on the internet. An additional step is required in order to access content from the web browser. This step requires translating a webpage’s URL into the corresponding IP address. The task is carried out by DNS servers, which are responsible for managing the Domain Name System.

DNS server: a directory for IP addresses

DNS server: a directory for IP addresses

When a web address is entered into the search bar of the browser, the browser looks for the requested domain in its cache. If it’s not there, it requests the operating system’s DNS server to find the required IP address. A DNS server is liable for the name resolution. The DNS server that is to be requested can be configured in the operating system as well as in the router. Per default, the internet access provider sets the address of its own DNS server there. Since requesting the domain name system takes some time, the IP addresses of sites that have already been visited are usually stored in the operating system’s or the browser’s DNS cache. This cache keeps IP addresses at hand for future visits to the website. This lightens the load of the DNS server and speeds up the webpage’s loading time.

Similar questions