Abstract

This article presents the potential of using Multipath Transmission Control Protocol for limiting the energy consumption in 5G network. The number of errors occurring during packet transmissions and in effect the number of retransmissions affect the consumption of energy by the devices in the network. The paper analyzes the potential energy savings from implementing an algorithm for detecting problems and predicting the future retransmissions. Although this is the main object of the paper, it must be emphasized that the proposed method also allows increasing the speed of transmission and improving the security of the data and it is easy to implement in 5G networks.

1. Introduction

A general opinion on the 5G network is that this technology could not be used in the near future, mostly due to the fact that the business segment remains unprepared for its implementation. Lots of GSM/3G/LTE operators have invested much in their infrastructure and what they now focus on is the return on this investment.

In a technical aspect, 5G networks are defined by the following parameters [1, 2]:(i)1 millisecond end-to-end round trip delay (latency).(ii)1000x bandwidth per unit area.(iii)10–100x number of connected devices.(iv)(Perception of) 99.999% availability.(v)(Perception of) 100% coverage.(vi)90% reduction in network energy usage.(vii)Up to ten-year battery life for low power, machine-type devices.

Only a network meeting these provisions can be called a 5G network. An additional parameter is a new radio interface [1, 35]. The ability to work with more than one radio transmitter/receiver, called MIMO (multiple-input, multiple-output) [13, 6, 7], is also very important. Moreover, it is often postulated that 5G network should be able to coexist with the old network. It should use Ethernet protocols and treat the old network as a backup [1]. It is essential for critical infrastructures, where the reliability of the network is a top priority [8].

One of the existing technologies which can be taken into account for cross-layer optimization for 5G network communications and which is able to use MIMO as well as the existing infrastructure, is MultiPath Transmission Control Protocol (MPTCP in short). MPTCP technology allows using all the existing links to provide one stable and fast connection between two points of communication. The fact of using more than one connection in 5G network is something which does not neglect the MPTCP technology but can lead to limiting the energy consumption, which can be achieved by reducing the amount of retransmissions.

No less important than the reliability of 5G network is its speed. In order to eliminate the problems with delays in MPTCP, fuzzy logic can be applied, especially Ordered Fuzzy Numbers (OFN in short, called in some papers Kosinski’s Fuzzy Numbers), for predicting problems in the network [9, 10]. This will allow predicting errors in the network and deciding on using a different link.

Current State of Research. MPTCP is not widely used today. The best known user of this technology is Apple company, which has implemented it in its IPad and IPhone devices. Most research on this solution focuses on the ability to maintain a stable connection between two points by the use of different links [11, 12], while the issues concerning Ordered Fuzzy Numbers are mostly investigated by the coworkers of professor Kosínski [9, 10]. However, by far no research has been performed on the usability of OFN as a means for predicting the increase in bit error rate in TCP (Transmission Control Protocol) transmission, which could allow for decreasing the number of retransmissions of packets. This paper aims to analyze this new practical application of OFN solution combined with MPTCP technology for limiting the consumption of energy during the transmission of data.

The following section of the paper describes MPTCP technology in regard to its features and implementation status. Section 3 describes OFN and their applicability in 5G network along with the MPTCP technology, for the purpose of limiting the energy consumption. The recapitulation of the paper covers conclusions and final remarks.

2. Multipath TCP

Prior to presenting the MPTCP technology, it is necessary to first introduce the concept of TCP [13], which is used for transferring data between the processes running on different machines. TCP can send data in two directions between two hosts. A unique identifier of the TCP connection is two pairs of values (one for each side of the connection)—IP and port number. By using checksums and sequence numbers, TCP provides a complete and orderly data exchange for higher layer applications. The header presented in Figure 1 contains all necessary details to establish a connection.

Before the application starts transmitting the information, it is necessary to exchange the initialization data, as presented in Figure 2. Host A sends a segment with set SYN flag, and then host B confirms receiving the packet and sends back SYN and ACK flag. Finally, host A sends an empty segment, with only ACK flag [13].

TCP connections cannot move from one IP address to another. When a PC switches from Ethernet to Wi-Fi, it is assigned a different IP address. Thus, all the existing TCP connections must be shut down and reestablished.

MPTCP is a set of extensions to the specification of TCP which allows the client to establish multiple connections using different network cards with the same destination host. This way fault-tolerant and efficient data connections are maintained between the hosts that are compatible with the existing network infrastructures.

The main goal of this solution is to enable using multiple network paths for a single connection as presented in Figure 3. Its another advantage is that it increases the throughput of transport connections. This approach also allows controlling effectively the congestion between the network paths. Simultaneous use of MPTCP must not hinder the connectivity on a path where regular TCP works [1416].

MPTCP is located at the transport layer and it aims to be transparent to both higher and lower layers, as presented in Figure 4. It is an additional function of higher layers of TCP standard.

New connection of MPTCP is established in the same way as a standard TCP, which is presented in Figure 5. However, the protocol is enhanced by a new feature. MP_CAPABLE option informs both hosts if the MPTCP connection can be established and if the data can be transmitted.

Nowadays, establishing a new connection is complicated by middle boxes (switches, routers). A pair (IP, port) of source and destination hosts is not sufficient for identifying the connection. Therefore, MPTCP extended its functionality with an additional option—MP_JOIN. Adding a new subflow is made in three steps presented in Figure 6.

First, MP_JOIN option provides a token which is generated with the key (truncated hash of the key), formed during the initial connection. The exchange of HMAC (hash-based message authentication code) is the second step.

Now that the subflows have been established, MPTCP can use them to exchange data. Each host can send data over any of the established subflows. Furthermore, Figure 7 presents that the data transmitted over one subflow can be retransmitted on another to recover from losses.

Standard TCP “subflow sequence number” supports the reception of a single subflow and ensures detecting any loss of data. MPTCP uses “data sequence number” to sort the received data before passing them to the application [15]. MPTCP header is presented in Figure 8. When the source host wants to inform the destination host that it has no more data to send, it signals this fact with “Data FIN.” It has the same semantics and behavior as a regular TCP FIN, but at the connection level.

In general, the users connect to the Internet on their smartphones via Wi-Fi or 3G, but not by both at the same time. If TCP’s connection fails for some reason, it must be reestablished. MultiPath TCP avoids this situation by dynamically switching to the link, so the user does not waste time for reconnecting. It may also select the optimum speed.

The first mobile system that has been supporting MPTCP [16] is iOS 7. It ensures an uninterrupted transmission when one connection is defective or the connection is aborted. At the moment, MPTCP is used only for data transfers of Siri. Siri is an intelligent personal assistant which facilitates numerous actions of the users according to their wish. It allows them to send messages, schedule meetings, make phone calls, and perform many other tasks using voice commands. It is much likely that this option will be extended to the entire operating system.

MPTCP is able to increase the security level of the transmitted data by using many different links to reach the destination, in contrast to the present methodology, which is based only on network protection [1719] and securing of possibility of connection into this network [20, 21]. The transmitted data are treated as raw binary data, which can be divided into blocks and passed to the transmission layer. With regard to protecting the data from being sniffed by a hacker, the author proposes an extended algorithm [22], which consists of the following steps:Step : the data are divided into blocks,Step : the data obtain a special sequence number, DSN, Data Sequence Number,Step : the blocks are collected in a random sequence,Step : the data are encoded,Step : the blocks of data are passed to MPTCP socket, which will transmit them to their destination,Step : the receiver side collects the blocks of data,Step : the data are decrypted,Step : the receiver side connects the blocks of data in the right order.Table 1 presents transfer time for various file sizes, using two combinations of different links:(i)Wi-Fi in three speed variants: 54, 22, and 11 Mbps, with 3G as a secondary link,(ii)Wi-Fi in three speed variants: 54, 22, and 11 Mbps, with LTE in three different speed variants: 150, 50, and 5 Mbps, as a secondary link.

These results demonstrate the possibilities of transferring data using the proposed algorithm in many common situations, where mobile user does not get his full transfer speed. Such situation may occur in many places due to the specificity of building construction and network overload.

Table 2 presents statistical results of 1 MB data packet transfer over various connection types. As it can be noticed, the packet count transferred over different connection types depends on the connection speed and can be changed in an adaptive way.

3. OFN for 5G Network

In common sense, the term “fuzzy” refers to the situation where some precise data, like metric values or exact quantity of objects, cannot be given. Instead, words like “less,” “a little,” and “some” are used. Such verbal description of the reality is specific for the branch of artificial intelligence called fuzzy logic. The concept was developed by American professor of Columbia University in New York City and Berkeley University in California, Zadeh, who published a paper “Fuzzy Sets” in “Information and Control” journal in 1965 [23]. He defines the term of a fuzzy set, which allows describing imprecise data by means of values from the interval . A number assigned to the set defines its degree of membership in this set. In his theory Zadeh used a three-valued logic, which was defined 45 years earlier by Polish researcher Łukasiewicz [24]. The next important step in the history of this branch of science was the introduction of L-R representation of fuzzy numbers, proposed by Dubois and Prade [2527]. One of the less-known methods of generalization of fuzzy logic in a concept developed by Kosiński [28] and his coworkers, called Ordered Fuzzy Numbers, and it allows linking the change of trend to a fuzzy number.

The first attempt to describe the new operations on fuzzy sets was undertaken in early 1990s by Kosiński and Słysz [29]. Further studies of Kosiński, published in cooperation with Prokopowicz and Ślęzak, led to the introduction of the Ordered Fuzzy Numbers model, OFN [3032], as follows.

Definition 1. An ordered fuzzy number is an ordered pair of functionswhere : are continuous functions.

Respective parts of the functions are called part up and down and are presented in Figure 9. Figure 10 presents the OFN in a way referring to fuzzy numbers.

The continuity of the two parts called UP and DOWN shows that they are limited by a specific range. This range has been defined by the following values:If both functions within the fuzzy number are continuous, then their inverse functions and are defined by their limits UP and DOWN. On this assumption the following equations are valid:If a constant function equal to 1 is added within the interval , then the result is functions UP and DOWN in one range (Figure 9, where and ), which may be treated as a carrier. Thereby, the function of membership in the fuzzy set is defined on set by the following formulas:The fuzzy set defined in the aforementioned way acquires an additional parameter, order, whereas the following interval is the carrier:The limit values for UP and DOWN functions areIn general, it can be assumed that Ordered Fuzzy Numbers take a form of a trapezoid. Each OFN can be defined by four real values:Figure 11 presents a sample of Ordered Fuzzy Numbers, including their characteristic points in a positive and negative order.

Functions , correspond to parts and , respectively, which givesOrientation corresponds to the order in graphs and .

Definition 2. A membership function of an ordered fuzzy number is the function defined for as follows: Thus defined membership function can be applied for setting control rules in a similar way in classic fuzzy numbers. All quantities that can be found in fuzzy control describe a selected part of the reality. The process of determining this value is called fuzzy observation.

Definition 3. Reversal of the orientation of the ordered fuzzy number is the replacement of the part up (function ) with part down (function ). This operation is described as follows:where means an ordered fuzzy number defined by the pair of functions , is a result of the operation of reversal of the OFN orientation, and Sign “” is a symbol of a reversed orientation of OFN. The number obtained in that way is called a reversed OFN or a reversed orientation number.

One of the most remarkable notations interpreting ordered fuzzy number is a set of key points:Basic arithmetic operations, where ordered fuzzy number is a pair of affine functions and is another pair of affine functions, relate to the following formulas:(i) addition: ,(ii) scalar multiplication: ,(iii) subtraction: ,(iv) multiplication: ,As it was presented in Section 2, the MPTCP technology could be used for providing better network security in relation to such parameters as the destination reachability and network reliability. Of course, the transmission in all channels may generate some errors which require packet retransmission. This data retransmission will be made over the same channel in which the error occurred.

When the number of retransmissions rises, the energy consumption is increasing as well. The application of OFN could speed up the decision to change the data transmission path, which allows decreasing the number of transmission errors. OFN allow predicting data loss in the currently used channel and can also help make a decision to retransmit the packet faster and limit the number of retransmissions as well. Lowering the number of retransmissions allows limiting the energy consumption.

3.1. OFN for Errors Prediction

In this section the algorithm which uses OFN for detecting potential problems is described. The algorithm measures a TCP retransmission in all the used channels during the transmission and provides it in a percentage value of the transmitted packets. This measure is made both in a given period of time—a timeslot—and continuously. Four timeslots of the continuous measure could be defined in time:where is a current timeslot.

These four results together give a fuzzy number in OFN notation, where(i) respond to ,(ii) respond to ,(iii) respond to ,(iv) respond to .This fuzzy number in OFN notation is presented in Figure 12.

The definition of fuzzy observation of the connection used is as follows.

Definition 4. Fuzzy observation of connection in time is a setwhere, timeslot of the measurementThis provides Lemma 5.

Lemma 5. One hasin another situation .

According to this definition, the counters of retransmissions in the links during the connection observation should give(i)positive order of OFN when the packet retransmission count increases,(ii)negative order of OFN when the packet retransmission count decreases.The four measurements performed during the data transfer allow preparing fuzzy number in OFN notation. This gives a fuzzy observation of the MPTCP connections, defined as follows.

Definition 6. Fuzzy observation of the MPTCP connections is described by the following formula:where describes the impact on all connections.

According to Definition 2, it is possible to define the MPTCP scheduler using OFN.

3.2. The Algorithm of OFN Scheduler

The algorithm with application of OFN for predicting transmission errors in MPTCP transmission consists of four steps.

Step 1. The administrator declares the start value for and for all MPTCP links, where describes the impact of errors on all connections and describes the load of the whole data which should be sent by the connections when the transmission starts. is expressed in percentage rate.

Step 2. The amount of packets which will be transferred over each connection during each timeslot is calculated using the following formula:

Step 3. During the transmission the fuzzy observation of connection is calculated for each connection according to data retransmissions and fuzzy observation of MPTCP is calculated according to the given definition.

Step 4. When the calculated is positive and it is higher than the acceptance level , it means that the number of errors is increasing on this connection. In this situation for the given connection will be changed according to the following formula:

When the calculated is negative, the number of errors is decreasing on this connection. In this situation the for given connection will be changed according to the following formula:

The is a value which describes how fast the system should stop using the connection in which the amount of errors increases. This value should be also declared by the network administrator.

3.3. Simulation Test Results

In order to check a MPTCP scheduler with OFN, a simulation was performed.

The system was designed with two connection links: Connections 1 and 2, labeled and , with maximum speed 100 Gbit/s. The parameters of the algorithm were declared as follows:(i)the corrector for the links ;(ii)acceptance level ;(iii)load balance on start for connection was ;(iv)load balance on start for connection was ;(v)the timeslots used were 60 seconds.Table 3 presents the results of the used algorithm dependently on the number of errors during the data transfer. The fuzzy observation of the link gives OFN numbers and .

As it can be observed, after the 4th measure the OFN numbers is generated and exceeds the acceptance level, so OFN scheduler algorithm changes the load balance for the transmission, as it is presented in Table 4.

The total number of packets passed to the connections changes during the timeslots according to the load balance set at the beginning of the test. This affects the number of packets transferred through the connections and, depending on the error level on the link, provides different number of errors. In the simulation there were 40000 packets passed to the link. Table 5 presents the numbers of errors in the connections with and without OFN scheduler in MPTCP. As it can be noticed, the total number of errors without OFN scheduler is higher than in the variant using this solution.

3.4. The Evidence for an Effect on Energy Consumption

The main goal of this paper is to analyze the effect of the proposed solution on the energy consumption. As it can be noticed, the system of transmission itself consumes much power. For instance, sending data packets over radio network in smartphones drains their batteries, while nowadays there are many processors available described as Low Energy Usage.

The presented algorithm does not require any complex calculations, so it does not cause any significant power dissipation. Rather than that, the problem is the energy consumption by the system of transmission. The process of sending data is power-consuming not only for the sender device, but also for the entire IT system. This system in the case of 5G networks comprises numerous devices: transmitters, switchers, and routers. Each of these devices on the packet’s path uses energy. In a case where the packet is retransmitted the total energy consumption is even higher as(i)the receiver has to realize that a problem with the received data occurred and, for example, recalculate the CRC checksum;(ii)the receiver has to send the information to the sender about the problem with transmission;(iii)the sender has to send the data again.

As it was described above, in the case of retransmission, the data is sent twice, and, moreover, additional data concerning the problem is transmitted over the network, which means that the system is used thrice.

The analysis of the proposed algorithm allows concluding that implementing simple calculations and making optimal decisions by the sender faster contributes to more efficient power management in the whole IT ecosystem.

4. Conclusions

In this article, a special algorithm for mobile connections, applicable in 5G network, was introduced. For this algorithm a MPTCP concept was used and the energy consumption as well as the security aspect were developed by a special usage of fuzzy observation of the errors in the transmissions.

The presented new concept of MPTCP scheduler combined with OFN was tested during a data transmission simulation. As it was presented in the previous section, the proposed algorithm allows reducing the number of retransmissions, as less packets are transferred over the connection link in which some problems are detected. Such application of MPTCP allows limiting the energy consumption by decreasing the amount of data which has to be transmitted. This is a possible usage of OFN for improving the existing solutions like MPTCP in a simple way, without any complicated algorithm requiring a high level processor performance. This is very important for the 5G network, in which the speed and power consumption is a given parameter.

As it was mentioned in the introduction, there are numerous configurations in which not only 5G, but also the existing infrastructure will be used. In this situation there will be more than one connection to the same destination. For this reason, the MPTCP with OFN could give a valuable solution in critical network connections. The presented algorithm is able to provide a better energy management and higher transmission security and reliability without generating higher costs in the implementation process [3335].

Competing Interests

The author declares that there is no conflict of interests regarding the publication of this paper.