- Software-Defined Networking with OpenFlow(Second Edition)
- Oswald Coker Siamak Azodolmolky
- 175字
- 2021-07-02 15:50:04
Role-Request
In a network provided with multiple controllers for redundancy purpose, the roles of each controller are distinct and are assumed per time. The various roles that can be assumed by an OpenFlow controller include the following:
- Master role: In this role, the controller has complete access to all the switches. It executes commands such as packet-out flow-mod, table-mod, port-mod, which are capable of modifying the state of the switch by receiving asynchronous messages from the switch. Every other controller connected to the switch assumes the Slave role automatically.
- Slave role: Slave role is assumed by the controller when one of the peer controllers connected to the switch assumes the role of a master; commands capable of modifying the switch are not run by this controller. In the event that the switch receives such commands from a slave controller, it replies with an OFPT_ERROR message.
- Equal role: This is the default role assumed by all controllers connected to a switch, and it allows each controller to send asynchronous messages and commands to the switch.
推薦閱讀
- Learning Single:page Web Application Development
- JavaScript高效圖形編程
- LabVIEW程序設計基礎與應用
- R語言經典實例(原書第2版)
- 測試驅動開發:入門、實戰與進階
- Full-Stack React Projects
- 精通Python自然語言處理
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 一本書講透Java線程:原理與實踐
- C++語言程序設計
- Building Business Websites with Squarespace 7(Second Edition)
- Scratch從入門到精通
- 超好玩的Scratch 3.5少兒編程
- SQL Server實例教程(2008版)
- 基于JavaScript的WebGIS開發