Question Bank - Computer Networks

Here's the question bank on all the computer networks topics.

As per version 1.1 of HTTP, which of the following methods is incorrectly matched with its action?

A.
GET ­ Requests a document from the server
B.
CONNECT ­ Reserved
C.
PUT ­ Sends a document from server to client
D.
TRACE ­ Enquires about available options

Solution:

When a browser supporting HTTP 1.1 indicates it can decompress HTML files, a server will compress them for transport across the Internet, providing substantial aggregate savings in the amount of data that has to be transmitted.Statement 1) True:- The HTTP GET request method is used to request a resource from the server. The GET request should only receive data (the server must not change its state). If we want to change data on the server, use POST, PUT, PATCH, or DELETE methods.Statement 2):- True, In HTTP 1.1, all connections are considered persistent unless declared otherwise. The HTTP persistent connections do not use separate keepalive messages, they just allow multiple requests to use a single connection.Statement 3):- True, HTTP works as a request-response protocol between a client and server. Example: A client (browser) sends an HTTP request to the server; then the server returns a response to the client. The response contains status information about the request and may also contain the requested content.Statement 4) false:- The HTTP TRACE method performs a message loop-back test along the path to the target resource, providing a useful debugging mechanism.

For more questions,

Click Here

Download Gyanm App

free current affairs for competitive exams

Scan QR code to download our App for
more exam-oriented questions

free current affairs for competitive exams

OR
To get link to download app

Thank you! Your submission has been received. You will get the pdf soon. Call us if you have any question: 9117343434
Oops! Something went wrong while submitting the form.