Optimization & Fault Tolerance Flashcards

1
Q

(Bandwidth Shaper) A bandwidth shaper is used to control _______ _______.

A

network, traffic

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

(Bandwidth Shaper) You can use it to set upload and download ______ on less important ____, such as recreation.

A

limits, data

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

(Bandwidth Shaper) You can also prioritize important data, like business needs, and make sure that it has the highest ______ and ________ limits.

A

upload, download

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

(Traffic Shaping) The term “traffic shaping” is similar to what a bandwidth shaper does. It prioritizes ____________ and guarantees _________ for more important services.

A

applications, bandwidth

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

(Load Balancer) A load balancer is a piece of ________ or ________ that is used to evenly distribute data activity across a ______ so that no single server or computer becomes overwhelmed with the ________.

A

hardware, software, network. workload

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

(Load Balancer) For example, here we have a network, and one of the servers is getting more network activity than the other server. So, to resolve this, we can add a ____ ________ so that both servers are sharing the network activity ______.

A

load, balancer, evenly

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

(QoS) QoS stands for _______ __ _______, and in computer networking, this is a term that is used to provide a guarantee of ____ ________ within a certain period of time.

A

Quality, of, Service, data, delivery

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

(Port Blocking) Port blocking is one of the ways to provide ________ to a _______.

A

security, network

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

(Port Blocking) Port blocking is done on the ________, and as a network administrator, you can control which ports should be opened or closed depending upon the ___________.

A

firewall, application

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

(Port Blocking) For example, port 80 and port 110. If we close these ports, then our network will not be able to receive any web pages from ____ or _____. But since we kept port 21 open, then ___ functions normally.

A

HTTP, email, FTP

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

(Port Blocking) Port blocking can be a great way to keep your _______ ____, but it can also cause problems if you mistakenly close the _____ _____.

A

network, safe, wrong, ports

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

(High Availability) High availability is a term that is used to guarantee a period of ______ or _________ _________.
- In order to keep a network in constant _________.

A

uptime, continual, operation, operation

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

(Power Fault Tol) Power outages can happen for several reasons, such as storms and blackouts. So, in order to prevent a disruption in network operation from a loss of power, you need to use a ___.

A

UPS

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

(Power Fault Tol) UPS stands for _____________ _____ ______. It’s a battery backup that supplies power to your _________ if a power outage were to happen.

A

Uninterrupted, Power, Supply, equipment

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

(Power Fault Tol) as an example, if we were to disconnect the AC power from this computer, the computer will remain on because it’s connected to a ___, and it is now running from _______ _____ from the UPS.

A

UPS, battery, power

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

(Power Fault Tol) In addition to supplying backup power, UPS also protects against ______ and ______.

A

surges, spikes

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

(Link Redundancy)
Link redundancy is having the ability to have a continuous __________ to the network in the event of a _______.

A

connection, failure

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

(Link Redundancy) if you are using a broadband connection, you can have an ISDN line as a ______ if the broadband line were to fail. Or you can also have a secondary network card by having one as a primary and the other as a secondary. So if the _______ card were to fail, the _________ card would automatically kick in, and you would still have a continuous __________.

A

backup, primary, secondary, connection

19
Q

(Backup Services) There is also backup services, and this could be defined as having backup servers to keep your network in ________ _________.

A

constant, operation

20
Q

(Backup Services) A standby server is a secondary server with the _____ _____________ as the _______ ______.
-Now, this server is not actually being used, but its data is constantly being updated with the _______ server. So if something were to happen to the primary server, the standby server would immediately ________.

A

exact, configuration, primary, server, primary, takeover

21
Q

(Backup Services) Server clustering is when a company has a group of servers used for ____ _________ and _____ _________. In this setup, the servers would _____ the workload if one of the servers fails.
And this type of setup works best if the servers were in different geographical locations.

A

load, balancing, fault, tolerance, share

22
Q

(Disaster Recovery) Fault tolerance can be defined as the prevention of ____ ____ if a network component fails. But in the event that fault tolerance _____, then ________ ________ would be our last option.

A

data, loss, fails, disaster, recovery

23
Q

(Disaster Recovery) Disaster recovery is a process of rebuilding an organization’s ____ after a ________ has happened, such as data loss.

A

data, disaster

24
Q

(Disaster Recovery) So even if we implemented fault tolerance measures, we still need to back up our ____.

A

data

25
Q

(Disaster Recovery) There are three different types of data backups:

A

full, incremental, differential

26
Q

(Full Backup) In a full backup, all the data is simply ______ and backed up into ___ ____.

A

copied, one, tape

27
Q

(Full Backup) this is the simplest form of backup because only ___ ____ is used. And if you ever needed to restore the data, then that one tape is all you will need for __________.

A

one, tape, restoration

28
Q

(Incremental backup) Now, in an incremental backup, the only data that is backed up is the data that has been changed since the last full or ___________ ______.

A

incremental, backup

29
Q

(Incremental backup) for example, let’s say you have a company that does a full back up on a weekend and does incremental backups Monday through Friday. The only data that is copied to tape is the data that has been changed since the last incremental backup, which is each weekday. So Monday will only copy Monday’s data, Tuesday will only copy Tuesday’s data, and Wednesday will only copy Wednesday’s data, and so on.

A

example

30
Q

(Incremental backup) The way an incremental backup knows which data has been changed is by what’s called an _______ ___.

A

archive, bit

31
Q

(Incremental backup) This bit informs which files have been _______ since the last ____ ______, and it clears the archive bit when the backup is done.

A

changed, full, backup

32
Q

(Incremental backup) When you have to restore an incremental backup, you have to restore the ____ backup along with the ___________ backups, and you have to _______ the incrementals in the same order as you back them up.

A

full, incremental, restore

33
Q

(Incremental backup) for example, here we have a full backup tape and a week’s worth of incremental backups. We’ll go ahead and restore the full backup tape first, and then we’ll restore the incrementals from Monday through Friday in the correct order.
And now we have a full restore of our data for that week.

A

example

34
Q

(Differential Backup) In a differential backup, the data that is backed up is the data that has been changed since the last ____ ______.

A

full, backup

35
Q

(Differential Backup) So going back to our example, a company does a full back up on the _______ and does differential backups on ________. (PT.1)

A

weekend, weekdays

36
Q

(Differential Backup) As data is being added to the database each _______, the differential backup will back up the data that has been changed since the last weekend ____ ______. So Monday will copy Monday’s data, Tuesday will copy Monday’s and Tuesday’s data, Wednesday will copy Monday, Tuesday, and Wednesday’s data, and so on. (PT.2)

A

weekday, full, backup

37
Q

(Differential Backup) each backup tape copies data not only from their own day but also from the ________ ____ as well since the last full backup, which was done on the weekend.

A

previous, days

38
Q

(Differential Backup) The differential backup also uses the _______ ___, but it’s important to note that when a differential backup is done, it does not clear the archive bit.

A

archive, bit

39
Q

(Differential Backup) Now, after a differential backup, if you ever needed to restore the data, the procedure is that you will need to _______ the last full backup and the last ____________ ______ to completely restore your data.

A

restore, differential, backup

40
Q

(Off-site storage) Off-site storage is where you can back up your ____ and have it stored in a different ____________ ________ for safety purposes.

A

data, geographical, location

41
Q

(Off-site storage) for example, let’s say your main office is in Miami, and you chose to have an off-site storage database in New York.
- If some kind of natural disaster were to happen in Miami, let’s say, for example, a hurricane, and your main office was destroyed, you would still have a ____ of all your ____ in New York where it is safe.

A

copy, data

42
Q

(Hot spares) A hot spare is defined as equipment that can be _______ ___ without the need for turning off the _____.

A

swapped, out, power

43
Q

(Hot spares) example, if you had a server with multiple hot-swappable hard drives and if a hard drive were to fail, you wouldn’t need to shut down the ______. You would just simply remove the ____ _____ and replace it with a ___ one while the power is still on.

A

server, hard, drive, new

44
Q

(Cold Spare) a cold spare is similar to a hot spare, but with a cold spare, you must turn off the _____ first in order to replace the piece of _________.

A

power, equipment