2 Flashcards

(43 cards)

1
Q

What can cause broadcast radiation in a VM environment?

A

The Layer 2 domain can be large in virtual machine environments
Virtual machines communicate primarily through broadcast mode

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

What GRE features can you configure to prevent fragmentation?

A

TCP MSS
PMTUD

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

Which LISP device publishes EID-to-RLOC mappings?

A

ETR

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

What does ETR do?

A

Publishes EID-to-RLOC mappings for the site
Responds to Map-Request messages
Decapsulates and delivers LISP-encapsulated user data to end systems at the site

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

What are some benefits of using VMs to virtualize the server in a data center environment?

A

Reduce rack space, power, and cooling reqs
Faster deployment

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

What do route targets do in VRF-Lite?

A

Control the import and export of routes into a customer routing table

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

What is a PITR?

A

A LISP infrastructure device that provides connectivity between non-LISP sites and LISP sites

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

In what way is a Type 1 hypervisor more efficient than a Type 2 hypervisor?

A

Type 1 runs directly on the physical hardware of the host machine without relying on the underlying OS

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

What is VXLAN?

A

An encapsulation protocol that lets you overlay Layer 2 networks on top of Layer 3 networks

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

What is TCP MSS?

A

The maximum amount of data that a host is willing to accept in a single TCIP/IP datagram
Can be tuned to minimize fragmentation

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

How do you minimize fragmentation in IP and TCP?

A

TCP - MSS
IP - MTU

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

How do IP/MAC allocations work for VMs on Type 1 hypervisors?

A

Each VM needs a unique IP and MAC address to be able to reach other nodes

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

What are the two namespaces used in LISP?

A

EIDs - end hosts
RLOCs - devices that make up the global routing system

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

What are examples of Type 1 hypervisors?

A

Microsoft Hyper-V
VMware ESXi
Citrix XenServer

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

In LISP, what does the resolver do?

A

Accepts map requests

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

In LISP, what does the server do?

A

Learns EID mapping entries from an ETR

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

In LISP, what does the proxy ETR dp?

A

LISP to non-LISP

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

In LISP, what does the ITR do?

A

Receives packets from site-facing interfaces

19
Q

What does VTEP do in VXLAN?

A

Encapsulates and de-encapsulates VXLAN Ethernet frames

20
Q

What two actions provide controlled Layer 2 network connectivity between VMs running on the same hypervisor?

A

Using a virtual switch provided by the hypervisor
Using a virtual switch running as a separate VM

21
Q

What is a type 1 hypervisor?

A

Runs directly on a physical server and has its own OS

22
Q

What is the default keepalive value in GRE tunnels?

23
Q

What is the default protocol/transport mode for a GRE tunnel?

24
Q

What is the purpose of the LISP routing and addressing architecture?

A

It creates two entries for each network node, one for its identity and another for its location on the network

25
What happens when a 1500-byte packet traverses a GRE tunnel?
The IP header is 20 bytes, GRE header is 4 bytes, so the 1500-byte packet will arrive fragmented
26
What maintains Layer 2 isolation between segments in a VXLAN environment?
VNID
27
What is VNID?
VXLAN Network Identifier 24-bit segment ID that defines the broadcast domain
28
What is a virtual machine?
An emulated machine with a dedicated compute, memory, storage resources, and a fully installed OS
29
What are some features of VSS?
Combines two devices Supports devices that are geographically separated Supported on Cisco 4500 and 6500
30
What are some features/limitations of switch stacking?
Limited in distance Can have up to 9 switches Supported in Cisco 2960, 3750, and 3850
31
What technology is used to provide segmentation for Layer 2 and 3 traffic in VXLAN?
VNI
32
How do you assign an IP address to a VRF?
#ip address [add] [wildcard] #address-family ipv4
33
Why might a tunnel be disabled after a network admin configures a GRE tunnel? %TUN-RECURDOWN
Recursive routing; the best path to the tunnel destination is through the tunnel itself
34
What is a benefit of using a Type 2 hypervisor instead of Type 1?
Can use hardware running other OSs
35
What's true about crypto maps in tunneling configurations?
IPsec profiles do not need crypto maps
36
What is needed for a VM to run?
Hypervisor Physical server hardware
37
What allocates computing resources for a VM?
Hypervisor
38
What component of a VM is responsible for sending packets to the hypervisor?
vNIC
39
What is the configuration file containing settings for a VM?
VMX
40
What is a zip file connecting a VM configuration file and virtual disk?
OVA
41
What is a file that contains a VM disk drive?
VMDK
42
What element enables communication between guest VMs within a virtualized environment?
vSwitch
43