ACN Repeated Questions Expanded Answers Part1
ACN Repeated Questions Expanded Answers Part1
simplifying processing
Address Notation | Written in dotted decimal format (e.g., 192.168.1.1) | Written in hexadecimal
Fragmentation | Both routers and hosts can fragment packets | Only the sending host can
fragment packets
SMTP is used to send emails, works as a push protocol, and uses ports 25, 465, 587.
POP3 is for retrieving emails, a pull protocol, using ports 110, 995.
SMTP commands include HELO, MAIL FROM, RCPT TO, DATA, QUIT.
POP3 supports simple retrieval and deletion of mail from the server.
4. Working of TELNET
TELNET allows remote login using TCP/IP (port 23). User input is sent as NVT format and processed by
pseudo-terminals.
Diagram: User -> TELNET Client -> NVT -> TCP/IP -> TELNET Server -> Application