Pregunta de entrevista de TD

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

Respuesta de la entrevista

Anónimo

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