• Post author:
  • Post category:Computer

1271. The time taken by a packet to travel from client to server and then back to the client is called :

A. STT
B. RTT *
C. PTT
D. None of the above

1272. The HTTP request message is sent in _______ part of three way handshake :

A. First
B. Second
C. Third *
D. None of the above

1273. In the process of fetching a web page from a server the HTTP request/response takes _____ RTTs:

A. 2
B. 1 *
C. 3
D. 4

1274. The first line of HTTP request message is called ___________:

A. Request line *
B. Header line
C. Status line
D. Entity line

1275. The value GET,POST,HEAD ETC. are specified in _______ of HTTP message :

A. Request line *
B. Header line
C. Status line
D. Entity line

1276. The _____ method when used in the method field, leaves entity body empty :

A. Post
B. Get *
C. Both of them
D. None of them

1277. The HTTP response message leaves out the requested object when __________ method is used :

A. Get
B. Post
C. Head *
D. Put

1278. Find the oddly matched HTTP status codes:

A. 200 oK
B. 400 Bad Request
C. 301 moved permanently
D. 304 Not found *

1279. Which of the following is not correct ?

A. Web cache doesn’t has its own disk space *
B. Web cache can act both like server and client
C. Web cache might reduce the response time
D. Web cache contains copies of recently requested objects

1280. The conditional Get mechanism :

A. Imposes conditions on the objects to be requested
B. Limits the number of response from a server
C. Helps to keep a cache up to date *
D. None of the above