Unit 3 virtualization
Unit 3 virtualization
Definition:
Network Virtualization (NV) is the process of combining hardware and software network
resources and network functionality into a single, software-based administrative entity
called a virtual network.
It abstracts physical network resources like switches, routers, and network links and allows
multiple virtual networks to run on a shared physical infrastructure.
"It enables the creation of multiple logical (virtual) networks, each with its own topology,
traffic policies, and security settings, on a common physical network."
4. Service Provider
• Provides network services directly to users.
• May aggregate or resell services from multiple virtual network operators.
• Responsible for managing user accounts, billing, service-level agreements (SLAs), and
user experience.
Key Features:
• Separation of physical and logical network resources.
• Improved network flexibility, scalability, and efficiency.
• Centralized management using software-defined controls.
• Enables multi-tenancy and network isolation.
Definition:
Combines multiple physical networks into a single virtual network or splits a single physical
network into multiple logical networks.
Used for:
• Data centers
• Enterprise networks
• WANs (Wide Area Networks)
Techniques:
• VLAN (Virtual LAN)
• VPN (Virtual Private Network)
• VXLAN (Virtual Extensible LAN)
Diagram:
+-----------------------------+
| Physical Network |
| [Switches] [Routers] |
+-----------------------------+
↓ Virtualization
+-----------------------------+
| Virtual Network Layer |
| VLAN-10 VLAN-20 VLAN-30|
+-----------------------------+
Used for:
• Virtual Machines (VMs) within a server
• Virtual NICs (vNICs)
• Hypervisors
Techniques:
• Virtual Switches
• vNICs
• Software-defined network components
Diagram:
+----------------------------------+
| Physical Server |
| +-------------+ +-------------+ |
| | VM1 | | VM2 ||
| | vNIC 1 | | vNIC 2 | |
| +------+------+ +------+------| |
| ↓ ↓ |
| Virtual Switch / Bridge |
+----------------------------------+
• Easy scalability
Disadvantages:
Introduction:
Network Virtualization Tools are software platforms and technologies used to create, manage, and
optimize virtual networks. These tools allow multiple virtual networks to run on the same physical
hardware, enabling better resource utilization, flexibility, scalability, and network automation.
Network virtualization tools can be categorized based on the layers they work on and their
functionalities.
Functionality:
Diagram:
+-----------+ +-----------+
| VLAN 10 | | VLAN 20 |
| HR Dept | | IT Dept |
+-----------+ +-----------+
+--------------------------------+
| Physical Network |
+--------------------------------+
Functionality:
Diagram:
↘ ↙
Functionality:
• Encapsulates Layer 2 Ethernet frames into UDP packets for Layer 3 networks.
Diagram:
Functionality:
+----------+ +----------+
| VM1 | | VM2 |
| vNIC | | vNIC |
+----+-----+ +----+-----+
| |
|__________|___________
Functionality:
Diagram:
+---------------------+
| SDN Controller |
+---------------------+
↓ ↓ ↓
Physical Infrastructure
Functionality:
o Firewalls
o Load balancers
o IDS/IPS
| | | Balancer | | |
Functionality:
• Examples:
o Microsoft Hyper-V Virtual Switch: Layer-2 virtual switch for Windows Servers.
Functionality:
Conclusion:
Network Virtualization Tools are critical in modern cloud, enterprise, and telecom networks. Each
tool has specific roles in enhancing:
• Security
• Scalability
• Network automation
• Cost-efficiency
Understanding and using the right tool for the right scenario ensures better network performance
and agility.
VLAN Architecture – Detailed Explanation with Diagram
A VLAN is a logical grouping of devices in a LAN, irrespective of their physical location, that
communicate as if they are on the same physical network.
Without VLANs:
With VLANs:
• Devices in one VLAN cannot directly communicate with another without a router.
Component Description
Access Port Belongs to a single VLAN; connects end devices like PCs and printers.
Trunk Port Carries traffic for multiple VLANs between switches using tagging.
VLAN Tagging Uses IEEE 802.1Q to add VLAN ID in Ethernet frame for trunk ports.
1. Default VLAN
• Every switch port is initially part of the default VLAN, which is usually VLAN 1.
Example:
VLAN 10 - HR Department
VLAN 20 - IT Department
3. Voice VLAN
4. Management VLAN
5. Native VLAN
Easy to manage
Not flexible – if a device moves to another port, VLAN settings must be updated
2. MAC-Based VLAN:
• Regardless of which port the device connects to, it will be in the same VLAN.
Device mobility
Complex to configure and manage
3. Protocol-Based VLAN:
• VLAN is assigned based on the protocol type (e.g., IP, IPX, AppleTalk).
• VLANs are assigned using policies, based on username, time, device type, etc.
• Often managed via a RADIUS server (e.g., using Cisco’s VLAN Management Policy Server -
VMPS).
5. Voice VLAN:
Comparison Table:
Port-Based VLAN Switch Port Simple to configure Not flexible if devices move
User/Device
Policy-Based VLAN Dynamic & scalable Needs external server setup
Policies
Voice VLAN VoIP Traffic Optimized for voice Specific to VoIP only
pgsql
CopyEdit
+-------------------+
| Router |
| (Inter-VLAN) |
+--------+----------+
|
+-----+------+
| | |
WAN Virtualization refers to the abstraction and pooling of multiple Wide Area Network (WAN)
links into a single virtual network. It improves bandwidth utilization, reduces costs, increases
reliability, and ensures better performance for enterprise networks.
This is commonly implemented using technologies like SD-WAN (Software Defined WAN).
Traditional WANs:
WAN Virtualization:
Component Function
WAN Links Physical connections like MPLS, 4G/5G, DSL, Broadband, etc.
Virtual Overlay Network Logical network built over physical WAN links.
SD-WAN Controller Central management entity that monitors and controls routing decisions.
Virtual Tunnels Secure tunnels (IPsec/GRE) between sites for data transmission.
3. Control Plane:
4. Management Plane:
• Managed by orchestrators.
Architecture Diagram:
Key Features and Benefits:
Feature Benefit
• Cloud Access Optimization – better performance for apps like Office 365, Zoom, etc.
Conclusion:
WAN Virtualization, especially through SD-WAN, transforms traditional wide area networking by
offering cost-effective, reliable, and high-performance connectivity. It enables organizations to
adapt to the demands of cloud computing, remote work, and digital transformation with flexibility
and control.
Introduction:
• WAN (Wide Area Network) and VLAN (Virtual Local Area Network) are both types of
network technologies, but they serve different purposes.
• WAN connects devices over large geographical distances, while VLAN logically segments a
local network into multiple sub-networks.
What is WAN?
• WAN is a telecommunication network that extends over a large geographic area, such as
cities, countries, or even continents.
An MNC like TCS connects its Chennai, Bangalore, and Hyderabad offices using WAN.
What is VLAN?
Device
Routers, leased lines, satellites, etc. Managed switches, VLAN tags
Connection
Protocol Used MPLS, PPP, Frame Relay, IP IEEE 802.1Q (VLAN tagging protocol)
WAN Example:
VLAN Example:
Office LAN:
+-------------+--------------+--------------+
+-------------+--------------+--------------+
Key Takeaways:
• WAN is external, often managed by ISPs; VLAN is internal, managed within organizations.
Conclusion:
While WANs are vital for connecting different office locations over long distances, VLANs offer
efficient internal network management by segmenting traffic based on departments or roles. Both
are essential in modern enterprise networking – WAN for broad connectivity and VLAN for internal
efficiency, security, and organization.
Network virtualization provides several key benefits that improve efficiency, scalability, and
manageability:
3. Cost Efficiency
• Reduces the need for physical hardware, saving on installation and maintenance costs.
• New virtual networks can be created or modified quickly without hardware changes.
5. Increased Security
• Network isolation (e.g., through VLANs) protects sensitive data and minimizes attack
surface.
Network virtualization typically includes three major components working together to abstract
and manage the physical network infrastructure:
• Allows creation of isolated virtual networks (overlay networks) over a shared underlay.
+--------------------------+
| Management Platform |
+-----------+--------------+
+-----------v-------------+
| Network Hypervisor |
+-----------+-------------+
+-----------v-----------+
| Virtual Network |
| Functions (VNFs) |
+-----------------------+
Introduction:
Network Virtualization (NV) is the process of combining hardware and software network resources
and functionality into a single, software-based administrative entity.
It enables the abstraction and segmentation of a physical network, creating multiple virtual
networks for different applications, users, or departments.
• Combines multiple physical networks or parts of networks into a single virtual network.
• Typically used in data centers to connect several LANs into one logical unit.
Examples:
• VLAN (Virtual LAN)
Examples:
Examples:
• Services are no longer tied to hardware but are deployed as software on virtual machines
or containers.
Examples:
1. Resource Optimization
• Maximizes the use of physical network resources by dynamically allocating bandwidth and
devices.
• New virtual networks and services can be deployed instantly, without physical changes.
4. Cost Efficiency
5. Enhanced Security
6. Centralized Management
• Virtualized networks are replicable and portable, ensuring quick recovery during failures.
A company uses VLANs to separate its HR, Finance, and IT departments, VPN to connect remote
workers securely, and NFV to deploy firewall and load balancing as software—all managed through
an SDN controller. This setup reduces cost, increases security, and ensures efficient operation.
Conclusion:
Network Virtualization is a game-changer in modern business environments. It not only reduces
operational costs and increases agility, but also enhances network efficiency, scalability, and
control. As businesses move towards cloud computing and remote work, virtualization becomes a
key enabler for digital transformation.