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)

1
Q

What is a server?

A

A computer on a network that automatically delivers information to other computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the basic hardware components of clients and servers?

A
  • RAM (available memory)
  • Storage area
  • Motherboard (contains main processor(s))
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of memory is crucial for server performance?

A

Dynamic memory (DRAM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between storage and memory?

A

RAM data is readily accessible, while hard drive data must be moved to RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a swap file?

A

A file that stores overflow data from RAM on the hard drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Moore’s Law?

A

The prediction that the number of transistors on a microchip doubles approximately every two years

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What factors guide the choice of hardware for a server?

A
  • Must the server run all the time?
  • How many people will try to use the server at the same time?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is thermal computing?

A

A method of using variations of heat to represent bits of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a redundant power supply?

A

A power supply system with extra parts to reduce the risks of failure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a hot swap?

A

Replacing a failed power supply module without turning off the server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is mirroring in the context of hard drives?

A

Writing the same information to two or more hard drives at the same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does RAID stand for?

A

Redundant Array of Inexpensive (or Independent) Disks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between RAID1 and RAID5?

A

RAID1 uses mirroring, while RAID5 uses striping with parity information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is partitioning in server installation?

A

Dividing a hard drive into separate sections for different purposes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: Servers should always have GUIs for ease of use.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the function of an email server?

A

To manage and store email communications

17
Q

What protocol does MS Exchange use for email?

A

It works like an ordinary database server with adaptations for managing email

18
Q

What is the Kerberos protocol used for?

A

To produce a ticket for user authentication without sending the password over the network

19
Q

What is an FTP server?

A

An Internet file server that uses the FTP protocol

20
Q

What is the role of a web server?

A

To issue web pages to client servers

21
Q

What does CGI stand for?

A

Common Gateway Interface

22
Q

Fill in the blank: A _______ organizes information and allows for various reporting formats.

23
Q

What are the two main parts of a database?

A
  • The database (where information is stored)
  • The interface (where information is entered and displayed)
24
Q

What is the function of authentication servers?

A

To verify user credentials and manage access to the network

25
What are the three popular database programs for servers?
* MySQL * Microsoft SQL * Oracle
26
What is a file server?
A server that sends a user one file that appears in the client's Web browser as a page
27
What is the role of CGI in web servers?
Acts as an intermediary between the client's browser and the Web server
28
What popular software is used to run a website?
Apache
29
What is a streaming media server?
A server that allows a client computer to run a file on playback software
30
What is the purpose of buffering in streaming media?
To store the arriving stream in RAM or a swap file
31
Fill in the blank: Streaming protocols include _____ to manage bandwidth demands.
load balancing features
32
What protocols are used in streaming media?
* Real Time Protocol (RTP) * Real Time Streaming Protocol (RTSP) * Real Time Transport Control Protocol (RTCP)
33
What is a remote access server?
A server that connects a user coming into the network from the Internet
34
What is the secure protocol commonly used by remote access servers?
HTTPS
35
True or False: Modern printers do not have their own operating systems.
False
36
What is the function of print servers?
To manage which printers a computer can access
37
Fill in the blank: Print servers are usually installed on the _____ themselves.
printers