what happens when you want to view a web page from your browser ? EXPLAIN THE STEPS.
Answers
Answered by
1
Answer:
The web server processes the URL you entered and gives the control to the back-end. The back-end code generates the HTML page and hands it over to the web server. The web server, then, finally sends the HTML page to the browser, via the HTTP channel. ... It executes the Javascript code present in the HTML.5
Answered by
6
Browser Sends Request
After a browser has performed the DNS lookup, it sends an HTTP request to the appropriate server. It doesn't have to literally be HTTP. It can be HTTPS or more recently an HTTP/2 request. The general idea though it that your browser sends a request for a specific file, often an HTML file.
Similar questions