22. What is Iterative Servers?
When the server process knows in advance how long it takes to handle each request and it handles each request itself
When the amount of work required to handle a request is unknown and the server starts another process to handle each request.
When the server process knows in advance how long it takes to handle each request and the server starts another process to handle each request
When the amount of work required to handle a request is unknown and the server handles each request itself
It is a protocol that provides “a general, unidirectional, eight-bit, bit oriented communications facility
It is a protocol that provides “a general, bidirectional, eight-bit, bit oriented communications facility
It is a protocol that provides “a general, unidirectional, eight-bit, byte oriented communications facility
It is a protocol that provides “a general, bidirectional, eight-bit, byte oriented communications facility
25. Match the HTTP Request methods.
Method | Action | ||
(A) | GET | (i) | Requests information about a document but not the document itself |
(B) | POST | (ii) | Sends a document to the Server to be stored at a specific path as mentioned by the Client through Request URI |
(C) | PUT | (iii) | Requests a document from the server |
(D) | HEAD | (iv) | Sends some information to the server from the Client |