Nox (platform)

From HandWiki
Revision as of 16:19, 6 February 2024 by Steve2012 (talk | contribs) (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NOX is a piece of the software-defined networking (SDN) ecosystem. Specifically, it's a platform for building network control applications.

The first SDN technology to get real name recognition was OpenFlow, and NOX was initially developed at Nicira Networks side by side with OpenFlow — NOX was the first OpenFlow controller. Nicira donated NOX to the research community in 2008, and since then, it has been the basis for many and various research projects in the early exploration of the SDN space.

To a developer, NOX:

  • Provides a C++ OpenFlow 1.0 API
  • Provides fast, asynchronous IO
  • Is targeted at recent Linux distributions.
  • Includes sample components for:
  1. Topology discovery
  2. Learning switch
  3. Network-wide switch

Further reading

  • Gude, Natasha; Koponen, Teemu; Pettit, Justin; Pfaff, Ben; Casado, Martín; McKeown, Nick; Shenker, Scott (2008). "NOX: towards an operating system for networks". ACM SIGCOMM Computer Communication Review 38 (3): 105–110. doi:10.1145/1384609.1384625. 

External links