# DQ Scheduler: Deep Reinforcement Learning Based Controller   Synchronization in Distributed SDN

**Authors:** Ziyao Zhang, Liang Ma, Konstantinos Poularakis, Kin K. Leung, Lingfei, Wu

arXiv: 1812.00852 · 2018-12-04

## TL;DR

This paper introduces DQ Scheduler, a deep reinforcement learning-based controller synchronization method for distributed SDN that optimizes synchronization policies to improve network performance.

## Contribution

It formulates controller synchronization as an MDP and applies deep reinforcement learning to develop a novel, effective synchronization policy for distributed SDN controllers.

## Key findings

- DQ Scheduler outperforms antientropy algorithm by up to 95.2% in routing tasks.
- Deep reinforcement learning effectively optimizes controller synchronization.
- Proposes a new approach to maximize benefits of synchronization in distributed SDN.

## Abstract

In distributed software-defined networks (SDN), multiple physical SDN controllers, each managing a network domain, are implemented to balance centralized control, scalability and reliability requirements. In such networking paradigm, controllers synchronize with each other to maintain a logically centralized network view. Despite various proposals of distributed SDN controller architectures, most existing works only assume that such logically centralized network view can be achieved with some synchronization designs, but the question of how exactly controllers should synchronize with each other to maximize the benefits of synchronization under the eventual consistency assumptions is largely overlooked. To this end, we formulate the controller synchronization problem as a Markov Decision Process (MDP) and apply reinforcement learning techniques combined with deep neural network to train a smart controller synchronization policy, which we call the Deep-Q (DQ) Scheduler. Evaluation results show that DQ Scheduler outperforms the antientropy algorithm implemented in the ONOS controller by up to 95.2% for inter-domain routing tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.00852/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1812.00852/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1812.00852/full.md

---
Source: https://tomesphere.com/paper/1812.00852