2.4 Explain the purposes of virtualization and network storage technologies. Flashcards
1
Q
Network virtualization
A
- Server farm with 100 individual computers
- All servers are connected with enterprise switches and routers, with redundancy
• Migrate 100 physical servers
2
Q
The hypervisor
A
- Virtual Machine Manager
- Manages the virtual platform and guest OS
- May require a CPU that supports virtualization
- Hardware management
- CPU, networking, security
3
Q
Network requirements
A
• Most client-side virtual machine managers have their own virtual (internal) networks
4
Q
• Shared network address
A
- The virtual machine shares the same IP address as the physical host
- Uses a private IP address internally
- Uses NAT to convert to the physical host IP
5
Q
• Bridged network address
A
• The VM is a device on the physical network
6
Q
• Private address
A
• The VM does not communicate outside of the virtual network
7
Q
• Network Attached Storage (NAS)
A
- Connect to a shared storage device across the network
* File-level access
8
Q
• Storage Area Network (SAN)
A
- Looks and feels like a local storage device
- Block-level access
- Requires a lot of bandwidth
9
Q
Jumbo frames
A
• Ethernet frames with more than 1,500 bytes of payload • Increases transfer efficiency • Ethernet devices must support jumbo frames • Switches, interface cards
10
Q
Fibre Channel (FC)
A
- A specialized high-speed topology
* Servers and storage connect to a Fibre Channel switch -SCSI, SAS, or SATA commands
11
Q
Fibre Channel over the data network
A
- Fibre Channel over Ethernet (FCoE)
- Usually integrates with an existing Fibre Channel
- Not routable
12
Q
iSCSI
A
- Internet Small Computer Systems Interface - Send SCSI commands over an IP network
- Can be managed quite well in software
• Makes a remote disk look and operate like a local disk
13
Q
InfiniBand
A
- High-speed switching topology
- Copper and Fiber options
- QSFP connectors
- Popular use in research and supercomputers