InterviewSolution
Saved Bookmarks
| 1. |
What Is Smtp And Its Default Port? |
|
Answer» SMTP is PART of the application layer. SMTP moves your EMAIL ACROSS the networks. SMTP by default uses TCP port no 25. It also uses port no 587 for connections SECURED by SSL, known as SMTPS. SMTP is part of the application layer. SMTP moves your email across the networks. SMTP by default uses TCP port no 25. It also uses port no 587 for connections secured by SSL, known as SMTPS. |
|