Top 1000+ Solved Computer Networks MCQ Questions Answer
Q. The default connection type used by HTTP is _________
a. persistent
b. non-persistent
c. can be either persistent or non-persistent depending on connection request
d. none of the mentioned
Q. The HTTP request message is sent in _________ part of three-way handshake.
a. first
b. second
c. third
d. fourth
Q. The first line of HTTP request message is called _____________
a. request line
b. header line
c. status line
d. entity line
Q. The __________ method when used in the method field, leaves entity body empty.
a. post
b. send
c. get
d. put
Q. Which of the following is not correct?
a. web cache doesnt 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
Q. HTTP is ________ protocol.
a. application layer
b. transport layer
c. network layer
d. data link layer
Q. In the network HTTP resources are located by
a. uniform resource identifier
b. unique resource locator
c. unique resource identifier
d. union resource locator
Q. The File Transfer Protocol is built on ______________
a. data centric architecture
b. service oriented architecture
c. client server architecture
d. connection oriented architecture
Q. In File Transfer Protocol, data transfer cannot be done in ___________
a. stream mode
b. block mode
c. compressed mode
d. message mode
Q. Expansion of FTP is __________
a. fine transfer protocol
b. file transfer protocol
c. first transfer protocol
d. fast transfer protocol
Q. Identify the incorrect statement regarding FTP.
a. ftp stands for file transfer protocol
b. ftp uses two parallel tcp connections
c. ftp sends its control information in-band
d. ftp sends exactly one file over the data connection
Q. FTP server _____________
a. maintains state information
b. is stateless
c. has single tcp connection for a file transfer
d. has udp connection for file transfer