-
Identify the correct sequence in which the following packets are transmitted on the network by a host when a browser requests a web page from a remote server, assuming that the host has just been restarted.
-
- HTTP GET request, DNS query, TCP SYN
- DNS query, HTTP GET request, TCP SYN
- DNS query, TCP SYN, HTTP GET request
- TCP SYN, DNS query, HTTP GET request
- HTTP GET request, DNS query, TCP SYN
Correct Option: C
When a web browser requests any web page from a remote server then that request (URL address) is mapped to IP Address using DNS, then TCP synchronisation occurs. Finally HTTP verifies that the address exists in the web server or not.