- 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.
推薦閱讀
- C++面向對象程序設計(第三版)
- Reporting with Visual Studio and Crystal Reports
- Mastering ServiceStack
- Python從入門到精通(精粹版)
- Vue.js 3.0源碼解析(微課視頻版)
- 零基礎學Java程序設計
- Access 2010數據庫應用技術(第2版)
- Fast Data Processing with Spark(Second Edition)
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- 零基礎學C++(升級版)
- 青少年學Python(第2冊)
- Learning Unreal Engine Game Development
- Building Scalable Apps with Redis and Node.js
- Daniel Arbuckle's Mastering Python