Respuesta :

Reasons why a web server needs to know the address,browser type and cookies for a requesting client are
i)address-to send back requested pages/files
ii)browser type-this is because different browsers render differently and support different functions so they may require different versions of files.
iii)cookies-they use cookies to track session and user information.Thus without a cookie the server cant know the context of the request.

A web server needs to know the address, browser type, and the cookies that are required for the requesting client in order to set up a tcp connection.

A web server refers to the hardware and the software that makes use of the hypertext transfer protocol to respond to the requests of the client which are made over the world wide web.

It should be noted that a web server requires the IP address of the requesting client in order to be able to set up the transmission control protocol [tcp] connection with the client which the browser can download the web page and the resources that are associated with it.

Read related link on:

https://brainly.com/question/14003729