Amazon Interview Question

How does a web page load, what happens in the background?

Interview Answer

Anonymous

Mar 10, 2021

DNS Lookup. The browser sends an HTTP request. The server responds and sends back the requested HTML file. The browser begins to render HTML. The browser sends additional requests for objects embedded in the html file

3