Open Flow Messages

Open-Flow-Connection-Establishment

Open Flow Messages

Open Flow Control Messages are based on TCP. To set up Open Flow communication, Open Flow Controller listens TCP ports 6633/6653.

There are five main parts in Open Flow Messages. These are given below:

• Version
• Type
• Message Lenght

• Transaction ID (A unique value section used to match requests for response)
• Payload


Open-Flow-Message
Open Flow supports three message types. These messages are:

• Controller to Switch
• Asynronous
• Symmetric

Controller to Switch Messages are the massages that is used to manage and configure the switches . They managed the Flow Tables. Switch capability exchange is also done with these messages. Controller to Switch Messages are initiated from the Controller.

Asyncronous Messages are sent to inform the Control about any events and state changes. Asyncronous Messages are sent by Switches.

Symmetric Messages are used to diagnose any problems between Controller and Switches. Symmetric Messages can be sent both from Contoller and Switches.


open-flow-message-types

Open-Flow-messages


SDN CHEAT SHEETS


SDN

sdn-cheat-sheet

OPENFLOW

open-flow-cheat-sheet

NFV

nfv-cheat-sheet

NETCONF

netconf-cheat-sheet
Lesson tags: sdn, software-define networking, open flow
Back to: SDN Course > Open Flow
Comments are closed.