Answer the following question and also justify your answer with appropriate examples
Question: You wish to use HTTP version 1.1 to retrieve index.html on the base directory of a machine named example.com that is configured to accept connections on the smallest ephemeral port number. What is the full URL?
Suppose that there is no issue retrieving the file and that the contents of index.html are: "You got it." Further, assume that you are requesting a persistent connection.
Write out the full HTTP request and response adding relevant headers.
I am having difficulty with this problem because I do not know where to start with.