ETRI-Knowledge Sharing Plaform

ENGLISH

성과물

논문 검색
구분 SCI
연도 ~ 키워드

상세정보

학술지 Enhanced Flow Table Management Scheme with an LRU-Based Caching Algorithm for SDN
Cited 15 time in scopus Download 21 time Share share facebook twitter linkedin kakaostory
저자
김은도, 최윤철, 이승익, 김형준
발행일
201711
출처
IEEE Access, v.5, pp.25555-25564
ISSN
2169-3536
출판사
IEEE
DOI
https://dx.doi.org/10.1109/ACCESS.2017.2771807
협약과제
17HE1300, IoT 응용 서비스 및 상호운용성 지원 표준개발, 김형준
초록
We propose a flow table management scheme for OpenFlow switches to minimize table-miss in a flow table. Commercial OpenFlow switches have one or more flow tables that consist of flow entries for processing packets. However, flow entries are managed based only on their timeout parameters, meaning they are expired and deleted by switches regardless of their reusability. The absence of the flow entry then causes table-misses in the future. We propose a solution for the problem of switches disregarding vacancies in the flow table when deleting expired flow entries. When a table-miss occurs, the corresponding switch must perform additional interactions with an OpenFlow controller to insert new flow entries, but this results in additional processing time and communication overhead. Previous studies aimed at solving this limitation have used sophisticated training sets or modified network architectures. In contrast, we propose a simple flow table management scheme with a least recently used-based caching algorithm to keep flow entries in an OpenFlow switch as long as possible. For this purpose, the switch continually adjusts its cache size according to the vacancy of each flow table and the controller determines the packet forwarding path through the switches by referring to the vacancies. We perform an experimental evaluation of the proposed scheme and demonstrate the performance gains in terms of the number of table-missed packets. We also analyze the effectiveness of the flow entry caching scheme using a mathematical model.
키워드
Flow table, OpenFlow, Software-defined networking
KSP 제안 키워드
Cache size, Caching scheme, Communication overhead, Least Recently Used(LRU), Mathematical model, Network Architecture, OpenFlow controller, OpenFlow switches, Packet Forwarding, Software-Defined Networking(SDN), Table-miss