Slide 9
Slide 9 text
Communications and Networking Lab, NTHU
Introduction
Monolithic Pipeline
■ Pros:
■ Low latency (since only func call)
■ Cons:
■ Not easy to accelerate specific NF
■ Security, privacy issue
■ Example:
■ BESS, mOS
■ Pros:
■ Each NF runs in single process or
container
■ NFs of different provider can chain
together easily
■ Cons:
■ High latency with long chain
■ Example:
■ Microboxes, OpenNetVM, ClickOS
Focus on packet forwarding,
not higher level protocol stack