Network Services Flashcards
What is the function of a file server?
File servers allow network clients to read/write files stored on a shared drive.
What protocol is commonly used for file sharing on Windows networks?
SMB (Server Message Block), which operates over port 445.
What is the purpose of a print server?
Print servers manage print jobs for shared network printers.
What is FTP, and what are its ports?
FTP is used for transferring files over the internet, operating on ports 20 and 21.
What is the difference between HTTP and HTTPS?
HTTP (port 80) is unencrypted, while HTTPS (port 443) uses SSL/TLS encryption for secure connections.
What is the purpose of a digital certificate in HTTPS?
It verifies the server’s identity and enables encrypted communication.
What is the function of Apache web server software?
Apache is an open-source web server, commonly used on Linux and Unix systems.
What is the function of SMTP?
SMTP is used for sending emails between servers (port 25).
What is the main advantage of IMAP over POP3?
IMAP syncs email across multiple devices, whereas POP3 downloads and deletes emails from the server.
What is Microsoft Exchange used for?
Exchange is an advanced email server used in corporate environments, supporting SMTP, POP3, and IMAP.
What are the components of AAA (Authentication, Authorization, Accounting)?
Authentication verifies identity, Authorization grants access, and Accounting tracks user activity.
What protocol is commonly used for centralized authentication in AAA systems?
RADIUS (Remote Authentication Dial-In User Service), which operates over UDP.
What is the function of Kerberos?
Kerberos provides mutual authentication and authorization in Windows domain environments.
What is the primary difference between Telnet and SSH?
Telnet is unencrypted, making it insecure, while SSH provides encrypted communication.
What is the function of RDP (Remote Desktop Protocol)?
RDP allows remote graphical access to Windows-based machines (port 3389).
What does VNC (Virtual Network Computing) provide?
VNC allows cross-platform remote desktop access (port 5900).
What is Syslog used for?
Syslog is used to log events from network devices to a centralized server.