Olete.in
Articles
Mock Tests
🧪 CL-HTTP MCQ Quiz Hub
HTTP MCQ
Choose a topic to test your knowledge and improve your CL-HTTP skills
1. The values GET, POST, HEAD etc are specified in ____ of HTTP message.
Request line
Header line
Status line
Entity body
2. The HTTP response message leaves out the requested object when _____ method is used.
GET
POST
HEAD
PUT
3. Find the oddly matched HTTP status codes.
200 - OK
400 - Bad Request
301 - Moved permanently
304 - Not Found
4. HTTP uses the services of _________ on well-known port 80.
UDP
IP
TCP
None of the above
5. In HTTP, the first line in a request message is called a _______ line; the first line in the response message is called the ________ line.
request; response
response; request
response; status
none of the above
6. HTTP version 1.1 specifies a _________connection by default.
persistent
nonpersistent
both (a) and (b)
none of the above
7. In HTTP, a _______ server is a computer that keeps copies of responses to recent requests.
regular
proxy
both (a) and (b)
None of the above
8. An HTTP request message always contains _______.
a header and a body
a request line and a header
a status line, a header, and a body
None of these
9. The HTTP request line contains a _______ method to request a document from the server.
GET
POST
COPY
None of these
10. The HTTP request line contains a _______ method to get information about a document without retrieving the document itself.
HEAD
POST
COPY
None of these
11. A response message always contains _______.
a header and a body
a request line and a header
a status line and a header
None of the above
12. To use proxy server, client must be configured to access proxy instead of the
Proxy Server
Target Server
Post Server
Original Server
13. In Hypertext Transaction, formats of request and response messages are
Same
Similar
Changed
Active
14. In Hypertext Transaction, formats of request and response messages are
Same
Similar
Changed
Active
15. In Hypertext Transaction, term CONNECT is used for
Connection
Reserved Connection
Post Connection
Active Connection
16. In Hyper Text Transfer Protocol (HTTP), a client can directly connect to a server using
Web
Domain
TELNET
HTTP
17. The Hypertext Transfer Protocol (HTTP) is an
physical layer level protocol
data layer level protocol
network layer level protocol
application layer level protocol
18. The Hypertext Transfer Protocol (HTTP) is an
physical layer level protocol
data layer level protocol
network layer level protocol
application layer level protocol
19. HTTP is called stateless protocol because
It has very basic architecture.
The server and client are aware of each other only during a current request.
Of long time duration between client and server response time.
None of the above
20. In Computer Networking, HTTP is referred to as a stateless protocol as servers do not maintain any information about past client requests. HTTP is an acronym for
Hyper Text Translation Protocol
Hyper Text Transfer Protocol
High TeraByte Transfer Protocol
Hypervisor Test Translation Protocol
21. The second part of a URL specifies the
Protocol
Resource id
Client name
Server name
22. The domain name that ends with a period?
completed
incomplete
absolute
universal
Submit