140 likes | 277 Views
A Flow-based Hybrid Mechanism to Improve Performance in NOX and wireless OpenFlow switch networks. Bruno Van Den Bossche , Bart De Vleeschauwer , Tom Verdickt , Filip De Turck , Bart Dhoedt , Piet Demeester Journal of Network and Computer Applications, vol . 32, no. 6, 2009.
E N D
A Flow-based Hybrid Mechanism to Improve Performance in NOX and wireless OpenFlowswitch networks Bruno Van Den Bossche, Bart De Vleeschauwer, Tom Verdickt, FilipDe Turck, Bart Dhoedt, Piet Demeester Journal of Network and Computer Applications, vol. 32, no. 6, 2009
Outline Overview Introduction Problem description Main Approach Related Works Evaluation Conclusions Reference
Overview In this paper, we propose a flow-based hybrid mechanism to improve performance in NOX and wireless OpenFlowswitch networks. The main idea of this scheme is that when the transmission of a OpenFlow switch fails, one of neighbor OpenFlowswitches transmits the lost frame for the failed one.
Introduction If the packet does not match a flow entry or OpenFlow switch fails to transmit its data, OpenFlowswitch requests the path to the NOX. However, if OpenFlow switch requests the path to NOX whenever it fails to transmit its data, it will be a big overhead in wireless OpenFlow switch networks with a bad channel quality.
Problem Description Retransmission of failed data allows other OpenFlow switches to lose their channel access chances and increases the number of Packet-In Message overheads such as packet header, ID assigned by data-path, full length of frame and acknowledgement (ACK) transmission.
Main Approach Each OpenFlow switch naturally overhears the transmitted packets of other OpenFlowswitches toward the same destination, it buffers the packets that is not yet acknowledged in overhear table. Own data table Overhear table
Main Approach Channel Condition α<= β and x<=y α: the total flow size for sending β: the maximum flow threshold x : the SNR of failed OpenFlow switch y : the SNR of current OpenFlow switch
Main Approach Cooperative part between OpenFlowSwitches
Main Approach Compensation part by NOX
Related Works [1] designed a novel relay-enabled DCF protocol to exploit the physical layer multirate capability. Data can be transmitted with different rates and some data packets may be delivered faster through a relay.
Conclusion It shows that in environments where the packet is likely to be lost more, the throughput gain of our proposed scheme performs better.
Reference [1]Natasha Gude, TeemuKoponen, Justin Pettit, Ben Pfaff, Martín Casado, Nick McKeown and Scott Shenker, “NOX: Towards an Operating System for Networks”, ACM Sigcomm Computer Communication Review 2008.