A client connects to a server and attempts to pull a web pag
A client connects to a server and attempts to pull a web page. What port would appear in the destination field of the requesting machine’s TCP header?
A. 23
B. 25
C. 80
D. 88
E. 110
Solution
Please find the answer below:
C) 80.
The web pages/ the http services are provided by the server through port 80. Port 80 is the default port for HTTP service. Here pulling a web page is nothing but accessing a web page which is nothing but an http service.
