Network+ : Virtualization

  1. Network+ Certification (N10-007): Syllabus
  2. Network+ : Introductions and Resources
  3. Network+ : Network Models
  4. Network+: Cabling
  5. Network+ : Topologies
  6. Network+ : Ethernet Basics
  7. Network+ : Contemporary Ethernet
  8. Network+ : Installing a Physical Network
  9. Network+ : Booting and Getting On the Network
  10. Network+ : TCP/IP Basics
  11. Network+ : Subnetting
  12. Network+: Routing Protocols
  13. Network+ : Routing and Firewalls
  14. Network+ : TCP/IP Ports and Applications
  15. Network+ : Network Naming and Sharing Resources
  16. Network+ : Secure Networking
  17. Network+ : Advanced Networking Devices
  18. Network+ : IPv6
  19. Network+ : Remote Connectivity
  20. Network+ : WiFi
  21. Network+ : Virtualization
  22. Network+ : Mobile Networking
  23. Network+ : Building a Real-World Network
  24. Network+ : Managing Risk
  25. Network+ : Protecting Your Network
  26. Network+ : Network Monitoring
  27. Network+ : Network Troubleshooting
  28. Network+: Network Monitoring

Unit 21

Chapter 15

Virtualization

You should know the following:

      • What a VMM is
      • What a hypervisor is
      • Critical security considerations

Hypervisors

Type 1

Bare metal

VMware, Xen, KVM, ESXi, Hyper-V

Type 2

Installed on top of an OS

VirtualBox, VMware Player/Workstation

Security and Management Issues

Avoiding VM Sprawl

VM Escape Protection

Cloud Models

SaaS

PaaS

Iaas

Public

Private

Community

Hybrid

VDI / VDE

VMware View/Horizon

Network Considerations

Special DNS Resolution: Virtual Domain Routing

Special NAT: Routing from Inside a Cloud to Outside

 

Cloud Access Security Brokers (CASBs)

Managed Security Service Providers (MSSPs)

Security as a Service

Set Up Your Local VMM

We’ll be using virtual machines (VMs) in this class, on the open-source VirtualBox platform. Here’s what you need to do, assuming you’re on Windows:

        1. Download and install 7zip so you can handle .7z files. As with all software, download it from the source, not from a mass download site.
          https://www.7-zip.org/download.html
        2. Download and install Oracle VirtualBox. Select the version for “Windows Hosts”, of course.
          https://www.virtualbox.org/wiki/Downloads
        3. Go to a site you’ll learn to love, OSBoxes:
          https://www.osboxes.org/
          Click on “VM Images”, then select “VirtualBox Images”.
          Download Ubuntu: plain, vanilla Ubuntu, not “Ubuntu MATE” or anything else. Just Ubuntu.
        4. Now watch this video, and do as the narrator does, EXCEPT:
          –>**Put your virtual machines, each in a separate folder, in C:\Users\Public\VirtualBox VMs **

Containers

Instead of virtualizing an entire OS, why not virtualize a single application? This involves capturing all the necessary files, executables, libraries etc. and packaging them up in a Container.

See this page for more information:
http://localhost/2019/01/04/virtualization-2-0-containers-vs-virtual-machines/

Type 1 Hypervisors, Type 2 Hypervisors, Docker Containers, Emulators like QEMU, etc.