Answer:
c. Messages flowing to the client typically use a source TCP port number of 80.
d. Messages flowing to the server typically use TCP.
Step-by-step explanation:
When fred open the web browser and start a connection to the www.certskills.com website.Two things happens from the mentioned things
1.Messages that are going to the server are use TCP(Transmission Control Protocol).
2.Message goes to the client uses port number 80 that is of TCP used for transferring web pages.
Because the port number 80 is reserved for the HTTP used for transferring web pages that uses TCP protocol.