MCA/Computer Network MCA Question MCQ Set 4 Sample Test,Sample questions

Question:
 Application layer protocol defines ________

1. types of messages exchanged

2. message format, syntax and semantics

3.rules for when and how processes send and respond to messages

4.all of the mentioned


Question:
 Electronic mail uses which Application layer protocol?

1.SMTP

2.HTTP

3.FTP

4.SIP


Question:
 FTP is built on _____ architecture.

1.Client-server

2.P2P

3.Data centric

4.Service oriented


Question:
 FTP server listens for connection on port number _________

1.20

2.21

3. 22

4.23


Question:
 HTTP client requests by establishing a __________ connection to a particular port on the server.

1.user datagram protocol

2. transmission control protocol

3. border gateway protocol

4.domain host control protocol


Question:
 HTTP is ________ protocol.

1.application layer

2.application layer

3.network layer

4. data link layer


Question:
 In _________ systems, resources are allocated on demand.

1.packet switching

2.circuit switching

3.line switching

4.Frequency switching


Question:
 The ASCII encoding of binary data is called

1. base 64 encoding

2. base 32 encoding

3.base 16 encoding

4. base 8 encoding


Question:
 The conditional GET mechanism

1.Imposes conditions on the objects to be requested

2.Limits the number of response from a server

3.Helps to keep a cache upto date

4.none of the mentioned


Question:
 The first line of HTTP request message is called _______

1.Request line

2.Header line

3. Status line

4.Entity line


Question:
 The ____________ translates internet domain and host names to IP address.

1. domain name system

2. routing information protocol

3.network time protocol

4.internet relay chat


Question:
 Which of the following is not correct?

1.Web cache doesnt has its own disk space

2. Web cache can act both like server and client

3. Web cache might reduce the response time

4.Web cache contains copies of recently requested objects


Question:
 Which one of the following is not an application layer protocol?

1.media gateway protocol

2.dynamic host configuration protocol

3.resource reservation protocol

4.session initiation protocol


Question:
 Which one of the following is not correct?

1. Application layer protocols are used by both source and destination devices during a communication session

2.HTTP is a session layer protocol

3.TCP is an application layer protocol

4. All of the mentioned


Question:
Application developer has permission to decide the following on transport layer side

1.Transport layer protocol

2.Maximum buffer size

3. Both Transport layer protocol and Maximum buffer size

4. None of the mentioned


Question:
Application layer offers _______ service.

1.End to end

2.Process to process

3. Both End to end and Process to process

4. Both End to end and Process to process


Question:
Expansion of FTP is _______

1. Fine Transfer Protocol

2.File Transfer Protocol

3. First Transfer Protocol

4.Fast Transfer Protocol


Question:
Find the oddly matched HTTP status codes

1. 200 OK

2.400 Bad Request

3.301 Moved permanently

4.304 Not Found


Question:
FTP server ________

1.Maintains state information

2.Is stateless

3.Has single TCP connection for a file transfer

4.Has UDP connection for file transfer


Question:
FTP uses _________ parallel TCP connections to transfer a file.

1.1

2.2

3.3

4.4


Question:
Identify the incorrect statement regarding FTP.

1.FTP stands for File Transfer Protocol

2. FTP uses two parallel TCP connections

3. FTP sends its control information in-band

4.FTP sends exactly one file over the data connection


Question:
If 5 files are transferred from server A to client B in the same session. The number of TCP connections between A and B is _______

1. 5

2.10

3.2

4.6


Question:
In File Transfer Protocol, data transfer cannot be done in _______

1.stream mode

2.block mode

3.compressed mode

4.message mode


Question:
In FTP protocol, client contacts server using ____ as the transport protocol.

1.transmission control protocol

2.user datagram protocol

3.datagram congestion control protocol

4.stream control transmission protocol


Question:
In HTTP pipelining _________

1.multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses

2.multiple HTTP requests can not be sent on a single TCP connection

3.multiple HTTP requests are sent in a queue on a single TCP connection

4.multiple HTTP requests are sent at random on a single TCP connection


Question:
In the network HTTP resources are located by

1. uniform resource identifier

2. unique resource locator

3.unique resource identifier

4.union resource locator


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

1. 2

2. 1

3.4

4.3


Question:
Pick the odd one out.

1. File transfer

2.File download

3.E-mail

4.Interactive games


Question:
The default connection type used by HTTP is _____

1.Persistent

2.Non-persistent

3.Can be either persistent or non-persistent depending on connection request

4.none of the mentioned


Question:
The File Transfer Protocol is built on ________

1. data centric architecture

2.service oriented architecture

3.client server architecture

4.connection oriented architecture


Question:
The HTTP request message is sent in _________ part of three-way handshake.

1.First

2.Second

3.Third

4.Fourth


Question:
The HTTP response message leaves out the requested object when ______ method is used

1.GET

2.POST

3.HEAD

4.PUT


Question:
The number of objects in a Web page which consists of 4 jpeg images and HTML text is _____

1. 4

2.1

3. 5

4. 7


Question:
The packet of information at the application layer is called __________

1. Packet

2. Message

3. Segment

4.Frame


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

1.STT

2.RTT

3.PTT

4. JTT


Question:
The values GET, POST, HEAD etc are specified in ____________ of HTTP message

1.Request line

2.Header line

3.Status line

4.Entity body


Question:
The __________ method when used in the method field, leaves entity body empty.

1.POST

2.SEND

3.GET

4.PUT


Question:
To deliver a message to the correct application program running on a host, the _______ address must be consulted.

1. IP

2.MAC

3. Port

4.none of the mentioned


Question:
Transport services available to applications in one or another form _________

1.Reliable data transfer

2.Timing

3. Security

4. All of the mentioned


Question:
When displaying a web page, the application layer uses the _____

1.HTTP protocol

2.FTP protocol

3.SMTP protocol

4.TCP protocol


Question:
Which is a time-sensitive service?

1. File transfer

2. File download

3.E-mail

4.Internet telephony


Question:
Which is not a application layer protocol?

1. HTTP

2. SMTP

3.FTP

4.TCP


Question:
Which of the following is an application layer service?

1.Network virtual terminal

2. File transfer, access, and management

3.Mail service

4.All of the mentioned


Question:
Which of the following is not an application layer service?

1.Network virtual terminal

2. File transfer, access, and management

3.Mail service

4.error control


Question:
Which of the following is present in both an HTTP request line and a status line?

1.HTTP version number

2.URL

3.Method

4.none of the mentioned


Question:
Which one of the following allows a user at one site to establish a connection to another site and then pass keystrokes from local host to remote host?

1.HTTP

2. FTP

3. Telnet

4. TCP


Question:
Which one of the following is an architecture paradigms?

1. Peer to peer

2.Client-server

3.HTTP

4.Both Peer-to-Peer & Client-Server


Question:
Which one of the following is an internet standard protocol for managing devices on IP network?

1. dynamic host configuration protocol

2.simple network management protocol

3. internet message access protocol

4. media gateway protocol


Question:
Which one of the following protocol delivers/stores mail to reciever server?

1. simple mail transfer protocol

2. post office protocol

3.internet mail access protocol

4. hypertext transfer protocol


Question:
Which protocol is a signaling communication protocol used for controlling multimedia communication sessions?

1. session initiation protocol

2. session modelling protocol

3. session maintenance protocol

4.resource reservation protocol


More MCQS

  1. Computer Network MCA Question MCQ Set 1
  2. Computer Network MCA Question MCQ Set 2
  3. Computer Network MCA Question MCQ Set 3
  4. Computer Network MCA Question MCQ Set 4
  5. Computer Network MCA Question MCQ Set 5
  6. Computer Network MCA Question MCQ Set 6
  7. Computer Network MCA Question MCQ Set 7
  8. Computer Network MCA Question MCQ Set 8
  9. Computer Network MCA Question MCQ Set 9
  10. Computer Network MCA Question MCQ Set 10
  11. Computer Network MCA Question MCQ Set 11
  12. Computer Network MCA Question MCQ Set 12
  13. Computer Network MCA Question MCQ Set 13
  14. Computer Network MCA Question MCQ Set 14
  15. MCA MCQ Question
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!