Cloud Flashcards
What is KVM?
Kernel-Based Virtual Machine - Module lets Linux function as a hypervisor.
HOW does a network switch function?
How: Layer 2 uses MAC addresses to send packet to right place.
WHAT is a network switch?
Device for connecting devices together in a network.
What is a router? How does it function?
Device for forwarding packets at Layer 3 between networks.
How: Reads network packet header and uses routing table to forward the packet.
What is DHCP? Why?
Dynamic Host Configuration Protocol. Allows clients to retrieve and be dynamically assigned IP address.
Why: Automated, centralized, reuse/allocate IPs.
What is Address Resolution Protocol?
Layer 2 Protocol for a computer to retrieve a physical MAC address of another computer from using a IP address.
What is a VLAN?
Broadcast domain partitioned at Layer 2 (Data link layer). Used to logically segment networks independent of physical structure (ex: company departments).
What is vCenter?
Centralized management utility for VMware, and is used to manage virtual machines, multiple ESXi hosts
What is vMotion?
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.
What is ESXi?
VMWare enterprise-class, type-1 hypervisor
Hypervisor
What is is computer software, firmware or hardware that creates and runs virtual machines by running on a host machine and creates guest VMs?
What is the 2nd layer in OSI model?
Data link layer
WHY does data link layer exist?
Move packets between two nodes intra-network using framing, physical addressing.
HOW does data link layer work? (2 protocols, 2 explicit)
Medium access control (MAC) and logical link control (LLC).
ex: 802.3 Ethernet, 802.11 Wi-Fi
What is Layer 2 traffic which the sender does not know the network address. Broadcast, unknown-unicast, multicast.
BUM traffic