Email Protocols
Notes:
- SMTP (Simple Mail Transfer Protocol) is used to send emails.
- POP3 (Post Office Protocol version 3) downloads emails and deletes them from the server.
- IMAP (Internet Message Access Protocol) syncs emails across multiple devices.
- MIME extends email format to include multimedia content.
MCQs:
1. Which protocol is commonly used for sending emails?
■ Answer: SMTP
2. Which protocol allows synchronization of emails across multiple devices?
■ Answer: IMAP
3. What is the main purpose of the MIME protocol?
■ Answer: To send multimedia content via email
Web Protocols
Notes:
- HTTP is the protocol used for transferring web pages.
- HTTPS is the secure version of HTTP using SSL/TLS encryption.
- HTTP uses port 80, while HTTPS uses port 443.
MCQs:
1. Which protocol is used for transferring web pages on the internet?
■ Answer: HTTP
2. What does HTTPS stand for?
■ Answer: HyperText Transfer Protocol Secure
3. Which port does HTTP typically use?
■ Answer: Port 80
File Transfer Protocols
Notes:
- FTP (File Transfer Protocol) is used to transfer files over a network.
- SFTP (SSH File Transfer Protocol) is a secure alternative to FTP using SSH.
- TFTP (Trivial File Transfer Protocol) is a simplified, unsecured version of FTP.
MCQs:
1. Which protocol is used to transfer files over a network?
■ Answer: FTP
2. What is the default port number for FTP?
■ Answer: Port 21
3. Which secure version of FTP uses SSH?
■ Answer: SFTP
Remote Access Protocols
Notes:
- Telnet is used for remote login but is not secure (uses TCP port 23).
- SSH (Secure Shell) provides encrypted remote access (uses TCP port 22).
MCQs:
1. Which protocol is used for remote login to another computer over a network?
■ Answer: Telnet
2. What port does Telnet typically use?
■ Answer: TCP Port 23
3. Which protocol provides secure remote access over SSH?
■ Answer: SSH
Domain Name System (DNS)
Notes:
- DNS resolves domain names to IP addresses.
- It uses port 53 for both TCP and UDP.
- Common record types include A, AAAA, MX, and CNAME.
MCQs:
1. What is the function of the DNS protocol?
■ Answer: To resolve domain names to IP addresses
2. Which port number is used by DNS?
■ Answer: Port 53
3. What type of record maps a domain name to an IP address in DNS?
■ Answer: A record
Network Management Protocols
Notes:
- SNMP (Simple Network Management Protocol) is used for managing devices on IP networks.
- It uses UDP port 161 and identifies data using OIDs (Object Identifiers).
MCQs:
1. Which protocol is used for managing devices on IP networks?
■ Answer: SNMP
2. What does SNMP stand for?
■ Answer: Simple Network Management Protocol
3. Which protocol uses OIDs for managing network devices?
■ Answer: SNMP