Cloud Flashcards

1
Q

What is KVM?

A

Kernel-Based Virtual Machine - Module lets Linux function as a hypervisor.

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

HOW does a network switch function?

A

How: Layer 2 uses MAC addresses to send packet to right place.

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

WHAT is a network switch?

A

Device for connecting devices together in a network.

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

What is a router? How does it function?

A

Device for forwarding packets at Layer 3 between networks.

How: Reads network packet header and uses routing table to forward the packet.

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

What is DHCP? Why?

A

Dynamic Host Configuration Protocol. Allows clients to retrieve and be dynamically assigned IP address.
Why: Automated, centralized, reuse/allocate IPs.

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

What is Address Resolution Protocol?

A

Layer 2 Protocol for a computer to retrieve a physical MAC address of another computer from using a IP address.

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

What is a VLAN?

A

Broadcast domain partitioned at Layer 2 (Data link layer). Used to logically segment networks independent of physical structure (ex: company departments).

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

What is vCenter?

A

Centralized management utility for VMware, and is used to manage virtual machines, multiple ESXi hosts

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

What is vMotion?

A

VMWare technology that allows live migration of a VM to be moved from one physical host server to another, while it is running and with no interruption in service.

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

What is ESXi?

A

VMWare enterprise-class, type-1 hypervisor

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

Hypervisor

A

What is is computer software, firmware or hardware that creates and runs virtual machines by running on a host machine and creates guest VMs?

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

What is the 2nd layer in OSI model?

A

Data link layer

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

WHY does data link layer exist?

A

Move packets between two nodes intra-network using framing, physical addressing.

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

HOW does data link layer work? (2 protocols, 2 explicit)

A

Medium access control (MAC) and logical link control (LLC).

ex: 802.3 Ethernet, 802.11 Wi-Fi

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

What is Layer 2 traffic which the sender does not know the network address. Broadcast, unknown-unicast, multicast.

A

BUM traffic

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

HOW does Address Resolution Protocol work? (3 steps)

A

Computer first checks ARP cache
If not found, send ARP broadcast on network requesting MAC for IP.
Dest computer answers.

17
Q

WHAT is the 3rd layer in OSI model?

A

Network Layer

18
Q

WHY does 3rd layer in OSI model?

A

Why: Break segments into packets, move between inter-networks to right place.

19
Q

HOW does 3rd layer in OSI model work?

A

How: Routing and addressing (IP)

20
Q

WHAT is the 4th layer in OSI model?

A

Transport Layer

21
Q

WHY does 4th layer in OSI model?

A

Why: Breaks message data into segments for flow control & error control.

22
Q

HOW does 4th layer in OSI model work?

A

How: TCP, UDP, and Ports.

23
Q

What is Open vSwitch?

A

Open source distributed virtual multilayer switch

24
Q

What is OpenFlow?

A

Communication protocol that allows remote administration of a layer 3 switch’s packet forwarding tables, by adding, modifying and removing packet matching rules and actions.

25
What is multiplexing?
Combining multiple signals over a shared medium
26
What is a port? WHY is port useful?
Numbered network endpoint for OS to identify a process/service. Allows computer to multiplex incoming data to specific process/service.
27
What is ICMP?
(Internet Control Message Protocol) L3 protocol to send messages indicating success or failure when communicating with another IP address
28
What is IPSec? What are its constituent protocols?
L3 Network protocol suite that authenticates and encrypts the packets of data to provide secure encrypted communication between two computers. (Authentication Header, Encapsulating Security Payloads, ISAKMP/Security Associations)
29
What port does IPSec use?
Port 500
30
What is Authentication Header (AH)?
L3 IPSec Protocol with a header that provides authentication and integrity (but not encryption). It uses a Integrity Check Value (ICV) hash.
31
What is Encapsulating Security Payload?
L3 IPSec Protocol with header and trailer that encrypts data in transport-mode, or encrypts data+ip header in tunnel-mode.
32
What is Security Association (SA) and what's are 4 things it's composed of?
L3 IPSec protocol(s) for authenticated simplex data connection between two endpoints. It's an agreement on encryption algo (SHA/DES), key material, endpoint IPs, IPSec protocol (AH/ESP).
33
What is VXLAN?
Protocol encapsulates Layer 2 Ethernet frames in Layer 3/4 UDP packets, enables you to create virtualized Layer 2 subnets, or segments, that span physical Layer 3 networks.
34
Which IP blocks are for private/local networks?
10.x.x.x, 176.(16-31).x.x, 192.168.x.x
35
What is STT?
Stateless Transport Tunneling protocol for virtual network running on top of a physical network. Alternative to VxLAN.
36
What is VRRP?
Virtual Routing Redundancy Protocol: provides automatic assignment of available IP routers to hosts. Primary virtual router sends advertisements. If a backup device does not receive an advertisement for a set period, the backup device with the next highest priority (1 to 255) takes over as primary and begins forwarding packets.