Question:
What is the function of the HTTP GET message?
- to request an HTML page from a web server
- to send error information from a web server to a web client
- to upload content to a web server from a web client
- to retrieve client email from an email server using TCP port 110
Explanation: There are three common HTTP message types:
GET – used by clients to request data from the web server
POST – used by clients to upload data to a web server
PUT – used by clients to upload data to a web server
Exam with this question: CCNA 1 v7 Checkpoint Exam: Network Application Communications Exam Answers
Exam with this question: Modules 5 - 10: Network Fundamentals Group Exam
Please login or Register to submit your answer