A. Reliable data transfer
B. Timing
C. Security
D. All of the mentioned
Explanation: The transport services that are provided to application are reliable data transfer, security and timing. These are very important for proper end to end services.
A. SMTP
B. HTTP
C. FTP
D. SIP
Explanation: Email uses various protocols like SMTP, IMAP and POP. The most prominent one used in application layer is SMTP.
A. Domain name system
B. Routing information protocol
C. Network time protocol
D. Internet relay chat
Explanation: Domain name system is the way the internet domain names are stored and translated to IP addresses. The domain names systems matches the name of website to ip addresses of the website.
A. HTTP
B. FTP
C. Telnet
D. Tcp
Explanation: Telnet is used for accessing remote computers. Using telnet a user can access computer remotely. With Telnet, you can log on as a regular user with whatever privileges you may have been granted to the specific application and data on the computer.
A. Types of messages exchanged
B. Message format, syntax and semantics
C. Rules for when and how processes send and respond to messages
D. All of the mentioned
Explanation: Application layer deals with the user interface, what message is to be sent or the message format, syntax and semantics. A user has access to application layer for sending and receiving messages.
A. Simple mail transfer protocol
B. Post office protocol
C. Internet mail access protocol
D. Hypertext transfer protocol
Explanation: SMTP, abbreviation for Simple Mail Transfer Protocol is an application layer protocol. A client who wishes to send a mail creates a TCP connection to the SMTP server and then sends the mail across the connection.
A. Base 64 encoding
B. Base 32 encoding
C. Base 16 encoding
D. Base 8 encoding
Explanation: Base64 is used commonly in a number of applications including email via MIME, and storing complex data in XML. Problem with sending normal binary data to a network is that bits can be misinterpreted by underlying protocols, produce incorrect data at receiving node and that is why we use this code.
A. Dynamic host configuration protocol
B. Simple network management protocol
C. Internet message access protocol
D. Media gateway protocol
Explanation: SNMP is a set of protocols for network management and monitoring. This protocol is included in the application layer. SNMP uses 7 protocol data units.
A. Media gateway protocol
B. Dynamic host configuration protocol
C. Resource reservation protocol
D. Session initiation protocol
Explanation: Resource reservation protocol is used in transport layer. It is designed to reserve resources across a network for quality of service using the integrated services model.
A. Session initiation protocol
B. Session modelling protocol
C. Session maintenance protocol
D. Resource reservation protocol
Explanation: SIP is a signaling protocol in which its function includes initiating, maintaining and terminating real time sessions. SIP is used for signaling and controlling multimedia sessions.