Servers Flashcards
What are file and print servers?
Servers that provide centralized file storage and print job management
File servers allow clients to access shared disk storage, while print servers manage print jobs from multiple users.
What functions do file servers provide?
- Allow clients to access shared disk storage
- Provide centralized file management
- Enable collaboration through shared access
What functions do print servers perform?
- Manage print jobs from multiple users
- Queue and prioritize print requests
- Provide printer driver management
What is SMB and its associated port?
Server Message Block, Port 445
What is the definition of web servers?
Servers that host websites and respond to HTTP/HTTPS requests
Name three types of web servers.
- IIS (Internet Information Services)
- Apache
- NGINX
What are the unsecured and secured HTTP ports?
- HTTP: Port 80
- HTTPS: Port 443
What are the primary functions of web servers?
- Serve static and dynamic content
- Process client requests
- Deliver web page responses
What protocols are used by email servers?
- SMTP (port 25)
- POP3 (port 110)
- IMAP (port 143)
What are the types of email servers?
- Microsoft Exchange
- Mail Transfer Agents (MTAs)
- Mail Delivery Agents (MDAs)
What features do email servers provide?
- Message storage and retrieval
- Spam filtering and virus scanning
- Mail routing and delivery
What is the function of AAA servers?
Handle Authentication, Authorization, and Accounting
List the functions of AAA servers.
- Authentication: Verifies user identity
- Authorization: Defines allowed actions
- Accounting: Tracks and logs activities
What protocols are associated with AAA servers?
- RADIUS (UDP ports 1812/1813)
- TACACS+ (TCP port 49)
What are common applications of AAA servers?
- Network access control
- VPN authentication
- Wireless network security
What is the definition of database servers?
Servers that store, organize, and retrieve data efficiently
Name the types of database servers.
- Relational: MySQL, SQL Server, Oracle
- NoSQL: MongoDB, Cassandra
- In-Memory: Redis, Memcached
What are the primary functions of database servers?
- Data storage and retrieval
- Data processing and analysis
- Data security management
What security measures are important for database servers?
- Authentication and access control
- Data encryption
- Regular backups
- Role-Based Access Control (RBAC)
What is the purpose of NTP servers?
Synchronize time across devices
What protocol does NTP servers use?
UDP port 123
What are the Stratum levels in NTP?
- Stratum 0: Precise time sources (atomic clocks, GPS)
- Stratum 1: Direct connection to stratum 0
- Stratum 2+: Synchronized to higher stratum servers
What is the importance of NTP servers?
- Log synchronization
- Authentication systems
- Transaction timestamping
- Scheduled operations
What is the definition of syslog servers?
Centralized logging and monitoring servers