Home / CSE MCQs / Computer Network MCQs :: HTTP - Computer Networks

CSE MCQs :: Computer Network MCQs

  1. The number of objects in a Web page which consists of 4 jpeg images and HTML text is ______
  2. A.
    4
    B.
    1
    C.
    5
    D.
    None of the mentioned

  3. The default connection type used by HTTP is _____
  4. A.
    Persistent
    B.
    Non-persistent
    C.
    Either of the mentioned
    D.
    None of the mentioned

  5. The time taken by a packet to travel from client to server and then back to the client is called ____
  6. A.
    STT
    B.
    RTT
    C.
    PTT
    D.
    None of the mentioned

  7. The HTTP request message is sent in ____ part of three-way handshake.
  8. A.
    First
    B.
    Second
    C.
    Third
    D.
    None of the mentioned

  9. In the process of fetching a web page from a server the HTTP request/response takes ______ RTTs.
  10. A.
    2
    B.
    1
    C.
    4
    D.
    3

  11. The first line of HTTP request message is called ____
  12. A.
    Request line
    B.
    Header line
    C.
    Status line
    D.
    Entity line

  13. The values GET, POST, HEAD etc are specified in ____ of HTTP message
  14. A.
    Request line
    B.
    Header line
    C.
    Status line
    D.
    Entity body

  15. The ______ method when used in the method field, leaves entity body empty.
  16. A.
    POST
    B.
    GET
    C.
    Both of the mentioned
    D.
    None of the mentioned

  17. The HTTP response message leaves out the requested object when _____ method is used
  18. A.
    GET
    B.
    POST
    C.
    HEAD
    D.
    PUT

  19. Find the oddly matched HTTP status codes
  20. A.
    200 OK
    B.
    400 Bad Request
    C.
    301 Moved permanently
    D.
    304 Not Found