2019-11-06 10:58:28 -08:00
.. _network-stack:
2018-07-26 12:45:10 -04:00
2021-08-19 11:38:06 +02:00
======================
Network Stack Features
======================
2018-08-02 15:03:15 -04:00
2019-11-06 10:58:28 -08:00
This section describes a little about the FD.io network stack and describes some benefits:
2018-07-26 12:45:10 -04:00
* Layer 2 - 4 Network Stack
* Fast lookup tables for routes, bridge entries
2021-08-19 11:38:06 +02:00
* Arbitrary n-tuple classifiers
2018-07-26 12:45:10 -04:00
* Control Plane, Traffic Management and Overlays
2019-11-06 10:58:28 -08:00
2021-08-19 11:38:06 +02:00
2018-07-26 12:45:10 -04:00
* `Linux <https://en.wikipedia.org/wiki/Linux> `_ and `FreeBSD <https://en.wikipedia.org/wiki/FreeBSD> `_ support
2019-11-06 10:58:28 -08:00
* Support for standard Operating System Interfaces such as AF_Packet, Tun/Tap & Netmap.
2018-07-26 12:45:10 -04:00
2019-11-06 10:58:28 -08:00
* Network and cryptographic hardware support with `DPDK <https://www.dpdk.org/> `_ .
2018-07-26 12:45:10 -04:00
* Container and Virtualization support
2019-10-27 17:28:10 -04:00
* Para-virtualized interfaces; Vhost and Virtio
2018-07-26 12:45:10 -04:00
* Network Adapters over PCI passthrough
* Native container interfaces; MemIF
2021-08-19 11:38:06 +02:00
2019-11-06 10:58:28 -08:00
* Host Stack
2018-07-26 12:45:10 -04:00
* Universal Data Plane: one code base, for many use cases
2021-08-19 11:38:06 +02:00
2018-07-26 12:45:10 -04:00
* Discrete appliances; such as `Routers <https://en.wikipedia.org/wiki/Router_(computing)> `_ and `Switches <https://en.wikipedia.org/wiki/Network_switch> `_ .
* `Cloud Infrastructure and Virtual Network Functions <https://en.wikipedia.org/wiki/Network_function_virtualization> `_
* `Cloud Native Infrastructure <https://www.cncf.io/> `_
2021-08-19 11:38:06 +02:00
* The same binary package for all use cases.
2018-07-26 12:45:10 -04:00
2021-08-19 11:38:06 +02:00
* Out of the box production quality, with thanks to `CSIT <https://wiki.fd.io/view/CSIT#Start_Here> `_ .
2018-07-26 12:45:10 -04:00
2019-11-06 10:58:28 -08:00
For more on the TCP Host Stack press next.