Compiler-Design
November 24, 2023Question 15807 – TIFR 2021
November 24, 2023Transmission-and-Propagation-Delay
Question 13 |
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 been restarted.
HTTP GET request, DNS query, TCP SYN | |
DNS query, TCP SYN, HTTP GET request | |
TCP SYN, DNS query, HTTP GET request | |
DNS query, HTTP Get request, TCP SYN |
Question 13 Explanation:
Sequence in which the given 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 been restarted :
Step 1: DNS query is sent to Domain name server to convert the Domain name into it’s IP address.
Step 2: TCP SYN request packet is sent by sender to establish a connection for data transmission.
Step 3: HTTP GET request is used to request data from a specified IP address.
Step 1: DNS query is sent to Domain name server to convert the Domain name into it’s IP address.
Step 2: TCP SYN request packet is sent by sender to establish a connection for data transmission.
Step 3: HTTP GET request is used to request data from a specified IP address.
Correct Answer: B
Question 13 Explanation:
Sequence in which the given 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 been restarted :
Step 1: DNS query is sent to Domain name server to convert the Domain name into it’s IP address.
Step 2: TCP SYN request packet is sent by sender to establish a connection for data transmission.
Step 3: HTTP GET request is used to request data from a specified IP address.
Step 1: DNS query is sent to Domain name server to convert the Domain name into it’s IP address.
Step 2: TCP SYN request packet is sent by sender to establish a connection for data transmission.
Step 3: HTTP GET request is used to request data from a specified IP address.
Subscribe
Login
0 Comments