Chapter 14 review questions Flashcards

1
Q

Which of the following percentages represents the highest availability?
a. 99.99%
b. 0.001%
c. 99%
d. 0.10%

A

a. 99.99%

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

Which of the following commands allows you to determine how long your Linux server
has been running continuously?
a. show runtime
b. ifconfig up
c. uptime
d. ifconfig avail

A

c. uptime

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

What characteristic of the IRC protocol makes it an effective way to spread viruses and
worms quickly?
a. It does not require users to log on, thus allowing open entry to the server via users’
connections.
b. It broadcasts communication from one chat room participant to others.
c. It maintains a registry of all potential users and issues keep-alive transmissions to
those users periodically.
d. It relies on multiple servers to provide the IRC service, thus enabling many hosts to
become infected at once.

A

b. It broadcasts communication from one chat room participant to others.

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

You have outsourced your VoIP services to a cloud computing provider that promises
99.99% uptime. However, one day your IP telephone service is unavailable for a half
hour. If this turns out to be the service’s average downtime per month, what is its
actual uptime?
a. 99.96%
b. 99.93%
c. 99.90%
d. 98.99%

A

b. 99.93%

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

If your anti-malware software uses signature scanning, what must you do to keep its
malware-fighting capabilities current?
a. Purchase new malware signature scanning software every three months.
b. Reinstall the malware-scanning software each month.
c. Manually edit the date in the signature scanning file.
d. Regularly update the anti-malware software’s signature database.

A

d. Regularly update the anti-malware software’s signature database.

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

Which of the following power flaws has the ability to render your server’s main circuit
board unusable, even after power returns to normal?
a. Surge
b. Brownout
c. Blackout
d. Sag

A

a. Surge

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

Approximately how long will an online UPS take to switch its attached devices to
battery power?
a. 1 minute
b. 30 seconds
c. 5 seconds
d. No time

A

d. No time

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

When purchasing a UPS, you have to match the power needs of your system according
to what unit of measure?
a. Hertz
b. Volt-amps
c. Watts
d. Mbps or Gbps

A

b. Volt-amps

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

What makes SONET a highly fault-tolerant technology?
a. It requires high-speed backup lines for every connectivity device.
b. It connects customers with multiple network service providers.
c. It uses single-mode, rather than multimode, fiber-optic cable.
d. It uses dual fiber-optic rings to connect nodes.

A

d. It uses dual fiber-optic rings to connect nodes.

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

Which of the following allows two interfaces on a switch to share the burden of
receiving and transmitting traffic over a single logical connection?
a. Round-robin DNS
b. Link aggregation
c. Clustering
d. Mirroring

A

b. Link aggregation

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

Suppose you want to use redundant firewalls on your WAN link. Which of the following
protocols would allow you to make both firewalls respond to requests for the same IP address?
a. SMTP
b. CARP
c. DHCP
d. NTP

A

b. CARP

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

Which of the following can be considered an advantage of clustering servers over
mirroring servers?
a. Clustering does not affect network performance.
b. Clustering keeps a more complete copy of a disk’s data.
c. Clustering failover takes place more rapidly.
d. Clustering has no geographical distance limitations.

A

c. Clustering failover takes place more rapidly.

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

Which of the following offers the highest fault tolerance for shared data and programs?
a. RAID
b. Bonding
c. SANs (storage area networks)
d. NAS (network area storage) devices

A

c. SANs (storage area networks)

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

Why do SANs save and retrieve files faster than NAS devices?
a. They use a proprietary network transmission method, rather than Ethernet.
b. They save files with similar characteristics in the same place on a drive.
c. They rely on customized Network and Transport layer protocols.
d. They save only the parts of files that were changed, rather than the file’s entire contents.

A

a. They use a proprietary network transmission method, rather than Ethernet.

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

Suppose you are the network manager for an ISP whose network contains five file
servers that use software RAID, a NAS installation, and a SAN. You learn that the
company is taking on a huge Web hosting client and you need to add 10 TB of storage
space as soon as possible. To what part of the network should you add the storage
so that it causes the least disruption to the existing network?
a. To one of the server’s RAID arrays
b. To all of the servers’ RAID arrays
c. To the NAS
d. To the SAN

A

d. To the SAN

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

Which factor must you consider when using cloud backups that you don’t typically
have to consider when backing up to an external storage device?
a. Number of clients attached to the network
b. Security
c. Future accessibility of data
d. Time to recover

A

b. Security

17
Q

In a Grandfather-Father-Son backup scheme, the October—week 1—Thursday backup
tape would contain what type of files?
a. Files changed since the previous Thursday
b. Files changed since a month ago Thursday
c. Files changed since Wednesday (a day before)
d. Files changed since the previous Wednesday

A

c. Files changed since Wednesday (a day before)

18
Q

In the Grandfather-Father-Son backup scheme, how frequently is a full backup
performed? (Choose all that apply.)
a. Daily
b. Twice a week
c. Weekly
d. Every other week
e. Monthly

A

c. Weekly
e. Monthly

19
Q

What is the difference between an incremental backup and a differential backup?
a. An incremental backup saves all the files on a disk, whereas a differential backup
saves only the files that have changed since the previous backup.

b. An incremental backup requires the network administrator to choose which files
should be backed up, whereas a differential backup automatically saves files that
have changed since the previous backup.

c. An incremental backup saves all files that haven’t been backed up since a defined
date, whereas a differential backup saves all files whose archive bit is set.

d. An incremental backup resets the archive bit after backing up files, whereas a differential backup does not.

A

d. An incremental backup resets the archive bit after backing up files, whereas a differential backup does not.

20
Q

You have been charged with creating a disaster recovery contingency plan for the
federal benefits agency where you work. Your supervisor has said that the network
must have the highest availability possible, no matter what the cost. Which type of
disaster recovery site do you recommend?
a. Cold site
b. Cool site
c. Warm site
d. Hot site

A

d. Hot site