Frr commercial

From UVOO Tech Wiki
Revision as of 17:27, 11 April 2026 by Busk (talk | contribs) (Created page with "SONiC: The King of the Cloud Data Center Originally created by Microsoft to run Azure, SONiC (Software for Open Networking in the Cloud) is the undisputed heavyweight champion...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SONiC: The King of the Cloud Data Center Originally created by Microsoft to run Azure, SONiC (Software for Open Networking in the Cloud) is the undisputed heavyweight champion of the modern data center.

Architecture: SONiC is built entirely around containers and a centralized Redis database. Every component (BGP, LLDP, SNMP) runs in its own Docker container. If the BGP container crashes, the switch keeps forwarding packets using the routes stored in the Redis DB while the container restarts.

The "SAI" Advantage: SONiC's superpower is the Switch Abstraction Interface (SAI). SAI is an API that allows SONiC to talk to almost any vendor's switching silicon (Broadcom, Mellanox, Cisco, etc.) without changing the core OS.

Best For: Massive Scale-Out Leaf-Spine networks, Kubernetes environments, and cloud providers. If you are building a data center fabric to support thousands of servers and need deep telemetry and automation, SONiC is the industry standard.

DANOS: The Carrier Edge Workhorse Created by AT&T (based on their acquisition of Vyatta), DANOS (Disaggregated Network Operating System) was built specifically for the telecom edge.

Architecture: Unlike SONiC’s database-centric model, DANOS is built around high-performance packet processing in software, heavily utilizing DPDK (Data Plane Development Kit). It is designed to handle complex routing features that simple data center switches usually struggle with.

Telecom Features: Data centers usually just need simple IP routing. Telecoms need deep, complex protocols: MPLS, L2VPN/L3VPN, Carrier-Grade NAT, Hierarchical QoS (throttling specific types of traffic), and cell-tower timing protocols (PTP). DANOS excels here.

Best For: Cell tower aggregation routers, Broadband Network Gateways (the router your home ISP uses to authenticate your modem), and provider edge routers.