Which services are provided by application layer? Give two applications of any three services.
Consider different activities related to email.
m1:
Send an email from a mail client to a mail server
m2:
Download an email from mailbox server to a mail client
m3:
Checking email in a web browser
VOTE UP THE ANSWERS:
ANSWER:
Services of Application Layers
Authentication: It authenticates the sender or receiver’s message or both.
m1: Send an email from a mail client to a mail server :
-> SMTP:
• SMTP stands for Simple Mail Transfer Protocol and it is an application layer protocol.
. SMTP is used to send an email from a mail client to a mail server.
• SMTP uses port 25.
m2: Download an email from mailbox server to a mail client:
–> POP:
• POP stands for Post Office Protocol and it is also an application layer protocol.
• POP allows an email client to download an email from an email server.
m3: Checking email in a web browser:
–> HTTP:
The Hypertext Transfer Protocol (HTTP) is an Application Layer protocol and is used to check email in a web browser.