Question
Easy
The protocol which provides e-mail facility is:
1
FTP
2
SMTP
3
TELNET
4
None of these
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer Networks & Internet
Topic: Internet Protocols
Correct Answer
Option B
Explanation
The correct option is (2): The protocol that is fundamentally responsible for sending and routing electronic mail between mail servers is the Simple Mail Transfer Protocol (SMTP). When an email client sends an email, it initiates a session with the mail server using SMTP to hand over the message. The sending mail server then uses SMTP again to communicate with the receiving mail server, which ultimately accepts the mail for…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
In C file handling equivalent to scanf("%d",&val); is:
Chapter :
Python Programming Fundamentals
Topic :
Input/Output & Debugging
Question 2
Easy
Source :
HTET 2021
Specialized programs that assist users in locating information on the Web are called...........
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 3
Easy
Source :
HTET 2021
Which PowerPoint view displays each slide of the presentation as a thumbnail and is useful for rearranging slides ?
Chapter :
Office Automation Tools
Topic :
Presentation Software (MS Power-Point)
Question 4
Easy
Source :
HTET 2021
A variable declared within the block {} has the following scope:
Chapter :
Python Programming Fundamentals
Topic :
Getting Started with Python