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
Posted Date:-2021-12-27 07:58:49
Electronic mail uses which Application layer protocol?
1.SMTP
2.HTTP
3.FTP
4.SIP
Posted Date:-2021-12-27 07:57:27
FTP is built on _____ architecture.
1.Client-server
2.P2P
3.Data centric
4.Service oriented
Posted Date:-2021-12-27 08:41:11
FTP server listens for connection on port number _________
1.20
2.21
3. 22
4.23
Posted Date:-2021-12-27 08:38:33
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
Posted Date:-2021-12-27 08:37:38
HTTP is ________ protocol.
1.application layer
2.application layer
3.network layer
4. data link layer
Posted Date:-2021-12-27 08:36:32
In _________ systems, resources are allocated on demand.
1.packet switching
2.circuit switching
3.line switching
4.Frequency switching
Posted Date:-2021-12-27 07:14:25
The ASCII encoding of binary data is called
1. base 64 encoding
2. base 32 encoding
3.base 16 encoding
4. base 8 encoding
Posted Date:-2021-12-27 07:59:42
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
Posted Date:-2021-12-27 08:35:28
The first line of HTTP request message is called _______
1.Request line
2.Header line
3. Status line
4.Entity line
Posted Date:-2021-12-27 08:25:51
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
Posted Date:-2021-12-27 07:58:04
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
Posted Date:-2021-12-27 08:35:00
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
Posted Date:-2021-12-27 08:00:41
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
Posted Date:-2021-12-27 08:01:55
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
Posted Date:-2021-12-27 07:18:42
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
Posted Date:-2021-12-27 07:19:33
Expansion of FTP is _______
1. Fine Transfer Protocol
2.File Transfer Protocol
3. First Transfer Protocol
4.Fast Transfer Protocol
Posted Date:-2021-12-27 08:40:44
Find the oddly matched HTTP status codes
1. 200 OK
2.400 Bad Request
3.301 Moved permanently
4.304 Not Found
Posted Date:-2021-12-27 08:27:56
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
Posted Date:-2021-12-27 08:42:51
FTP uses _________ parallel TCP connections to transfer a file.
1.1
2.2
3.3
4.4
Posted Date:-2021-12-27 08:41:30
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
Posted Date:-2021-12-27 08:41:56
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
Posted Date:-2021-12-27 08:42:19
In File Transfer Protocol, data transfer cannot be done in _______
1.stream mode
2.block mode
3.compressed mode
4.message mode
Posted Date:-2021-12-27 08:39:55
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
Posted Date:-2021-12-27 08:39:00
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
Posted Date:-2021-12-27 08:38:05
In the network HTTP resources are located by
1. uniform resource identifier
2. unique resource locator
3.unique resource identifier
4.union resource locator
Posted Date:-2021-12-27 08:37:01
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
Posted Date:-2021-12-27 08:07:19
Pick the odd one out.
1. File transfer
2.File download
3.E-mail
4.Interactive games
Posted Date:-2021-12-27 07:20:13
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
Posted Date:-2021-12-27 08:03:29
The File Transfer Protocol is built on ________
1. data centric architecture
2.service oriented architecture
3.client server architecture
4.connection oriented architecture
Posted Date:-2021-12-27 08:39:28
The HTTP request message is sent in _________ part of three-way handshake.
1.First
2.Second
3.Third
4.Fourth
Posted Date:-2021-12-27 08:04:20
The HTTP response message leaves out the requested object when ______ method is used
1.GET
2.POST
3.HEAD
4.PUT
Posted Date:-2021-12-27 08:27:27
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
Posted Date:-2021-12-27 08:02:58
The packet of information at the application layer is called __________
1. Packet
2. Message
3. Segment
4.Frame
Posted Date:-2021-12-27 07:15:57
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
Posted Date:-2021-12-27 08:03:57
The values GET, POST, HEAD etc are specified in ____________ of HTTP message
1.Request line
2.Header line
3.Status line
4.Entity body
Posted Date:-2021-12-27 08:26:31
The __________ method when used in the method field, leaves entity body empty.
1.POST
2.SEND
3.GET
4.PUT
Posted Date:-2021-12-27 08:26:59
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
Posted Date:-2021-12-27 07:50:38
Transport services available to applications in one or another form _________
1.Reliable data transfer
2.Timing
3. Security
4. All of the mentioned
Posted Date:-2021-12-27 07:51:36
When displaying a web page, the application layer uses the _____
1.HTTP protocol
2.FTP protocol
3.SMTP protocol
4.TCP protocol
Posted Date:-2021-12-27 08:02:18
Which is a time-sensitive service?
1. File transfer
2. File download
3.E-mail
4.Internet telephony
Posted Date:-2021-12-27 07:51:08
Which is not a application layer protocol?
1. HTTP
2. SMTP
3.FTP
4.TCP
Posted Date:-2021-12-27 07:15:25
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
Posted Date:-2021-12-27 07:25:05
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
Posted Date:-2021-12-27 07:14:46
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
Posted Date:-2021-12-27 08:35:52
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
Posted Date:-2021-12-27 07:58:25
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
Posted Date:-2021-12-27 07:16:35
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
Posted Date:-2021-12-27 08:00:12
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
Posted Date:-2021-12-27 07:59:14
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
Posted Date:-2021-12-27 08:01:08