The Server in a Network Flashcards
Name two selection considerations when buying a server. List two types of modules that permit hot swaps. Discuss three installation options. Explain the characteristics of nine different application servers. (37 cards)
What is a server?
A computer on a network that automatically delivers information to other computers
What are the basic hardware components of clients and servers?
- RAM (available memory)
- Storage area
- Motherboard (contains main processor(s))
What type of memory is crucial for server performance?
Dynamic memory (DRAM)
What is the difference between storage and memory?
RAM data is readily accessible, while hard drive data must be moved to RAM
What is a swap file?
A file that stores overflow data from RAM on the hard drive
What is Moore’s Law?
The prediction that the number of transistors on a microchip doubles approximately every two years
What factors guide the choice of hardware for a server?
- Must the server run all the time?
- How many people will try to use the server at the same time?
What is thermal computing?
A method of using variations of heat to represent bits of data
What is a redundant power supply?
A power supply system with extra parts to reduce the risks of failure
What is a hot swap?
Replacing a failed power supply module without turning off the server
What is mirroring in the context of hard drives?
Writing the same information to two or more hard drives at the same time
What does RAID stand for?
Redundant Array of Inexpensive (or Independent) Disks
What is the difference between RAID1 and RAID5?
RAID1 uses mirroring, while RAID5 uses striping with parity information
What is partitioning in server installation?
Dividing a hard drive into separate sections for different purposes
True or False: Servers should always have GUIs for ease of use.
False
What is the function of an email server?
To manage and store email communications
What protocol does MS Exchange use for email?
It works like an ordinary database server with adaptations for managing email
What is the Kerberos protocol used for?
To produce a ticket for user authentication without sending the password over the network
What is an FTP server?
An Internet file server that uses the FTP protocol
What is the role of a web server?
To issue web pages to client servers
What does CGI stand for?
Common Gateway Interface
Fill in the blank: A _______ organizes information and allows for various reporting formats.
[database]
What are the two main parts of a database?
- The database (where information is stored)
- The interface (where information is entered and displayed)
What is the function of authentication servers?
To verify user credentials and manage access to the network