Where does the DNS reply go to in a single HTTP redirect?
Where does the DNS reply go to in a single HTTP redirect? Correct Answer Browser
DNS is a query/response protocol. The client queries information (for example the IP address corresponding to www.google.com) in a single UDP request. The DNS reply goes to the Browser in a single HTTP redirect.