Redundancy
Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Time
35 hours 25 minutes
Difficulty
Advanced
Video Transcription
00:00
>> We're going to go a little more in depth with
00:00
redundancy throughout the following sections.
00:00
The first two elements we
00:00
talked about in the last section,
00:00
where redundancy through having spares,
00:00
and then redundancy with our servers specifically.
00:00
We've already covered that need
00:00
for redundancy to make sure that
00:00
our key resources are
00:00
available in a timely fashion to our customers,
00:00
because if we can't serve
00:00
our customers then our business can't continue.
00:00
In this section we're going to talk about hot,
00:00
warm, and cold spares,
00:00
and then I'm also going to talk a little bit
00:00
about redundancy of servers as well.
00:00
All right, so when we talk about redundant servers,
00:00
and that's going to be more than one server
00:00
serving the same role.
00:00
We rarely have a single domain controller,
00:00
we have a domain controller,
00:00
and then a backup domain controller.
00:00
Now, we can have those truly
00:00
as a number 1 domain controller,
00:00
and number 2 domain controller kicks in if there's
00:00
a failure with the controller 1.
00:00
Usually what we do though,
00:00
so that we can get some load balancing is we
00:00
have both of these servers
00:00
>> functioning at the same time,
00:00
>> and of course, that distributes the load,
00:00
that makes the access to resources more timely.
00:00
It just makes things easier all around,
00:00
and then of course two,
00:00
if one domain controller fails,
00:00
we still have an existing one.
00:00
Now once you to think about redundant servers
00:00
as having two discrete servers,
00:00
there is server A,
00:00
and there is server B.
00:00
They can each be accessed individually,
00:00
they're both their users
00:00
can choose to go to server 1 or server 2,
00:00
they are redundant, but they're not tied together.
00:00
They may do some replication between the two and most
00:00
likely will so that we make sure we
00:00
have the same databases on each,
00:00
but they are still separate entities.
00:00
Now, I also wanted to talk about spares
00:00
here as well because when we talk about a spare,
00:00
that's just a redundant device.
00:00
I've got a hard drive down in
00:00
the basement, that's a spare.
00:00
I have another process or
00:00
somewhere in this closet, that's a spare.
00:00
As a matter of fact,
00:00
specifically, it's a cold spare.
00:00
A cold spare means you've got it on site,
00:00
but you have to find it, which in my case,
00:00
to find anything is going to add
00:00
significantly to the recovery time,
00:00
but assuming I can find it,
00:00
I still have to install it,
00:00
and bring it up online,
00:00
so it takes a lot longer to restore with a cold spare.
00:00
Now a warm spare may actually already be installed,
00:00
it's just not running.
00:00
I might have a server that's ready to go,
00:00
it just needs to be brought on the network,
00:00
and has to be replicated in our needs,
00:00
the replication of the database engine,
00:00
or I might have a secondary hard drive in
00:00
a system that's not storing requests,
00:00
but we just need to change our pointer to
00:00
use my secondary hard drive,
00:00
and it's already, there up and running.
00:00
Usually when we talk about hot spares,
00:00
lot of times you'll hear the idea of a hot swap device,
00:00
and these are the devices that we can
00:00
enable without having to shut down power.
00:00
In some hardware solutions for rate,
00:00
you just pop out the drive that has failed,
00:00
pop in a new drive,
00:00
and you don't even have to shut down
00:00
the system, it's just automatically.
00:00
That name hot tends to
00:00
mean that you don't have to shut the system down,
00:00
you can just keep right
00:00
on while making replacements as needed.
00:00
All right, now, the question then becomes,
00:00
how many spares do I need or do I even need a spare?
00:00
Well, you know, that's going to be
00:00
tied into business objectives,
00:00
so how critical is the server?
00:00
What's the value of the data on the server?
00:00
What's the need for availability?
00:00
Obviously all that needs to be considered beforehand,
00:00
and then another piece we have to consider is,
00:00
how long do we typically
00:00
>> expect this device to function?
00:00
>> We can tell that by a couple of terms that
00:00
the manufacturer usually provides us with.
00:00
The first is mean time between failures.
00:00
When we talk about mean time between failures,
00:00
the idea is we buy device,
00:00
it runs, then it fails.
00:00
We fix the device,
00:00
it runs some work, and it fails.
00:00
What's that average time between when it fails?
00:00
Now tell you the truth though a lot of
00:00
times today we don't fix components.
00:00
I have no clue where my soldering iron is,
00:00
I probably still have it in
00:00
some box down in the basement,
00:00
but we just don't solder things back onto the board.
00:00
I don't open up hard drives,
00:00
I don't open up power supplies
00:00
because I can have another
00:00
>> one on my desk in four hours,
00:00
>> there really isn't that same need.
00:00
Sometimes you'll hear out in the real world,
00:00
people use this MTBF as the lifespan of the device.
00:00
I say maybe I expect a hard drive to last for
00:00
five years without any intention
00:00
of repairing it when it fails,
00:00
just knowing that it will fail.
00:00
Sometimes you'll hear that is MTTF,
00:00
meantime to fail, but you know,
00:00
if you've been in this field,
00:00
you know we mix up our terms all the times,
00:00
so be careful.
00:00
On the exam, what does that mean?
00:00
It means mean time between failures.
00:00
It's going to fail,
00:00
then I'm going to get it up, and running again,
00:00
then it's going to fail, so what's that average time?
00:00
I think the little diagram on
00:00
the right gives you a good idea of that.
00:00
Now, tied into this is the mean time to repair,
00:00
so this device fails.
00:00
Well then if I'm going to repair it,
00:00
how long does it take you to repair it?
00:00
Some things can get back up and running very quickly,
00:00
other things are more involved,
00:00
and that mean time to repair should
00:00
mean how much time before it's back operational.
00:00
If it's a hard drive or if it's power supply,
00:00
it's not enough just to correct the problem,
00:00
but to get it back up, and that system
00:00
gets system back up, and running.
00:00
All right, so in that section we
00:00
talked a little bit about redundant servers,
00:00
and then also redundant devices
00:00
that we generally talk about them as spares.
00:00
Now the thing about spares,
00:00
there is no indication that data's replicated,
00:00
but if we talk about spare drives,
00:00
the hard drive itself,
00:00
the hardware is there,
00:00
so in a few minutes
00:00
we're going to talk about the need to have
00:00
redundancy of data as well on this drives.
Up Next
Instructed By
Similar Content