Git Product home page Git Product logo

bridging's Introduction

Bridging/Switching Network Traffic

Bridging/switching plays a vital role in modern network infrastructure, providing efficient and intelligent traffic forwarding within local area networks (LANs). Customers leverage bridging/switching to achieve high-performance connectivity, enhanced network segmentation, and optimized data transfer. In environments where multiple devices need to communicate seamlessly, such as in enterprise networks, data centers, or service provider networks, bridging/switching ensures efficient packet forwarding and reduces network congestion.

Implementing Bridging/Switching with Different Approaches

There are different ways to get a high performing software switches. A few of them are readly available for the direct usage.

Linux Kernel Bridging

Linux kernel bridging is a built-in feature that enables bridging at the network layer. It leverages the Linux bridge module to create software-based bridges and allows seamless communication between different network interfaces. Customers can utilize Linux kernel bridging to connect virtual machines, containers, or physical hosts within a LAN. Sample code and configuration examples can be found in the Linux kernel source code repository on GitHub (https://github.com/torvalds/linux).

fd.io VPP (Vector Packet Processing)

fd.io VPP is a high-performance data plane platform that offers advanced packet processing capabilities. It provides software-based switching and routing functionalities with hardware acceleration support. Customers can leverage VPP to build flexible and scalable networking solutions, combining features like bridging, routing, and traffic control. The fd.io VPP repository on GitLab (https://git.fd.io/vpp) provides sample code, configuration examples, and comprehensive documentation.

DPDK (Data Plane Development Kit) Based Bridging

DPDK is a set of libraries and drivers that facilitate fast packet processing on commodity hardware. It offers efficient data plane acceleration by bypassing the kernel and directly accessing network interfaces. Customers can build high-performance bridging solutions using DPDK, taking advantage of its optimized packet I/O and forwarding capabilities. The DPDK repository on GitHub (https://github.com/DPDK/dpdk) offers sample code, documentation, and a vibrant community forum.

eBPF (extended Berkeley Packet Filter) Based Bridging

eBPF is a powerful technology that allows programmability and packet processing at the kernel level. It enables customers to write and attach custom programs to network interfaces, making it possible to implement advanced bridging functionality. By utilizing eBPF, customers can perform traffic filtering, forwarding, and other operations with fine-grained control. The eBPF repository on GitHub (https://github.com/iovisor/ebpf) provides sample code, documentation, and an active community for collaboration.

Customers can explore these different approaches to bridging/switching based on their specific requirements, performance needs, and familiarity with the technologies. Each approach offers its unique features, flexibility, and optimization possibilities, empowering users to build efficient and tailored network solutions. For more detailed implementation guidelines and examples, refer to the respective documentation, repositories, and online resources provided by the Linux kernel, fd.io VPP, DPDK, and eBPF communities.

bridging's People

Contributors

anooppatwork avatar packetio-network avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.