Next Article in Journal
Analysis of the Applicable Range of the Standard Lambertian Model to Describe the Reflection in Visible Light Communication
Next Article in Special Issue
Dynamic Feedback versus Varna-Based Techniques for SDN Controller Placement Problems
Previous Article in Journal
Dual Phase Lock-In Amplifier with Photovoltaic Modules and Quasi-Invariant Common-Mode Signal
Previous Article in Special Issue
SAGMAD—A Signature Agnostic Malware Detection System Based on Binary Visualisation and Fuzzy Sets
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Feedback ARMA Models versus Bayesian Models towards Securing OpenFlow Controllers for SDNs

College of Engineering and Technology, American University of the Middle East, Egaila 54200, Kuwait
*
Author to whom correspondence should be addressed.
Electronics 2022, 11(9), 1513; https://doi.org/10.3390/electronics11091513
Submission received: 13 March 2022 / Revised: 21 April 2022 / Accepted: 27 April 2022 / Published: 9 May 2022
(This article belongs to the Special Issue Next Generation Networks and Systems Security)

Abstract

:
In software-defined networking (SDN), the control layers are moved away from the forwarding switching layers. SDN gives more programmability and flexibility to the controllers. OpenFlow is a protocol that gives access to the forwarding plane of a network switch or router over the SDN network. OpenFlow uses a centralized control of network switches and routers in and SDN environment. Security is of major importance for SDN deployment. Transport layer security (TLS) is used to implement security for OpenFlow. This paper proposed a new technique to improve the security of the OpenFlow controller through modifying the TLS implementation. The proposed model is referred to as the secured feedback model using autoregressive moving average (ARMA) for SDN networks (SFBARMASDN). SFBARMASDN depended on computing the feedback for incoming packets based on ARMA models. Filtering techniques based on ARMA techniques were used to filter the packets and detect malicious packets that needed to be dropped. SFBARMASDN was compared to two reference models. One reference model was Bayesian-based and the other reference model was the standard OpenFlow.

1. Introduction

Internet softwarization is the future of the Internet and has an impact on network innovation towards network improvement and enhancement. Software-defined networking (SDN) is known for its near-to-optimal solutions regarding network design and implementation. SDN is considered an appropriate environment to become immune to malicious attacks. SDN separates control functionalities and forwarding functionalities. Controller modules are responsible for control decision functionalities, while the switch modules are responsible for forwarding functionalities. A typical SDN architecture is composed of north-bound interfaces, a management layer, a control layer, a data layer, and east–west-bound interfaces. Moreover, the management layer consists of a set of network applications that manage the control logic of the SDN. The control layer contains a set of controllers that forward different rules and policies to the data layer through the southbound interface. The data layer represents the forwarding network elements on the network [1].
SDN architecture has different types of interfaces, such as a northbound interface, an east–west-bound interface, and southbound interfaces. The northbound interface controls the connection between the controller module and the application. It is responsible for the communication between control layer and the management layer. Moreover, the east–west-bound interface allows communication between multiple controllers through message passing. The southbound interfaces facilitate the interaction between the control layer and the data layer [2,3,4,5].
OpenFlow is one of the most popular protocols that pushes policies to the forwarding plane. Security of SDN has been under investigation since OpenFlow is considered to be the first standard communications interface designed by the Open Network Foundation (ONF). OpenFlow security relies on the optional implementation of transport layer security (TLS) that is considered to be vulnerable to malicious attacks. Methods for increasing SDN reliability has been studied in various research works, such as [1,6,7,8,9,10].
This work proposed a novel model to add secure capabilities to SDN networks using feedback control techniques based on ARMA models. The proposed approach was based on feedback control techniques using autoregressive moving average (ARMA) models. The proposed model is referred to as the secured feedback model using autoregressive moving average (ARMA) for SDN networks (SFBARMASDN). Extensive comparisons were conducted to compare the proposed model SFBARMASDN to two reference models. The first reference model is based on Bayesian networks to provide security capabilities and is referred to as the secured standard using Bayesian networks for SDN (SSBNSDN). The second reference model is referred to as the standard OpenFlow [11].
The reason behind using the ARMA model in the proposed model was that in classical engineering environments, the relationships between outputs and inputs are studied through physical laws that are referred to as the first-principle techniques. The main barrier for using first-principle modeling in the computing system domain was that some unrealistic assumptions were made. For that reason we used empirical approaches for developing transfer functions through the autoregressive moving average (ARMA) approach [12]. The proposed feedback control system model relied on having a tuning parameter that was easy to control. This tuning parameter had an influence on a controlled output parameter. The system aimed to ultimately achieve a certain target value for the controlled output parameter. The controlled output parameter was a parameter that was needed to be controlled but could not be adjusted directly; hence, the tuning parameter came into place. The tuning parameter could be directly tuned and had an impact on the controlled output parameter. In this work the tuning parameter used was the current value of the security level of the system. The controlled output parameter was the enhanced security level of the system. Feedback controllers used the ratio between outputs and inputs. This was defined mathematically through transfer functions [13].
For the purposes of the SDN server, the level of security attainment was used to characterize the performance of the system. This metric provided a way to manage trade-offs between the achieved security level and the target security level.
Thus, rather than proceeding from first principles, this research used an empirical approach. Obviously, the SDN system in question was highly discrete and nonlinear. However, for the purposes of control, a linear system model was desired. This model was an approximation of the real system at best, but, for control, approximate models often suffice.
The server had many available tuning parameters. Tuning parameters are the parameters that affect the different resources utilized by the system. Some of these tuning controls must be fixed at installation time, while others can be changed on-line while the server is operating. The tuning parameters were considered as the control input in this work and the current value of the security level of the system.
The main reference model used in this work was based on Bayesian networks (BNs). BNs are considered to be probabilistic models that use graphical representations for knowledge. A BN is a domain that deals with uncertain domains. The main strength of a BN is that it applies probability theory to control model complexities. BN nodes are represented as random variables, while edges are represented as conditional probabilities for the appropriate random variables. A major weakness of BNs is the need to fully specify the probability distributions for the network, and this number is high [14].
The paper is organized as follows. Section 2 presents related work. Section 3 describes the SSBNSDN reference model. Section 4 presents the SFBARMASDN proposed model. Section 5 presents the experimental results. Finally, Section 6 presents the conclusion and future work.

2. Related Work

This section briefly discusses the OpenFlow protocol. The OpenFlow protocol is considered as the de facto SDN protocol for SDN. OpenFlow is implemented at both the SDN interface and the SDN controller. It is responsible for forwarding packets in the forwarding plane for all SDN network elements [15]. OpenFlow is categorized into three categories: (1) switch category; (2) channel category; and (3) controller category [16].
The switch has flow tables with flow entry lists. For each arriving packet, the switch matches packets based on the flow table. Selection is performed based on the highest available priority that matches the packet header. In case of similar priorities, the selected flow is not defined. If the packet does not match the row table, then it should be discarded. If the packet does not have a missing flow entry, then the appropriate policies should be followed. OpenFlow channel is an interface that enables controllers to connect to OpenFlow switches. This interface guarantees that the controller makes the following operations: (1) configures the switch; (2) receives various events from the switch; and (3) sends packets to the switch.
Types of messages that are allowed in these channels are controller to switch messages, switch to controller messages to update the controller about network status, and messages by either switches or controllers in emergency cases. In the literature controllers are considered to be either centralized or distributed. An OpenFlow controller is classified as a centralized controller that maintains policies and instructions among network elements. Policies determine the way to manage packets without matching flow entries and also manage the switch flow table by updating flow entries securely. TLS is used as the default security mechanism for the OpenFlow controller since the standard OpenFlow does not provide security [14,15,17,18,19,20].
The OpenFlow switch is able to establish a connection and communicate with various controllers. The reliability of the SDN network could be improved through utilizing multiple controllers by resisting failures. OpenFlow switches start by connecting all existing controllers although the messages to be sent should only be sent to the appropriate switch. Several research teams have investigated various security issues for OpenFlow [21,22,23,24]. Agborubere et al. [24] proposed a model to improve OpenFlow and TLS communications security. The model summarized the TLS security issues by recommending techniques to improve the TLS. The authors of [24] focused on securing the OpenFlow controller through classifying different types of attacks using a BN classifier for TLS. SDN controllers dynamically add or remove policies and rules. Administrators configure the network and deploy new protocols through the controllers. Therefore, the management of SDN greatly increases the programmability and flexibility of the network.
Meng et al. [14] proposed a management model based on Bayesian models for insider attackers in healthcare environments. Tseng et al. [17] proposed a new model called ControllerSEPA. ControllerSEPA is considered as a lightweight plugin project to protect the network against intruders. Uchupala et al. [8] proposed an application-aware network based on the spanning tree technique in addition to the shortest path routing network for various scenarios. Craiget et al. [23] presented a method for using bloom filters in software-defined networks (SDN) to reduce the state of packet delivery while removing false positive forwarding. Song et al. [18] proposed a technique for an SDN control plane to assign a group of the event processing modules to switches. Authors in this work suggested using switches for dealing with the OpenFlow events rather than the controllers. Qiu et al. [22] suggested using global flow tables for global flow collection, computation of all the paths for network, and also for global flow storing. Xiong et al. [19] proposed a queuing model for analyzing OpenFlow-based SDNs. Silva et al. [21] proposed an extension to the OpenFlow protocol to include flexible time-triggered real-time communication services. The proposed model extended the capabilities of the OpenFlow protocol to support real-time reservations.

3. SSBNSDN Reference Model

This section describes the reference model used in this paper. The reference model is referred to as the secured standard using Bayesian networks for SDN (SSBNSDN) [25]. SSBNSDN has security features implemented into the OpenFlow controller. SSBNSDN uses a Bayesian network model for packet filtering decisions in addition to filtering rules matching techniques. SSBNSDN implements packet filters through utilizing security features of OpenFlow controllers. SSBNSDN inspects packets based on their individual characteristics.
SSBNSDN depends on the process of packet inspection using BN classifiers to determine whether the packet is a malicious packet or not. SSBNSDN performs the filtering process by following the occurrence of the repeated attacks to a specific target with a certain probability. This is used as an indication that the host is being attacked. In this scenario, the policy is to store the attacking packet information in the flow table to be discarded. SSBNSDN uses a Ryu framework for handling OpenFlow since it has conformance with OpenFlow specifications [15].
OpenFlow switches receive a packet on their input ports, and hence matching processes are performed to match the incoming packets to their corresponding entries in the flow table. In the case that the packet does not exist in the flow table, the packet is sent to the controller for more inspection and processing. SSBNSDN uses packet filtering rules to be able to discard malicious packets.
This includes the information found in the packet header, whether a protocol that is encapsulated is being used, source and destination ports, an ICMP message type, and packet ingress and egress interfaces. In case of a packet hit scenario (i.e., matching occurs), the packet is considered as a green packet. If it is a packet miss scenario (i.e., no matching), the packet is considered as a red packet and, hence, is discarded.
SSBNSDN defines the problem as a set R = ( r 1 , r 2 ,…, r n ) of orthogonal instances of the random variables ( R 1 , R 2 ,…, R n ). As a result, the network N that best matches R could be found. One of the common approaches used for scoring is the Bayesian score approach. The score works by computing the probability of the data given the directed acyclic graph. Maximizing the Bayesian score using M is an NP-hard problem that could be solved using heuristic techniques. SSBNSDN computes the scores as shown in Equation (1). It represents the probability of the graph.
S ( N : R ) = l o g P ( N | R ) = l o g P ( R | N ) + l o g P ( N ) + M
R|N denotes the average data over parametric assignments to N. SSBNSDN comprises a directed acyclic graph (DAG). DAG is composed of a set of nodes, one node is dedicated to each random variable. DAG contains a set of directed edges in additional to a set of conditional probability distributions. Equation (2) defines the conditional probability distribution of each node as a function of its parents.
P ( X i | P a r e n t s ( X i ) )
A conditional probability table (CPT) represents a conditional distribution that gives a distribution for X i for all possible combinations of the parents’ values. Intuitively, the conditional probability for Boolean X i that has k Boolean parents gives up to 2 k different possible rows for all the combinations of the parent values. Each possibility requires a probability of P for X i to be true and a probability of 1 P for X i to be false. The joint probability distribution coan be represented as shown in Equation (3).
P ( X 1 , , X n ) = i = 1 n P ( X i | P a r e n t s ( X i ) )
SSBNSDN utilizes a centralized OpenFlow controller model that establishes a pattern of trust among nodes and also detects untrusted devices for dynamic thresholds. Threshold values are adjusted by the administrator. SSBNSDN classifies the input packets into two classes through filters: safe packets class and unsafe packets. SSBNSDN assumes that if the probability of an IP destination address is greater than a certain threshold it is considered as an unsafe packet, otherwise it is a safe packet. The security evaluation of SSBNSDN is implemented through Python script to add the necessary security functionalities to the current version of the OpenFlow controller. The network attack workloads were FOI datasets. Three different FOIs datasets were used and results were consistent.
Wireshark was used to monitor inbound and outbound packets. The experiments were conducted using a Mininet emulator version 2.1.1+ installed on an Oracle VirtualBox. A VM was connected to the network using network address translation (NAT). Moreover, the SSH facilitates used the VM to run multiple software packages simultaneously. Three different FOI datasets were used. Results were consistent. The OpenFlow controller security features were applied using two different packet filtering techniques: (1) simple packet filtering techniques that use rules to inspect packet properties; and (2) Bayesian network (BN) filters that observe unusual packet patterns in addition to possible DDoS attacks. BN filtering decisions were performed through keeping track of the repeated attacks on the same host or the same IP destination address with a probability value of 0.8. This was assumed to be an indication of attack occurrence. In such situations, the packet pattern was saved in the flow table to be scheduled for dropping. In this article, the Ryu framework was utilized to handle OpenFlow. The Ryu framework has high conformance with OpenFlow configurations. If it was a hit scenario where the packet matches the filtering rules, it was referred to as a green packet, otherwise it was referred to as a red packet.
A BN model starts by inspecting the incoming packets. If the incoming packet matches permission rules in the flow tables, then the packet routes. If the incoming packet does not match any permission rules from the flow tables, then packet filtering is used. If the packet is a safe packet (green packet), the packet goes to packet filtering using a BN classifier. If the packet is a red packet, the flow tables are updated to be eventually discarded.

4. SFBARMASDN Proposed Model

In this section, the proposed model is discussed. The proposed model is referred to as secured feedback control using auto regressive moving average for SDN (SFBARMASDN). SFBARMASDN is based on feedback control theoretic techniques. SFBARMASDN works in two phases. (1) The system identification phase, which is responsible for mathematically modeling the system; and (2) the control law phase that is responsible for detecting the safe and unsafe packet classes based filtering schemes.
Figure 1 depicts the block diagram for the feedback control system utilized by the proposed model SFBARMASDN. SFBARMASDN added security levels to the SDN through filtering based on ARMA approaches. The output was a higher secure system. After a time slot, the system could became vulnerable to attacks and might return back again to the unsecured state. The observer module detected the level of vulnerability and compared the security level to a threshold value. If the value exceeded the threshold value, then controller’s control law took the appropriate action to rectify the malicious behavior.
Figure 2 shows the feedback control system for the SFBARMASDN model. The controller module had a control function that modified the tuning parameter. The actuator module was responsible for executing the appropriate actions based on ARMA approaches. The vulnerable system was referred to as the controlled system module. The observer module was used to detect the current status of the security level of the SDN. The output was fed back to the comparator to be compared to a certain reference value. The reference value was assumed to be 90% in this model.
The system identification phase focused on using linear regression to model SDN elements. The generic time domain of the ARMA model is expressed in Equation (4) in terms of the output of the module, y ( t ) , as a function in the input, x ( t ) . The output was expressed as a series of the inputs. ARMA model had n series of the weighted values of the previous output and m weighted values of input values, as shown in Equation (4). The values of i and j were the index values for the previous output and the input values, respectively.
y ( t ) = i = 1 n a i × y ( t i ) + i = 0 m b j × x ( t j )
In order to ease the mathematical modeling and derivation, a frequency Z-transform version of the ARMA was derived as shown in Equation (5):
H ( z ) = Y ( z ) X ( z ) = j = 0 m b j × z n j z n ( i = 1 n a i × z n i )
SFBARMASDN modeled the SDN using a feedback control system, as shown in Figure 3. The SFBARMASDN model was composed of the security engine that was responsible for maintaining the required security level. The SDN module represented the SDN network that needed to be secured, including the overflow protocol. The observer module represented the sensing element that was responsible for reading the controlled output parameter (COP). SFBARMASDN assumed that COP was the enhanced security level of the system denoted by s i ( t ) . The security engine module computed the tuning parameter of the model, which was the current value of the security level of the system denoted by u i ( t ) . The relationship between s i ( t ) and the u i ( t ) is given by Equation (6) by applying it into the ARMA mathematical model explained in Equation (4). For simplicity, the values of n and m were chosen to be 1 and 0, respectively.
s i ( t ) = a 1 s i ( t 1 ) + b 0 u i ( t )

4.1. SFBARMASDN Control Law and Gain Design

The SFBARMASDN engine module used a proportional integral (PI) controller due to its simplicity. SFBARMASDN used the control law to update the tuning parameter to continuously work on minimizing the current error value in a feedback fashion. The SFBARMASDN control law is given in Equation (7).
u i ( t ) = u i ( t 1 ) + K i e i ( t 1 )
The error value, which was fed as an input to the SFBARMASDN controller, was calculated as a result of the difference between the current reference value and the current level of security level, as shown in Equation (8).
e i ( t ) = r e f i ( t ) s i ( t )
In order to be able to compute a stable gain K, a root locus was used for the appropriate gain selection. The root locus plot is shown in Figure 4. The gain K was chosen to be 0.5 to obtain the closed loop root of 0.47 . Figure 4 shows a plot of the root locus of the system combined with the integral controller. We were seeking a value for the gain K that resulted in poles that were inside the unit circle, causing the closed loop system to be stable. If K resulted in poles that were outside the circle, the system was considered unstable. In fact, when gain K = 0.5 provided stable poles, these were the roots of the root locus.

4.2. SFBARMASDN Transfer Functions

Transfer functions are mathematical models that express the relationship between the outputs and the inputs. Transfer functions are the frequency domain equivalent for the time domain, as described in Equations (9)–(11). Equation (9) is the Z-transform equivalence for Equation (6).
T ( z ) = S i ( z ) U i ( z ) = b 0 z z a i
The controller engine module’s transfer function is shown in Equation (10). The transfer function carries the control law that relates the tuning parameter’s current security level to the error value’s tuning parameter.
G i ( z ) = U i ( z ) E i ( z ) = K i z 1
To compute the aggregated transfer function of the overall system, the result was obtained by multiplying the transfer functions for each module, resulting in Equation (11).
W ( z ) = S ( z ) R ( z ) = K × z × ( z × b 0 ) ( z 1 ) × ( z a 1 ) + K × z × ( z b 0 )
SFBARMASDN used least squares regression to estimate the values of the parameters of the ARMA model a1 and b0. a1 was estimated to be 0.4364, and b0 was estimated to be 0.2897. The goodness of the model was measured using R2. R2 was measured to be 87.5% as an indication of the linearity of the model.
Those transfer functions were used in the Z-transform. The Z- transform was considered as the frequency model of the time domain, which was easier to deal with mathematically. The Z-transform related the output to the input of the system it modeled. The main goal was to design the appropriate gain that resulted in a stable system. The proposed model added feedback that added more control over the desired value of the controlled output parameter using the tuning parameter. The transfer functions shown in Equations (4)–(11) were to design the gain mathematically through the Z-transform mathematical model.
The SFBARMASDN filtering algorithm started by observing the sequence of the packets to make sure that the data were reliable. If the data were stationary, SFBARMASDN calculated the Akaike’s information criterion (AIC). Packets were filtered; if packets passed the selection criteria, then the packets were considered as green packets, otherwise they were considered as red packets and discarded. The flowchart for SFBARMASDN is shown in Figure 5.

5. Experimental Testbed and Results

This section provides the experimental testbed followed by the experimental results.

5.1. Experimental Testbed

SFBARMASDN added a feedback module based on an ARMA regression model that was responsible for adding a security capability to the OpenFlow controller. The added module was responsible for maintaining the required reference value of the security level by computing the overall security in addition to the computation overhead. In order to evaluate the security of the proposed system, a prototype was implemented by adding security capabilities to the existing OpenFlow controller using Python scripts. To simulate attacks, freedom of information (FOI) data sets were used. A Mininet software emulator tool was installed on a Linux machine. Wireshark is a protocol analyzer that was responsible for observing the inbound and outbound packets. The network emulation ran on an HP machine with Intel Core i5-2520M, CPU 2.50 GHz, and RAM 8 GB, running Ubuntu (version 20.04) 64 bits.
In the experimentation setting, attacks varied from 10 to 100 with a step of 10, while the number of packets generated by each attack was set to be 1000. Extensive topologies were used in the experimentation phase. A case study topology that was used for experimentation purposes is shown in Figure 6. The experimental topology was composed of a Ryu SDN controller that was used as an OpenFlow framework. Ryu has high conformance with OpenFlow specifications [15]. The topology consisted of six hosts that were connected to the OpenFlow router. The OpenFlow router was substituted by three types of routers in the experimentation phase. The basic reference OpenFlow, the Bayesian based router SSBNSDN, and the secured feedback model based on ARMA. Capabilities were added to secure the OpenFlow controller. Malicious intruders’ controllers represented the various malicious attacks.
We tested the new model that was based on feedback and the ARMA model based on the topology in Figure 6. We intend to present more complicated topologies, such as OS3E and EU-GÉANT, in future work.

5.2. Experimental Results

In order to evaluate the detection accuracy of the malicious intrusion, SFBARMASDN added security capabilities to the standard OpenFlow controller. SFBARMASDN was compared to both the standard OpenFlow controller and also to the SSBNSDN. We plotted the tuning parameter versus the controlled output parameter, as shown in Figure 7. We increased the packet load regularly every time slot and measured the effect on the controlled output parameter.
The impact of the tuning parameter on the controlled output parameter clearly suggested that a linear model between the control input and the tuning parameter was observed. We measured the regression factor R2, which represented the goodness of the model. A first order auto regression model was fitted to match data using the linear least squares method where the input to the system was the tuning control parameter and the output was the measurement of the secured system output.
The coefficients of the transfer function for various values of the delay are given in Table 1. The tuning parameter was saturated once the number of incoming packets exceeded the controller capacity. The control saturated at zero because it did not make intuitive sense to have a negative number of fake packets allowed to connect to the system. To help prevent saturation from occurring at the bottom, an integral control scheme was chosen. SFBARMASDN assumed that the success rate to filter fake packets to was set to 90%. Figure 8 compares the number of fake packets for the SFBARMASDN and the two reference models: the standard OpenFlow controller and the SSBNSDN. The results showed that SFBARMASDN could detect fake packets with a percentage of 91% as opposed to 88% for the SSBNSDN. Both algorithms outperformed the standard OpenFlow controller as depicted in Figure 8.
Figure 9 shows the comparison of the processing times for the standard OpenFlow, SSBNSDN and the proposed SFBARMASDN. The experiments showed that the percentage of overhead introduced by the SFBARMASDN when compared to the SSBNSDN and the standard OpenFlow was limited to 3% and 5%, respectively. This indicated that the proposed SFBARMASDN did not produce extra overhead when compared to the standard OpenFlow and the SSBNSDN.
SFBARMASDN outperformed both the secured standard using a Bayesian network for SDN (SSBNSDN) and the standard OpenFlow in different scenarios by an average improvement of 7% and 80%, respectively. The processing time overhead for the SFBARMASDN increased by only a percentage of 3% and 5% when compared to the SSBNSDN and the standard OpenFlow, respectively.

6. Conclusions and Future Work

This work proposed a novel model to add extra security capability to the standard OpenFlow controllers in SDN networks. The proposed model is referred to as the secured feedback model using autoregressive moving average (ARMA) for SDN networks (SFBARMASDN). SFBARMASDN added a security capability to the OpenFlow controller through classifying various attacks using packet filters. The filter inspected the properties of the fake packets through feedback control theoretic techniques. SFBARMASDN used ARMA models to filter fake packets and hence improve the security of the OpenFlow. FBARMASDN calculated the Akaike’s information criterion (AIC). Packets were filtered, if packets passed the selection criteria, then the packets were considered as green packets, otherwise they were considered as red packets and discarded. In order to measure the added value for the proposed model. The SFBARMASDN was compared to two reference models. The first reference model was based on Bayesian networking and the second reference model was the standard OpenFlow model. The standard OpenFlow controller optionally implemented transport layer security (TLS).
Extensive experiments were conducted to test the performance of the proposed model. The number of fake packets were measured and compared to two reference models. SFBARMASDN outperformed both SSBNSDN and the standard OpenFlow in different scenarios by an average value of 7%. The processing time overhead was computed. The processing overhead was around 3% for the SFBARMASDN compared to the SSBNSDN. A virtual network was established using an improved version of the Ryu controller to add the security and filtering capabilities. The results were very promising, SFBARMASDN outperformed the reference models with minimum overhead.
In future work we intend to use more complicated topologies to test more complex scenarios for the SFBARMASDN. In addition, artificial intelligence-based techniques could also be utilized for filtering. Another research direction for improvement could be to use the ARMA-based models to improve NOX, POX OpenFlow controllers.

Author Contributions

Data curation, S.A.; Formal analysis, W.H.F.A.; Methodology, H.K.; Software, N.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ARMAAuto regressive moving average;
BNBayesian network;
SFBARMASecured feedback model using autoregressive moving average;
SSBNSecured standard using a Bayesian network.

References

  1. Sjoholmsierchio, M.; Hale, B.; Lukaszewski, D.; Xie, G. Strengthening SDN security: Protocol dialecting and downgrade attacks. In Proceedings of the 2021 IEEE 7th International Conference on Network Softwarization (NetSoft), Tokyo, Japan, 28 June–2 July 2021; pp. 321–329. [Google Scholar]
  2. Aly, W.H.F. LBFTFB fault tolerance mechanism for software defined networking. In Proceedings of the 2017 International Conference on Electrical and Computing Technologies and Applications (ICECTA), Ras Al Khaimah, United Arab Emirates, 21–23 November 2017; pp. 1–5. [Google Scholar]
  3. Aly, W.H.F. A novel fault tolerance mechanism for software defined networking. In Proceedings of the 2017 European Modelling Symposium (EMS), Manchester, UK, 20–21 November 2017; pp. 233–239. [Google Scholar]
  4. Aly, W.H.F. A Novel Controller Placement Technique for SDNs using Petri-Nets. In Proceedings of the 2020 PMU International Conference on Industrial Revolution 4.0 in Computing, Mobility, and Manufacturing (CMM 2020), Al Khobar, Saudi Arabia, 8–10 December 2020. [Google Scholar]
  5. Aly, W.H.F. A New Controller Placement Technique using Colored Petri-Nets Modelling for SDNs. In Proceedings of the 2020 IEEE Intl Conf on Parallel & Distributed Processing with Applications, Big Data & Cloud Computing, Sustainable Computing & Communications, Social Computing & Networking (ISPA/BDCloud/SocialCom/SustainCom), Exeter, UK, 17–19 December 2020; pp. 941–947. [Google Scholar]
  6. Aly, W.H.F.; Kotb, Y. Towards SDN fault tolerance using petri-nets. In Proceedings of the 2018 28th International Telecommunication Networks and Applications Conference (ITNAC), Sydney, Australia, 21–23 November 2018; pp. 1–3. [Google Scholar]
  7. Aly, W.H.F.; Al-anazi, A.M.A. Enhanced CONTROLLER Fault Tolerant (ECFT) model for software defined networking. In Proceedings of the 2018 Fifth International Conference on Software Defined Systems (SDS), Barcelona, Spain, 23–26 April 2018; pp. 217–222. [Google Scholar]
  8. Bholebawa, I.Z.; Dalal, U.D. Performance analysis of SDN/OpenFlow controllers: POX versus floodlight. Wirel. Pers. Commun. 2018, 98, 1679–1699. [Google Scholar] [CrossRef]
  9. Aly, W.H.F. Generic controller adaptive load balancing (GCALB) for SDN networks. J. Comput. Netw. Commun. 2019, 2019. [Google Scholar] [CrossRef] [Green Version]
  10. Aly, W.H.F. Controller adaptive load balancing for SDN networks. In Proceedings of the 2019 Eleventh International Conference on Ubiquitous and Future Networks (ICUFN), Zagreb, Croatia, 2–5 July 2019; pp. 514–519. [Google Scholar]
  11. Cai, Z.; Hu, C.; Zheng, K.; Xu, Y.; Fu, Q. Network Security and Management in SDN. 2018. Available online: https://www.hindawi.com/journals/scn/2018/7928503/ (accessed on 1 January 2022).
  12. Wang, Y.; Liu, S.; Zhang, S.; Huang, Y.; Fan, K. A filter algorithm based on ARMA model to suppress the influence of atmospheric disturbance in laser straightness measurement. In Proceedings of the Tenth International Symposium on Precision Engineering Measurements and Instrumentation, SPIE, Kunming, China, 8–10 August 2019; Volume 11053, pp. 667–675. [Google Scholar]
  13. Chica, J.C.C.; Imbachi, J.C.; Vega, J.F.B. Security in SDN: A comprehensive survey. J. Netw. Comput. Appl. 2020, 159, 102595. [Google Scholar] [CrossRef]
  14. Meng, W.; Choo, K.K.R.; Furnell, S.; Vasilakos, A.V.; Probst, C.W. Towards Bayesian-based trust management for insider attacks in healthcare software-defined networks. IEEE Trans. Netw. Serv. Manag. 2018, 15, 761–773. [Google Scholar] [CrossRef] [Green Version]
  15. Fernandez, C.; Muñoz, J. Software Defined Networking (SDN) with Open Flow 1.3, Open vSwitch and Ryu, (June 2010); UPC Telematics Department: Barcelona, Spain, 2016; Volume 183. [Google Scholar]
  16. Li, W.; Meng, W.; Kwok, L.F. A survey on OpenFlow-based Software Defined Networks: Security challenges and countermeasures. J. Netw. Comput. Appl. 2016, 68, 126–139. [Google Scholar] [CrossRef]
  17. Tseng, Y.; Zhang, Z.; Naït-Abdesselam, F. ControllerSEPA: A security-enhancing SDN controller plug-in for OpenFlow applications. In Proceedings of the 2016 17th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT), Guangzhou, China, 16–18 December 2016; pp. 268–273. [Google Scholar]
  18. Song, P.; Liu, Y.; Liu, T.; Qian, D. Controller-proxy: Scaling network management for large-scale SDN networks. Comput. Commun. 2017, 108, 52–63. [Google Scholar] [CrossRef]
  19. Xiong, B.; Yang, K.; Zhao, J.; Li, W.; Li, K. Performance evaluation of OpenFlow-based software-defined networks based on queueing model. Comput. Netw. 2016, 102, 172–185. [Google Scholar] [CrossRef]
  20. Silva, L.; Gonçalves, P.; Marau, R.; Pedreiras, P.; Almeida, L. Extending OpenFlow with flexible time-triggered real-time communication services. In Proceedings of the 2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA), Limassol, Cyprus, 12–15 September 2017; pp. 1–8. [Google Scholar]
  21. Watashiba, Y.; Ichikawa, K.; Iida, H.; U-Chupala, P.; Date, S. Application-aware network: Network route management using SDN based on application characteristics. CSI Trans. ICT 2017, 5, 375–385. [Google Scholar]
  22. Qiu, X.; Zhang, K.; Ren, Q. Global Flow Table: A convincing mechanism for security operations in SDN. Comput. Netw. 2017, 120, 56–70. [Google Scholar] [CrossRef]
  23. Craig, A.; Nandy, B.; Lambadaris, I.; Koutsakis, P. Bloomflow: Openflow extensions for memory efficient, scalable multicast with multi-stage bloom filters. Comput. Commun. 2017, 110, 83–102. [Google Scholar] [CrossRef] [Green Version]
  24. Agborubere, B.; Sanchez-Velazquez, E. Openflow communications and tls security in software-defined networks. In Proceedings of the 2017 IEEE International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData), Exeter, UK, 21–23 June 2017; pp. 560–566. [Google Scholar]
  25. Sophakan, N.; Sathitwiriyawong, C. Securing OpenFlow Controller of Software-Defined Networks using Bayesian Network. In Proceedings of the 2018 22nd International Computer Science and Engineering Conference (ICSEC), Chiang Mai, Thailand, 21–24 November 2018; pp. 1–4. [Google Scholar] [CrossRef]
Figure 1. Block diagram for the feedback control system for the SFBARMASDN model.
Figure 1. Block diagram for the feedback control system for the SFBARMASDN model.
Electronics 11 01513 g001
Figure 2. Feedback control system for the DFBCP model.
Figure 2. Feedback control system for the DFBCP model.
Electronics 11 01513 g002
Figure 3. Modeling the SFBARMASDN using feedback system.
Figure 3. Modeling the SFBARMASDN using feedback system.
Electronics 11 01513 g003
Figure 4. Root locus for the SFBARMASDN model.
Figure 4. Root locus for the SFBARMASDN model.
Electronics 11 01513 g004
Figure 5. SFBARMASDN filtering.
Figure 5. SFBARMASDN filtering.
Electronics 11 01513 g005
Figure 6. Experimental topology.
Figure 6. Experimental topology.
Electronics 11 01513 g006
Figure 7. Response of the controlled output parameter to step changes in the tuning parameter.
Figure 7. Response of the controlled output parameter to step changes in the tuning parameter.
Electronics 11 01513 g007
Figure 8. Comparison of the fake packets detected for the standard OpenFlow, SSBNSDN, and SFBARMASDN.
Figure 8. Comparison of the fake packets detected for the standard OpenFlow, SSBNSDN, and SFBARMASDN.
Electronics 11 01513 g008
Figure 9. Comparison of the processing time among the standard OpenFlow, SSBNSDN, and SFBARMASDN.
Figure 9. Comparison of the processing time among the standard OpenFlow, SSBNSDN, and SFBARMASDN.
Electronics 11 01513 g009
Table 1. Models coefficient and fits for W(z) transfer function.
Table 1. Models coefficient and fits for W(z) transfer function.
DelayR2a1b0
075.20.1670.078
184.50.29630.1193
286.20.32350.1084
387.50.43640.2897
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Aly, W.H.F.; Kanj, H.; Mostafa, N.; Alabed, S. Feedback ARMA Models versus Bayesian Models towards Securing OpenFlow Controllers for SDNs. Electronics 2022, 11, 1513. https://doi.org/10.3390/electronics11091513

AMA Style

Aly WHF, Kanj H, Mostafa N, Alabed S. Feedback ARMA Models versus Bayesian Models towards Securing OpenFlow Controllers for SDNs. Electronics. 2022; 11(9):1513. https://doi.org/10.3390/electronics11091513

Chicago/Turabian Style

Aly, Wael Hosny Fouad, Hassan Kanj, Nour Mostafa, and Samer Alabed. 2022. "Feedback ARMA Models versus Bayesian Models towards Securing OpenFlow Controllers for SDNs" Electronics 11, no. 9: 1513. https://doi.org/10.3390/electronics11091513

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop