{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

High Availability Flashcards

(14 cards)

1
Q

What type protocol would you deploy if you wanted redundancy in your routers? Name two.

A

First Hop Redundancy Protocols:

1) Hot Standby Router Protocol (Cisco)
2) Virtual Router Redundancy Protocol

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

Why isn’t HSRP cost efficient?

A

The standby router does nothing until it becomes the primary.

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

List the 3 names and sizes of a HSRP virtual MAC address

A

1) Vendor ID - 24bits
2) HSRP ID - 16bits
3) HSRP group number - 8bits

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

List the HSRP timers

A

1) Hello
2) Hold
3) Active
4) Standby

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

What does the Hold Timer do and what is the default value?

A

The hold timer specifies the interval the standby router uses to determine if the active router is unavailable. The default value is 10 seconds.

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

What does the Active Timer do?

A

monitors the state of the active router.

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

The Hold Timer value sets the expiry time for what other timer?

A

The Active Timer

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

What messages reset the the Active Timer and where are they received?

A

Hello messages. Standby Router

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

How are standby routers monitored in HSRP?

A

by Standby Timers

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

It is recommended to set the Hold Timer to a multiple of the Hello message frequency, of what amount?

A

x3

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

What is a VRRP group?

A

a virtual router that represents a group of routers

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

In VRRP using a virtual IP, the router with the highest priority is the what?

A

The Master router

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

If HSRP uses hello messages to exchange state information, what does VRRP use?

A

VRRP messages!

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

You want to be able to load-share across more than one virtual router, which First Hop Redundancy Protocol would you deploy?

A

VRRP

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