TD Interview Question

Explain each step that occurs during an HTML request to a server.

Interview Answer

Anonymous

Apr 12, 2018

1) Browser check the DNS , and send an HTTP request 2) Server response back with corresponding HTML page 3) Browser render that HTML page and meanwhile apply the addition request for embedded objects (like CSS, javascript, image, font , etc files)