Tagged articles
14 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jun 12, 2024 · Cloud Computing

How VXLAN Extends VLAN for Scalable Cloud Networks – A Hands‑On Guide

This article explains the fundamentals of VXLAN, compares it with VLAN, and provides step‑by‑step Linux kernel and Open vSwitch implementations, including configuration commands, packet‑flow analysis, and practical testing to demonstrate overlay networking in cloud environments.

LinuxNetwork VirtualizationOpen vSwitch
0 likes · 16 min read
How VXLAN Extends VLAN for Scalable Cloud Networks – A Hands‑On Guide
ByteDance SYS Tech
ByteDance SYS Tech
Sep 15, 2023 · Cloud Native

How Hoda Boosts Open vSwitch Performance by Up to 1.7×

An award‑winning EuroSys 2024 paper introduces Hoda, a customized Open vSwitch dataplane that bridges the gap between diverse cloud forwarding tasks and generic designs, delivering up to 1.7× higher throughput and a 20 % reduction in Nginx request latency.

EuroSys 2024Open vSwitchcloud networking
0 likes · 4 min read
How Hoda Boosts Open vSwitch Performance by Up to 1.7×
AI Cyberspace
AI Cyberspace
Jul 12, 2023 · Cloud Computing

Unlock High‑Performance VM Networking: Deep Dive into Virtio, Vhost‑net, and OVS

This article explains how modern data‑center virtualization is shifting from one‑to‑many to many‑to‑one VM models, then walks through the virtio and vhost‑net architectures, their kernel and user‑space components, and provides a step‑by‑step guide to set up a nested KVM environment with OVS for external network access.

KVMOpen vSwitchQEMU
0 likes · 34 min read
Unlock High‑Performance VM Networking: Deep Dive into Virtio, Vhost‑net, and OVS
Liangxu Linux
Liangxu Linux
Jun 29, 2023 · Cloud Computing

How VXLAN Extends VLAN for Scalable Cloud Networks – A Hands‑On Linux and OVS Guide

VXLAN (Virtual eXtensible LAN) overcomes VLAN’s 12‑bit limitation by using 24‑bit VNIs, encapsulating Ethernet frames in UDP, and enabling large‑scale, multi‑tenant overlay networks; the article explains its principles, packet format, and provides step‑by‑step Linux kernel and Open vSwitch implementation examples with commands and flow‑table configurations.

LinuxNetwork VirtualizationOpen vSwitch
0 likes · 16 min read
How VXLAN Extends VLAN for Scalable Cloud Networks – A Hands‑On Linux and OVS Guide
Open Source Linux
Open Source Linux
May 17, 2023 · Cloud Computing

Mastering VXLAN: Principles, Linux & Open vSwitch Implementation Guide

This article explains VXLAN's role in cloud networking, details its 24‑bit VNI architecture, shows how Linux kernel and Open vSwitch implement VXLAN tunnels, and provides step‑by‑step command examples and flow‑table configurations to achieve overlay networking across multiple hosts.

LinuxNetwork VirtualizationOpen vSwitch
0 likes · 16 min read
Mastering VXLAN: Principles, Linux & Open vSwitch Implementation Guide
AI Cyberspace
AI Cyberspace
May 6, 2023 · Operations

Master Open vSwitch: Essential Commands and Real-World SDN Use Cases

This guide walks through Open vSwitch fundamentals, covering version and log management, controller and bridge configuration, flow table manipulation, VLAN, QoS, tunneling, sFlow, STP, port mirroring, aggregation, group and meter tables, and practical SDN application examples such as building virtual topologies and packet redirection.

Open vSwitchOpenFlowSDN
0 likes · 49 min read
Master Open vSwitch: Essential Commands and Real-World SDN Use Cases
AI Cyberspace
AI Cyberspace
May 5, 2023 · Cloud Native

Master Open vSwitch: Architecture, Installation, and Advanced Configuration

This guide explains Open vSwitch's origins, core features, software architecture, key components such as ovsdb-server, ovs-vswitchd, and the kernel module, provides step‑by‑step installation on CentOS 7, and details configuration of bridges, ports, SSL, controllers, and flow handling for SDN environments.

LinuxNetwork VirtualizationOVS
0 likes · 34 min read
Master Open vSwitch: Architecture, Installation, and Advanced Configuration
Cloud Native Technology Community
Cloud Native Technology Community
Apr 6, 2022 · Cloud Native

How Kube-OVN Enables Financial‑Grade Cloud‑Native Networking for Large Banks

This article presents a detailed, bank‑focused cloud‑native networking solution that leverages Kube-OVN's overlay/underlay dual‑stack architecture, OVS‑based performance, and security features to meet the high‑availability, high‑throughput, and regulatory demands of large financial institutions.

Kube-OVNOpen vSwitchbank IT infrastructure
0 likes · 9 min read
How Kube-OVN Enables Financial‑Grade Cloud‑Native Networking for Large Banks
Cloud Native Technology Community
Cloud Native Technology Community
Jan 5, 2022 · Operations

Understanding Open vSwitch Flow Tables: Concepts, Match Fields, Actions, and Practical Commands

This article, the second part of the “Open vSwitch Full Analysis” series, explains the structure and operation of OVS flow tables, detailing match fields, actions, priorities, timeouts, and provides practical ovs‑ofctl command examples for configuring flows, VLANs, and tunnels such as VXLAN and GRE.

Flow TableGREOpen vSwitch
0 likes · 16 min read
Understanding Open vSwitch Flow Tables: Concepts, Match Fields, Actions, and Practical Commands
Cloud Native Technology Community
Cloud Native Technology Community
Jan 5, 2022 · Cloud Native

Implementing Flat, VLAN, and VXLAN Networks with Open vSwitch and Docker

This article demonstrates how to build flat, VLAN, and VXLAN networking topologies using Open vSwitch integrated with Docker containers, covering architecture concepts, required host configurations, step‑by‑step command sequences, and connectivity testing across single‑host and multi‑host environments.

DockerNetwork VirtualizationOpen vSwitch
0 likes · 12 min read
Implementing Flat, VLAN, and VXLAN Networks with Open vSwitch and Docker
UCloud Tech
UCloud Tech
Nov 15, 2018 · Cloud Computing

How 25G SmartNICs Boost Cloud VM Networking Tenfold with Open vSwitch

This article examines the rapid adoption of 25G SmartNICs for cloud workloads, compares major vendor solutions, explains why an Open vSwitch‑based TC Flower offload design was chosen, and details the practical challenges and performance gains achieved when deploying the solution in a public‑cloud environment.

25G networkingLinux kernelOpen vSwitch
0 likes · 13 min read
How 25G SmartNICs Boost Cloud VM Networking Tenfold with Open vSwitch
MaGe Linux Operations
MaGe Linux Operations
Dec 1, 2016 · Cloud Computing

Step-by-Step Guide to Configure OpenStack Compute & Neutron Networking

This guide walks through configuring kernel network parameters, installing required packages, setting up Keystone authentication, enabling the ML2 plugin, configuring Open vSwitch, linking Compute with Neutron, creating external and tenant networks, and deploying the OpenStack dashboard on an Icehouse cloud.

LinuxML2Neutron
0 likes · 10 min read
Step-by-Step Guide to Configure OpenStack Compute & Neutron Networking