Domanda di colloquio di TD

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

Risposta di colloquio

Anonimo

12 apr 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)