The process of visiting a website is called browsing.
Web Browsing steps are given below:
1. The browser determines the URL entered.
2. The browser asks the DNS for URLS corresponding IP address (Numeric address)
3. The DNS returns the address to the browser.
4. The browser makes a TCP connection using the IP address.
5. Then it sends a GET request for the required file to the server.
6. The server collects the file and send it back to the browser.
7. The TCP connection is released.
8. The text and the images in the web pages are displayed in the browser.