chapter 3 Flashcards
what is An ESXi hos
It takes one physical server and creates multiple (VMs) on it.
Each VM gets its own space with CPU, memory, storage, and network, all running independently.
Physical network devices like routers, switches and load balancers are virtualized using …
hypervisors.
hypervisor vs esxi
esxi is A Specific Hypervisor: ESXi is a type 1 hypervisor created by VMware.
Creating a virtual network on top of a physical network is known as …
overlay networking.
Network virtualization works in cloud environments and can be managed by …
[ CMPs ] Cloud Management Platform
how is Network virtualization is different from VLANs.
Imagine an office building.
- Virtual Network: creates separate floors in the building using software.
- VLAN: A VLAN is like dividing a single floor (say, Finance) into sections with curtains.
What is Software-Defined Networking?
SDN
use of software to control and manage networks, similar to network virtualization.
SDN Vs Network Virtualization:
- Focus: SDN focuses on controlling the network.
- Focus: Network virtualization focuses on creating virtual networks on top of a physical network.
… offers more flexibility than … and why?
SDN , network virtualization
- as it doesn’t require full hardware virtualization.
Network virtualization benefits:
Flexibility
Scalability
Isolation
Portability
what are the two popular overlay protocols.
- Virtual Extensible Local Area Network (VXLAN)
- Generic Network Virtualization Encapsulation (GENEVE)
how does VXLAN allow for many more virtual networks than VLANs.
- uses 24-bit VNIs (Virtual Network Identifiers)
… is vendor-neutral and has been recognized as RFC (Request for Comments) 7348.
VXLAN
A VXLAN ID is called a …
VXLAN Network Identifier (VNI).
VXLAN … and GENEVE … connect the overlay to the underlay network.
- endpoints (VTEPs) &
- tunnel endpoints (TEPs)
… uses VXLAN while … uses GENEVE.
NSX-V , NSX-T
Virtualized Data Centers overcome challenges like …
cost, complexity, inefficiency, and inflexibility.
… is a leader in SDDC technology, offering agility and instant provisioning for data centers.
VMware
Fully-Virtualized Data Center: key characteristics?
Software-Defined
Built-in Security
Scalability
.
Modern Technology Support: Supports containers, cloud-native applications, and infrastructure as code.
in which layers Data remains data at these upper layers.
5, 6, 7
what happens in Layer 4 (Transport):
Data is segmented into pieces called segments and headers are added containing port information for applications.
what happens in Layer 3 (Network):
Segments are encapsulated with IP addresses, identification numbers, and other routing information to become packets.
what happens in Layer 2 (Data Link):
Packets are encapsulated with MAC addresses and error-correction data to become frames.
encapsulation
As data travels down the layers, headers are added for routing and functionality at each layer
VMs need a virtual network component to connect to the real network and communicate with other devices.
t