Bloomberg Interview Question

What happens when you click on the URL.

Interview Answer

Anonymous

Sep 18, 2012

split URL by fragment, host, etc -> (DNS->IP) -> HTTP GET request -> wait for response status....etc

1