Extensible Operating System
   HOME

TheInfoList



OR:

Arista Networks (formerly Arastra) is an American computer networking company headquartered in Santa Clara, California. The company designs and sells
multilayer In the physical sciences, a multilayer or stratified medium is a stack of different thin films. Typically, a multilayer is man made for a specific purpose. Since layers are thin with respect to some relevant length scale, interface effects are m ...
network switches to deliver software-defined networking (SDN) for large datacenter, cloud computing, high-performance computing, and
high-frequency trading High-frequency trading (HFT) is a type of algorithmic financial trading characterized by high speeds, high turnover rates, and high order-to-trade ratios that leverages high-frequency financial data and electronic trading tools. While there is no ...
environments. These products include 10/25/ 40/50/
100 Gigabit Ethernet 40 Gigabit Ethernet (40GbE) and 100 Gigabit Ethernet (100GbE) are groups of computer networking technologies for transmitting Ethernet frames at rates of 40 and 100 gigabits per second (Gbit/s), respectively. These technologies offer significantly ...
low- latency cut-through switches, including the 7124SX, which remained the fastest switch using SFP+ optics through September 2012 with its sub-500 nanosecond (ns) latency, and the 7500 series, Arista's modular 10G/40G/ 100Gbit/s switch. Arista's Linux-based network operating system, Extensible Operating System (EOS), runs on all Arista products.


Corporate history

In 1982,
Andy Bechtolsheim Andreas Maria Maximilian Freiherr von Mauchenheim genannt Bechtolsheim (born 30 September 1955) is a German electrical engineer, entrepreneur and investor. He co-founded Sun Microsystems in 1982 and was its chief hardware designer. His net worth ...
cofounded
Sun Microsystems Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
, and was its chief hardware designer. In 1995,
David Cheriton David Ross Cheriton (born March 29, 1951) is a Canadian computer scientist, mathematician, billionaire businessman, philanthropist, and venture capitalist. He is a computer science professor at Stanford University, where he founded and leads the ...
cofounded Granite Systems with Bechtolsheim, a company that developed Gigabit Ethernet products, which was acquired by Cisco Systems in 1996. In 2001, Cheriton and Bechtolsheim founded another start up, Kealia, which was acquired by Sun in 2004. From 1996 to 2003, Bechtolsheim and Cheriton occupied executive positions at Cisco, leading the development of the Catalyst product line, along with Kenneth Duda who had been Granite Systems' first employee. In 2004, the three then went on to found Arastra (later renamed Arista). Bechtolsheim and Cheriton were able to fund the company themselves. In May 2008,
Jayshree Ullal Jayshree V. Ullal (born March 27, 1961) is an Indian-American billionaire businesswoman, president and CEO of Arista Networks, a Cloud computing, cloud networking company responsible for the deployment of 10 Gigabit Ethernet, 10/25 Gigabit Ethern ...
left Cisco after 15 years at the firm, and was appointed CEO of Arista in October 2008. In June 2014, Arista Networks had its initial public offering on the New York Stock Exchange under the symbol ANET. In December 2014, Cisco filed two lawsuits against Arista alleging intellectual property infringement., and the United States International Trade Commission issued limited exclusion and cease-and-desist orders concerning two of the features patented by Cisco and upheld an import ban on infringing products. In 2016, on appeal, the ban was reversed following product changes and two overturned Cisco patents, and Cisco's claim of damages was ruled against. In August 2018, Arista agreed to pay Cisco as part of a settlement that included a release for all claims of infringement by Cisco, dismissal of Arista's antitrust claims against Cisco, and a 5-year stand-down between the companies. In August 2018, Arista Networks acquired Mojo Networks. In September 2018, Arista Networks acquired Metamako and integrated their low latency product line as the 7130 series. In February 2020, Arista acquired Big Switch Networks. In October 2020, Arista acquired Awake Security. Arista's CEO, Jayshree Ullal, was named to Barron's list of World's Best CEOs in 2018 and 2019. In August 2022, Arista Networks acquired Pluribus Networks, a unified cloud network company, for an undisclosed sum.


Products


Extensible Operating System

EOS is Arista's network operating system, and comes as one
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensiona ...
that runs across all Arista devices or in a virtual machine (VM). EOS runs on an unmodified
Linux kernel The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ope ...
under a
Fedora A fedora () is a hat with a soft brim and indented crown.Kilgour, Ruth Edwards (1958). ''A Pageant of Hats Ancient and Modern''. R. M. McBride Company. It is typically creased lengthwise down the crown and "pinched" near the front on both sides ...
-based userland. There are more than 100 independent regular
processes A process is a series or set of activities that interact to produce a result; it may occur once-only or be recurrent or periodic. Things called a process include: Business and management *Business process, activities that produce a specific se ...
, called agents, responsible for different aspects and features of the switch, including drivers that manage the switching application-specific integrated circuit (ASICs), the command-line interface (CLI), Simple Network Management Protocol ( SNMP), Spanning Tree Protocol, and various routing protocols. All the state of the switch and its various protocols is centralized in another process, called Sysdb. Separating processing (carried by the agents) from the state (in Sysdb) gives EOS two important properties. The first is software fault containment, which means that if a software fault occurs, any damage is limited to one agent. The second is stateful restarts, since the state is stored in Sysdb, when an agent restarts it picks up where it left off. Since agents are independent processes, they can also be upgraded while the switch is running (a feature called ISSU – In-Service Software Upgrade). The fact that EOS runs on Linux allows the usage of common Linux tools on the switch itself, such as tcpdump or configuration management systems. EOS provides extensive
application programming interface An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how t ...
s (
APIs Apis or APIS may refer to: * Apis (deity), an ancient Egyptian god * Apis (Greek mythology), several different figures in Greek mythology * Apis (city), an ancient seaport town on the northern coast of Africa **Kom el-Hisn, a different Egyptian ci ...
) to communicate with and control all aspects of the switch. To showcase EOS' extensibility, Arista developed a module named CloudVision that extends the CLI to use Extensible Messaging and Presence Protocol ( XMPP) as a shared message bus to manage and configure switches. This was implemented simply by integrating an existing open-source XMPP Python library with the CLI.


Programmability

In addition to all the standard programming and scripting abilities traditionally available in a Linux environment, EOS can be programmed using different mechanisms: * Advanced Event Management can be used to react to various events and automatically trigger CLI commands, execute arbitrary scripts or send alerts when state changes occur in the switch, such as an interface going down or a virtual machine migrating to another host. * Event Monitor tracks changes made to the medium access control ( MAC), Address Resolution Protocol (ARP), and routing table in a local SQLite database for later querying using standard Structured Query Language ( SQL) queries. * eAPI (External API) offers a versioned JSON-RPC interface to execute CLI commands and retrieve their output in structured
JSON JSON (JavaScript Object Notation, pronounced ; also ) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other ser ...
objects.


Ethernet switches

Arista's product line can be separated into different product families: * 7500R series: Modular chassis with a virtual output queueing (VOQ) fabric supporting from 4 to 16 store and forward line cards delivering line-rate non-blocking 10GbE, 40GbE, and 100GbE performance in a 150 Tbit/s fabric supporting a maximum of 576 100GbE ports with 384 GB of packet buffer. Each 100GbE ports can also operate as 40GbE or 4x10GbE ports, thus effectively providing 2304 line-rate 10GbE ports with large routing tables. * 7300X, 7300X3 and 7320X series: Modular chassis with 4 or 8 line cards in a choice of 10G, 40G and 100G options with 6.4Tbit/s of capacity per line card, for a fabric totaling up to 50Tbit/s of capacity for up to 1024 10GbE ports. Unlike the 7500 series,
10GBASE-T 10 Gigabit Ethernet (10GE, 10GbE, or 10 GigE) is a group of computer networking technologies for transmitting Ethernet frames at a rate of 10 gigabits per second. It was first defined by the IEEE 802.3ae-2002 standard. Unlike previous Eth ...
is available on 7300 series line cards. * 7280R series: 1U and 2U systems with a common architecture to the 7500R Series, deep buffer VOQ and large routing tables. Many different speed and port combinations from 10GbE to 100GbE. * 7200X series: 2U low-latency high-density line-rate 100GbE and 40GbE switches, with up to 12.8Tbit/s of forwarding capacity. * 7170 Series: High Performance Multi-function Programmable Platforms, a set of fixed 100G platforms based on Barefoot Tofino packet processor enabling the data plane to be customized using EOS and P4 profiles. * 7160 series: 1U programmable high performance range of 10 GbE, 25 GbE and 100 GbE with the support for AlgoMatch technology and a software upgradeable packet processor * 7150S series: 1U ultra-low latency cut-through line-rate 10 Gb switches. Port-to-port latency is sub-380ns, regardless of the frame size. Unlike the earlier 7100 series, the switch silicon can be re-programmed to add new features that work at wire-speed, such as
Virtual Extensible LAN Virtual Extensible LAN (VXLAN) is a network virtualization technology that attempts to address the scalability problems associated with large cloud computing deployments. It uses a VLAN-like encapsulation technique to encapsulate OSI layer 2 ...
(VXLAN) or network address translation (NAT/PAT). * 7130 series (7130, 7130L, 7130E): 1U and 2U ultra-low latency Layer 1 switch and programmable switches. Layer 1 switching enables mirroring and software-defined port routing with port-to-port latency starting from 4ns, depending on physical distance. The E and L variants allow running custom
FPGA A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturinghence the term '' field-programmable''. The FPGA configuration is generally specified using a hardware de ...
applications directly on the switch with a port-to-FPGA latency as low as 3ns. This series comes from the original Metamako product line acquired by Arista Networks in 2018 and runs a combination of MOS and Arista EOS operating systems. * 7050X and 7060X series: 1U and 2U low-latency cut-through line-rate 10GbE/25GbE, 40GbE and 100GbE switches. This product line offers higher port density than the 7150 series, in a wider choice of port options and interface speeds at the expense of slightly increased latency (1µs or less). The 7050X and 7060X Series are based on Broadcom Trident and Tomahawk merchant silicon. * 7020R series: 1U store and forward line-rate with a choice of either a 1Gb top-of-rack switch, with 6x10Gb uplinks or a 10G with 100G uplinks. These switches use a Deep Buffer architecture, with 3GB of packet memory. * 7010 series: 1U low power (52W) line-rate 1Gb top-of-rack switch, with 4x10Gb uplinks. The low-latency of Arista switches has made the platform prevalent in
high-frequency trading High-frequency trading (HFT) is a type of algorithmic financial trading characterized by high speeds, high turnover rates, and high order-to-trade ratios that leverages high-frequency financial data and electronic trading tools. While there is no ...
environments, such as the Chicago Board Options Exchange (largest U.S. options exchange), Lehman Brothers or RBC Capital Markets. As of October 2009, one third of its customers were big
Wall Street Wall Street is an eight-block-long street in the Financial District of Lower Manhattan in New York City. It runs between Broadway in the west to South Street and the East River in the east. The term "Wall Street" has become a metonym for t ...
firms. Arista's devices are multilayer switches, which support a range of layer 3 protocols, including IGMP, Virtual Router Redundancy Protocol (VRRP), Routing Information Protocol (RIP), Border Gateway Protocol (BGP), Open Shortest Path First (OSPF), IS-IS, and OpenFlow. The switches are also capable of layer 3 or layer 4 equal-cost multi-path routing (ECMP), and applying per-port L3/L4 access-control lists (ACLs) entirely in hardware. In November 2013, Arista Networks introduced the Spline network, combining leaf and spine architectures into a single-tier network, which aims to cut operating costs. In September 2015, Arista introduced the series 7060X, 7260X, and 7320X, refreshing the existing series 7050X, 7250X, and 7300X, with new, higher performance 100 GbE options.


Major competitors

* Extreme Networks * Juniper Networks * Cisco Systems * Hewlett Packard Enterprise ( Aruba Networks division)


References

{{authority control Networking hardware companies Companies based in Santa Clara, California American companies established in 2004 Networking companies of the United States Electronics companies established in 2004 Companies listed on the New York Stock Exchange 2014 initial public offerings