Consider an HTTP client that wants to retrieve a Web documentat a given URL. The
ID: 3617615 • Letter: C
Question
Consider an HTTP client that wants to retrieve a Web documentat a given URL. The IP address of the HTTP server is initiallyunknown. What transport and application-layer protocols besidesHTTP are needed in this scenario? I need help in answering this question Consider an HTTP client that wants to retrieve a Web documentat a given URL. The IP address of the HTTP server is initiallyunknown. What transport and application-layer protocols besidesHTTP are needed in this scenario? I need help in answering this questionExplanation / Answer
//Hope this will helpyou.Client Need DNS to convert doman name to ip address. So aclient browser first lookup the doman name and get the ipaddress. After that it connect to server and send HTTP request.