Abstract

Future distributed data networks are expected to be assisted by users cooperation and coding schemes. Given the explosive increase in the end-users’ demand for download of the content from the servers, in this paper, the implementation of instantly decodable network coding (IDNC) is considered in full-duplex device-to-device (D2D) cooperative fog data networks. In particular, this paper is concerned with designing efficient transmission schemes to offload traffic from the expensive backhaul of network servers by employing IDNC and users cooperation. The generalized framework where users send request for multiple packets and the transmissions are subject to erasure is considered. The optimal problem formulation is presented using the stochastic shortest path (SSP) technique over the IDNC graph with induced subgraphs. However, as the optimal solution suffers from the intractability of being NP-hard, it is not suitable for real-time communications. The complexity of the problem is addressed by presenting a greedy heuristic algorithm used over the proposed graph model. The paper shows that by implementing IDNC in a full-duplex cooperative D2D network model significant reduction in the number of downloads required from the servers can be achieved, which will result in offloading of the backhaul servers and thus saving valuable servers’ resources. It is also shown that the performance of the proposed heuristic algorithm is very close to the optimal solution with much lower computational complexity.

1. Introduction

With the modern advancements of wireless communications, wireless networks have seen an explosion in data traffic over the past decade [1]. This rapid demand for more data is largely attributed to video and multimedia streaming, where it is expected that three-fourths of data traffic will be consumed by video [1, 2]. To compound this further, it is expected that the next generation of wireless networks will encapsulate the new paradigm of the Internet of things (IoT). This concept moves to further integrate more and more devices into communication networks, where it is foreseen that the IoT will add a further 50 billion heterogeneous wireless devices by 2020 [1]. Consequently, this growing demand puts further pressure on data networks, where the offloading of the servers becomes an increasingly important problem.

This ever-growing demand for real-time data, where users expect to maintain their quality-of-experience, has led to much research to address the data networks backhaul problem. Multiple areas of research have shown promising methods to deal with this problem; one such option is to distribute the data closer to the users with improved redundancy [37]. The idea of distributing resources to the edge of a network is known as “fog” networking [8]. Fog networking is motivated by distributing the “popular” content that is demanded by the end-users closer to the edge of the network or even the end-Users. It is expected that with the proactive (i.e., without the end-users request) diffusing of the popular content from large network backhauls and distributing it in a “fog” of low-cost geographically close caches to the end-users will help to serve user download requests, in turn dramatically improving the network performance and quality-of-service [9]. Using this approach not only can the users’ requests be immediately and efficiently addressed, but also the access to the backhaul could be significantly offloaded [1012].

In addition to distributing the data, with the rapid increase in the number of wireless devices, there are more and more devices in each others proximity. These wireless devices can form an autonomous cooperative local network in a “geographically close” region where they can communicate and share files without the need for a centralized server. For example, this scenario may occur when coworkers are using wireless devices to update files stored in the cloud (e.g., Dropbox), or when users, in the subway, are interested in watching the same trending and popular video. Under these conditions, the benefits of communicating over a local network can be utilized to not only reduce the users’ download time but also offload the backhaul of the data network (i.e., minimizing the download from it).

Furthermore, network coding (NC) as an efficient approach to further assist and improve the offloading of the backhaul servers while providing a faster and more reliable service to the users has attracted interest in recent years. NC, initially introduced in [13] by Ahlswede et al., can help in offloading of the backhaul servers in the considered distributed cooperative data network scenario by maximizing the number of served users in one transmission through users cooperation as well as coded servers transmissions, thus maximizing the backhaul offloading. In general, NC can be defined as a communication technique where information is encoded at the transmitter or the intermediate nodes in the network and then decoded by the users. NC has shown the ability to improve throughput, reduce delays, and provide more robust networks [1418].

Multiple areas of study have focused on various types of network coding, where this paper will focus on opportunistic network coding (ONC) [19], in particular instantly decodable network coding (IDNC) [14]. This technique has recently gained much attention due to its instant decodability (as the name suggests) by using a simple XOR operation that results in reducing the computational complexity of the decoding at the end-users. It also provides a significant benefit to real-time communications, where studies in [4, 14, 20, 21] show through heuristic algorithms utilizing IDNC results in significant performance improvements over uncoded transmissions in both centralized point-to-multipoint (PMP) and decentralized network settings.

Although much work has focused on implementing IDNC in various network models, the studies have focused on centralized PMP and noncooperative scenarios. Only limited results exist on implementing IDNC in a cooperative setting where there is a focus on reducing the number of downloads required from the backhaul servers. For instance, the authors’ previous work [22] considers the problem of designing network coding schemes for cooperative fog networks with a somewhat limited set of numerical analysis and under simplified assumptions such as single file request from the users as well as the case with no channel erasures. A generalized network coded cooperative D2D-enabled fog architecture under more realistic assumptions (i.e., multiple file requests from the users over multiple time epochs as well as channel erasures in the users-to-users and servers-to-users transmission links) is considered in this paper, where an attractive solution that aims to minimize the number of downloads from the backhaul servers in a cooperative fog data network is presented. More specifically, this paper aims to address the following question: How should files be encoded (using IDNC) amongst users in generalized cooperative D2D-enabled transmissions over multiple time epochs, such that the remaining requests from the users (if any) can be delivered (employing IDNC) with a minimum number of transmissions from the backhaul servers?

To address the question above, in this paper we have utilized the stochastic shortest path (SSP) technique to study the maximum backhaul offloading problem in the cooperative network coded fog data networks. The problem is first modelled using graphical representation proposed in [22], namely, the IDNC graph with induced subgraphs. This graph representation overcomes the limitations of the conventional graphical representation [23], as it is not compatible to implement with a system model having full-duplex communications and the additional constraints that arise from D2D-enabled communications. With this graph modelling of the system, the optimal solution is formulated using the SSP technique and shown to be NP-hard and not applicable for real-time applications [24]. As the optimal solution is NP-hard, a greedy heuristic algorithm is proposed, employing a maximum weighted vertex search over the graph model. Simulation results show that the proposed algorithm significantly outperforms the conventional uncooperative IDNC approach in reducing the downloads required from the servers of the cooperative fog data networks.

The main contributions of the paper can be summarized as follows:(i)We solve the backhaul servers offloading problem in generalized network coded cooperative fog data networks by utilizing the IDNC graph with induced subgraphs as well as the SSP technique under the general assumptions where users can demand multiple files over multiple time epochs and the users and servers wireless channels are subject to erasures. This, to the best of our knowledge, did not exist in the literature before.(ii)After theoretically formulating the maximum offloading problem in the generalized network coded cooperative fog data networks and guided by the properties of the optimal solution, we present a computationally simple heuristic graph-based algorithm to find network coded transmissions amongst the users and from the servers that efficiently reduce the number of transmissions required from the network servers.(iii)We also present the complexity analysis of the proposed heuristic algorithm and the optimal solution and show that the complexity of the proposed algorithm is much lower than the optimal solution.(iv)We then assess the performance of the proposed algorithm through extensive simulations as well as comparison with the optimal performance. The simulations and comparison results confirm the effectiveness of the proposed algorithm and the fact that its performance is very close to the optimal performance.

The organization of the paper is as follows: System model and mathematical notation are presented in Section 2. In Section 3, the SSP-based problem formulation for the generalized cooperative fog data network model is proposed. Then the proposed heuristic algorithm is provided in Section 5. The simulation results and complexity analysis are presented in Sections 6 and 7, respectively. Lastly, the paper is concluded in Section 8.

2. System Model

A distributed wireless data network model is illustrated in Figure 1. In this model, there is a set of users defined as . In the system model, the assumption is made that all users are capable of full-duplex communications. The users will request to receive some files from a library of files defined as with files that are collectively stored at the servers. The servers are defined in the set with servers. All servers are assumed to have full coverage, where the users in the coverage area are denoted by and must satisfy . The model shows a distributed setting where the users are in coverage of multiple servers. Also in the model, multiple proximity networks (possibly Wi-Fi or LAN) are shown, where the users are capable of full-duplex cooperative D2D communications. The proximity regions are therefore defined as the proximity set with proximity-enabled D2D communication networks. The proximity networks contain a subset of the users in , defined as , that is, the users in the coverage area of the proximity-enabled network . It is assumed that there is no overlap of the users in each proximity set; that is, the users in each proximity network that are “geographically close" can communicate locally but not outside this network. Unlike previous works [22, 23] that consider ideal transmissions amongst the users and from the servers, in this manuscript, we have made the more realistic assumption that the users-to-users and servers-to-users’ communications links are subject to random erasure.

In order to leverage IDNC, it is assumed that the users have received files in previous time epochs, where a user has partially downloaded some of the files from a transmitted frame which constitutes the users Has set . This first phase of the transmission is known as the initial transmission phase. During the initial transmission the servers will attempt to serve all files to the users in the network; following this initial transmission some users will have received only a portion of the files requested due to channel erasure. Furthermore, the remaining files wanted by user in the frame form the user’s Wants set, denoted as . The remaining files (if any) that are neither in the users Wants or Has sets are defined as the users Lacks set by . Similarly, the servers will store a subset of the files in ; however the union of all files at the servers should contain the complete set of (with possible repetition). Here, a server’s Has set is defined as . It is assumed that the servers will maintain a global knowledge of the system state during the initial transmissions; that is, the users will respond with positive/negative feedback depending whether the user receives their files successfully or not. At completion of this phase the system will move into the recovery transmission phase.

IDNC can now be utilized to exploit users’ side data to optimize the transmissions in the current time epoch, where there is now the possibility for IDNC transmissions with cooperative D2D communications supported by the servers. With the servers now aware of the state of the network, the servers will generate a state feedback matrix (SFM) to represent the network state. The SFM is generated as follows; generate the matrix where The SFM is generated for the recovery transmission phase and is shown in (1). Finally, when channel erasure is considered the probability of erasure between the receiving user and the transmitter (either user or server ) is defined as (also define ).

3. Problem Formulation

As discussed earlier, we consider the backhaul offloading maximization problem in cooperative fog data networks where the users in the network may demand multiple files and the recovery transmissions can occur over multiple time epochs. The network state is considered to be known after the initial transmission phase. The model will allow for D2D communications to take priority, where all remaining requests will be transmitted by the servers on orthogonal channels (assuming the servers have unlimited capacity). In this model, it is also assumed that the recovery transmissions (both users-to-users and servers-to-users transmissions) will be subject to erasures (i.e., for the probability of channel erasure to occur during any transmission).

4. IDNC Graph with Induced Subgraphs Model

To be able to formulate the optimal solution to the above-mentioned problem, the IDNC graph with induced subgraphs model [22] is employed in this paper. This IDNC graph model represents all the possible files that can be XORed together to create a network coded transmission that can be decoded by the targeted end-users (or transmissions not requiring any network coding). To form the model, firstly the graphs of interest in our considered system model are defined as follows: Graph with the subgraph representing each discrete proximity network, as well as graph that is representing all servers, where the subgraph represents each individual server. To construct each of the graphs previously mentioned, proceed as follows:(1)Generate Vertex Set: vertices are generated from a server and user perspective under the two following conditions:(i)Generate a vertex set for every server in that is represented in the subgraph , generating the vertices and . The vertices of the subgraph are defined as .(ii)Generate a vertex set for every user in that is represented in the subgraph , generating the vertices and on the conditions and both . The vertices of the subgraph are defined as .(2)Generate Coding Opportunity Edges: in each individual subgraph in and , two vertices and are connected with an edge if they satisfy one of the following two conditions:(i), and if in (or if in ), meaning the two requested files are the same, and these files are requested by two different users.(ii) and , representing a potential coding opportunity, so that when and are XORed both users can successfully decode and retrieve their requested file.In the formulation so far, the graphs implemented represent coding or transmission opportunities from a user/server viewpoint. To further create a global awareness, induced subgraphs (subgraphs of and ) are incorporated that will represent the transmission conflicts (subgraph ) and a subgraph to ensure only one transmission per user is permitted in the current time epoch (subgraph ).(3)Generate Induced Subgraphs: the two induced subgraphs described are generated as follows:(i)The first set of induced subgraphs are defined as ; these are a subset of both graphs and , where the subgraphs may contain the null-set of either or but not both. To generate the subgraph , each vertex in both and will form a member of the subgraph for every vertex that has the same user and file .(ii)The next set of induced subgraphs are defined as ; these are a subset of both graphs and . A subgraph is formed for any two vertices and , where but or .In Figure 2, an illustration depicts the implementation of IDNC with the prescribed theoretical graph model for the example shown in Figure 1. In this example, it is helpful to show independently the IDNC subgraphs for each individual proximity network in subgraphs . While in subgraphs , the potential coded transmissions are shown in maximal cliques (a clique is a subset of the graph, where every distinct pair of vertices in the induced subgraph are pairwise adjacent. A maximal clique is one that cannot be a subset of a larger clique [25]) for each server . In the graph model shown in Figure 2, it is clear that there is no interconnection between the graphs of and (no edges connecting vertices). Therefore, the induced subgraphs approach allows the representation of particular conditions that need to be accounted for in the network setting. The graph represents a set of subgraphs that ensures conflict-free transmissions. Additionally, the graph contains a set of subgraphs that ensures users in a proximity network will not transmit more than once in the current time epoch.

4.1. The Proposed Optimal Problem Formulation Using SSP

In order to formulate the optimal solution using the IDNC graph with induced subgraphs model that represents the global state of the network, a shortest stochastic path problem (SSP) technique is employed. SSP is in fact a special case of the well known Markov decision processes (MDP) [26] where MDPs are problems where a sequence of decisions are made in stochastic environments, such as is the network model with channel erasures. In SSP problem, different possible situations that the system could encounter are modelled as states. In each state , the system must select an action from an action space that will charge it an immediate cost . The terminating condition of the system can be thus represented as a zero cost absorbing state. Once an action is taken at state , the system can move to a state with probability , which only depends on the current state and the taken action. An SSP policy is a mapping from state space to action space that associates a given action with each of the states. The optimal policy is the one that minimizes the cumulative mean cost until the absorbing state is reached.

To formulate the SSP problem, the following definitions are required [14]:(1) State space : the state space is represented by all the possibilities that the SFM may represent. At each state , the SFM will represent the Lacks, Wants and Has sets of all users. The state (the state where the system has reached absorption) is defined for when all users have received their wanted packets such that .(2) Action spaces : at each state the system can represent there is a set of actions , that is, a selection of maximal cliques from both graphs and that are constructed from the SFM at state . All actions at state are defined by first selecting a set of maximal cliques from graph . Then for all vertices in that are also a subset of the graphs and that are to be removed from the graphs and . The set of maximal cliques selected in must result in removing all vertices in after this process. Finally, a set of maximal cliques is selected from the remaining graph , ensuring all users are targeted in the current time epoch.(3) State-Action transition probabilities: in order to define the state-action transitions probability for the action it is useful to introduce two new sets: where are the targeted users in the maximal clique that is selected from the graph . Also is defined as the targeted users in the maximal clique that is selected from the graph . Therefore, the state-action probability is given as(4) State-action costs: in the problem formulation the aim is to reduce the amount of transmissions from the servers-to-users. Accordingly, transmissions that occur from using cooperative transmissions will incur no cost. Moreover, for every state any state-action transition will incur a cost of 1 for each orthogonal channel used by the servers. For example, if an action at state required the servers to transmit on a total of three orthogonal channels collectively, the cost incurred will be 3. Therefore, the amount of maximal cliques that are in the set will directly determine the cost, which is the same as the cardinality of set or equivalently , as user-to-user transmissions come at zero cost.

The optimal policy of an SSP is the one that minimizes the cumulative mean cost until completion is reached. This policy is given inwhere is the expected cumulative cost until the system reaches absorption. From the SSP problem formulation, it is clear that the optimal policy requires checking through all possible actions (i.e., maximal cliques), which is proven to be NP-hard [24].

5. The Proposed Greedy Heuristic Algorithm

In this section, a greedy heuristic approach is proposed that can be solved in real-time and aims to efficiently reduce the number of downloads from the servers. The fall back of a greedy heuristic scheme is that it does not in fact guarantee a global optimum, although this scheme will, on average, give a good approximation to it. An attractive feature of the graph-based formulation proposed in Section 3 is that a maximum weighted vertex search under a greedy policy can be directly applied on the graph model.

As discussed already, if an optimal solution is NP-hard there is a requirement for a suboptimal solution for real-time communications. Figures 3 and 4 demonstrate by example the impact that state-action transitions may have depending on the action selected from the current state. Figure 3 shows the case of selecting action , where the associated cost is zero. Here we see that if and are large there is a greater chance that the packets will not be received. Therefore, it is desirable that a user that has a poor channel (high probability of erasure) with the server to be targeted with cooperative transmissions. Furthermore, Figure 4 shows a subset of consecutive actions and the resulting state and cost; here clearly the shortest (lowest cost) path to absorption is the ones that incur zero cost.

Therefore, it will be desirable for users to serve themselves with the greatest chance of serving as many users simultaneously as possible in each time epoch. To represent this a vertex in either graph or graph will have a large weight if it has a large number of adjacent vertices, which themselves have a large number of adjacent vertices. Additionally, as shown in the motivating example it is preferable to place further (higher) weighting on transmissions for users with high probability of erasure with the server.

Therefore, a weight is first introduced for each user in that is proportional to a users’ likely mean completion time (dependent on user-to-server channel). The weight also varies depending on the state the system is in; therefore define the weight for each state where (5) is large for a user with a large Wants set and a large probability of channel erasure for user-to-server. Now that a weight is defined in (5), at each state the set of vertices adjacent to is defined as the set of vertices in . From this the weighted vertex degree can be calculated aswhere (6) defines a value for each vertex that is proportional to how many adjacent vertices it has. Moreover, it describes the potential that the particular vertex has in relative terms of coding potential with other users. Finally, the multiplication of both weights will yield the final weight for each vertex and is defined inwhere a large weight for the vertex is reflected by a large weight and also has a large number of connected vertices that are also connected to a large number of vertices represented by .

Once the weights are calculated for all the vertices in the graph, the greedy heuristic search will select the vertex with the largest weighting, or between those with the same largest weight with equal probability. The algorithm then removes all nonadjacent vertices to and then checks if the vertex belongs to a subgraph or and will remove all other vertices that are a member of either subgraph.

Secondly, the algorithm will then update all weights in before selecting the next (if any) adjacent vertex in graph that forms a clique with all previously selected vertices. The algorithm then continues to iterate these steps until no more vertices can be added to the clique (resulting in a maximal clique). Finally, once a maximal clique listing is found and removed, the whole procedure is iterated until no more vertices are left in the graph .

At this stage, the algorithm has removed all possible D2D cooperation’s available, with the aim of minimizing the amount of downloads from the servers. Therefore, the remaining vertices in graph need to be served, which were not served locally from D2D cooperation. The exact same procedure can be conducted on the remaining vertices in graph , where each maximal clique represents one download from a server and this continues until all vertices are removed from the graph. Once all vertices have been removed from the graph the system will have reached absorption and all users will have received the file in their Wants sets.

It is worth mentioning that as users are required to receive multiple files (multiple time epochs required) and there is a chance of channel erasure in transmission, after each sequence of transmissions the SFM needs to be updated. The updated SFM should then be again represented in the graph model where the algorithm will repeat. The process continues until all users have received all wanted files and the system reaches absorption.

6. Simulation Results

In this section, the simulation results are presented for the proposed algorithm in a cooperative D2D setting in comparison with a uncooperative decentralized conflict-free IDNC approach that was incorporated in [21]. The aim of both approaches is to reduce the number downloads from the servers. The cooperative approach is a natural next step in the evolution and adoption of F-RAN in the future wireless communications systems to maximize backhaul offloading.

Firstly, in Figure 5 the performance of the proposed heuristic algorithm is compared with the optimal solution. The optimal solution is calculated by a brute force algorithm that checks over all possible IDNC combinations. The simulation results are presented for a small network setting, where there is one server and four users requesting one file with two files in each user’s Has set. It can be seen from the results shown in Figure 5 that the proposed algorithm shows a good approximation to the optimal solution, with a small divergence for an increasing amount of files. This divergence from the optimal solution is expected, as the network size increases the divergence from the optimal solution is expected to increase.

It is also worth mentioning that the proposed heuristic algorithm can be solved with a much lower computational complexity and in real-time. However, as expected, there will be a tradeoff here between performance and complexity (nevertheless, the performance of the proposed heuristic is very close to the optimal one).

In the rest of this section, we assume there are two servers available with total coverage of all users in the network, while in the cooperative model a dual network is considered, where the users are split evenly between the two proximity networks and (similar to Figure 1). In the simulation results presented in Figures 6 and 7, each user is interested in receiving one file and has two files already received and stored in the Has set (when fixed), where the recovery downloads are to be completed in one time epoch. It is also assumed that the transmissions are erasure free. A summary of the data sets used (when fixed) in the simulations can be seen in Table 1.

In Figure 6, the average number of downloads required from the servers for a fixed number of files in the transmission frame of is shown, as a function of the number of users . The result shows that, for the algorithm implemented for a cooperative D2D-enabled setting, as the number of users increase the average number of server downloads tends to monotonically decrease. Intuitively, this result is expected as more users in the network will result in a greater likelihood that the users can serve themselves independently from the servers, as the collective Has set of the users in the network will cover the files in the frame . Additionally, it can be seen that, in comparison to a conventional uncooperative conflict-free IDNC approach, as the network size increases there is significant improvement, where there is an improvement of approximately 550% with only 20 devices in the network setting. Furthermore, approximately no downloads from the servers are required as the number of users approaches 60 in this network setting, that is, 30 users in each D2D-enabled network.

In Figure 7 number of users are fixed to 20, while varying the amount of files per transmission frame. Figure 7 shows the results for cooperative versus uncooperative IDNC transmission schemes. In both cases, it can be seen as the number of files increases, both schemes show a similar increase on the number of downloads required from the servers. Although the two schemes tend to converge if an asymptotic limit is considered, the cooperative scheme still shows reasonable improvement of approximately 50% for up to 100 files. Again, this result is expected as increasing the number of files in a frame reduces the potential to leverage a coded transmission. Additionally, as the number of files increase the likelihood that a user can serve another user in a cooperative D2D-enabled network is reduced.

In the next two simulations presented in Figures 8 and 9, D2D cooperation with channel erasure is considered. In both simulations erasure between user-to-server transmissions is evenly distributed from , while the transmissions from user-to-users are also evenly distributed from . In this case, it is assumed that it is more likely that users will be closer geographically and therefore will in general have a better chance for a successful transmission. Firstly in Figure 8, the number of files in the frame is fixed to 20, while all users will demand two random files from the frame. It can be seen in Figure 8 that as the number of users increases the cooperative approach significantly outperforms the uncooperative approach. Moreover, as the number of users increases the improvement also increases. In this case, the model shows a performance increase range of approximately 150–300% from 10 to 100 users.

In Figure 9, the number of users in the network is fixed at 20 while the number of files in the frame is varied. The results in Figure 9 show that there is significant offloading of the network backhaul, although it appears that the two approaches will tend to converge for a very large number of files. This result is intuitively expected; this is because as the number of files increases with a fixed number of users, the likelihood of the users’ ability to diffuse the wanted packets is diminished. Nevertheless, the cooperative approach shows significant ability to reduce the traffic from servers.

7. Complexity Analysis

To gain an appreciation of the performance of the proposed heuristic algorithm in comparison to the optimal solution, we will investigate their worst-case time complexities. Firstly, we will analyze the worst-case time complexity of the optimal solution. As the optimal solution to the problem (the optimal policy) requires checking through all possible actions (i.e., finding all maximal cliques) we would require some algorithm to execute this. One popular method to achieve this, which is generally more efficient than other algorithms, is the Bron-Kerbosch (B-K) algorithm [27]. To find the worst-case time complexity, we need to find the vertex set size of the entire graph. The size of the server graph () will be of the order , while the size of the graph representing potential cooperative transmissions () is of the order of . Therefore, by utilizing the B-K algorithm to solve find the optimal solution, the worst-case time complexity would be [28].

Now we will consider the worst-case time complexity of the proposed heuristic algorithm in Section 5. The first stage of the heuristic algorithm is to scan the entire graph , while assigning a weight to each vertex, and then to conduct a maximum weighted vertex search. This process is then repeated until the maximum weighted maximal clique is found. There are vertices in graph , where finding the corresponding vertex with the maximum weight will require operations in the first iteration. The next iteration would require and so on until the final iteration would require operations. Hence, the total number of operations that is required will be . Therefore, the worse-case time complexity to find the cooperative communications amongst users is . Once the initial graph has been served (that is, the cooperative transmissions completed), there are still potentially unserved clients that could not be served in a D2D communication in the current time epoch and need to be served by the servers. Again, we proceed with the same algorithm as before, conducting a maximal weighted vertex search on graph ; however the order of the graph is now . Since a maximal clique (or maximal independent set) cannot contain more than vertices, the worst-case time complexity requires of the above iterations. Therefore, the computational complexity for the graph (i.e., graph representing servers’ transmissions to users that are not targeted by the D2D cooperative transmissions) will be . Thus, the entire algorithm’s worst-case time complexity to serve all users will be . Given that in reality the number of servers in the network is much smaller than the number of users and also the number of unserved users is much smaller than , the worst-case complexity of the proposed algorithm can be estimated to be of order . Table 2 shows the numerical values for the magnitude of worst-case complexities of graphs and in the proposed algorithm under the scenarios summarized in Table 3.

From the results shown in Table 2, it can be seen that the worst-case time complexity of solving the proposed algorithm will reduce to just that of graph , that is, the cooperative transmissions. Therefore, the worst-case time complexity of the proposed algorithm will be , far more efficient than the B-K algorithm. Moreover, it can be seen that the worst-case time complexity of the proposed algorithm will also be independent of the number of servers in the network, assuming that .

8. Conclusion and Future Work

In this paper, the problem of offloading the expensive backhaul of data network servers through a network coded cooperative D2D network model is investigated. The problem is formulated using the IDNC induced subgraph model, where the optimal solution requires finding maximal cliques of multiple graphs. The paper considers the generalized system model where users can demand multiple files and the transmission channels are subject to erasure. Having formulated the optimal solution using the SSP technique, it is found that the optimal solution is intractable and not solvable in real-time. Therefore, a greedy heuristic algorithm is employed using a maximum weighted vertex search approach on the IDNC graph with induced subgraphs. This heuristic when compared with the optimal solution for a small network showed to be a good approximation to the optimal solution. The simulation results show a significant improvement over the conventional method that incorporates IDNC in a distributed fashion without D2D enabled cooperation.

The first recommendation for further work would be to consider a system model with imperfect feedback from the users. In this scenario, we would remove the assumption that the servers receive perfect feedback on the reception status of the transmitted files. In reality, there is the likelihood that the feedback itself may be corrupted; therefore a more efficient online algorithm could consider these uncertainties. Lastly, it would also be beneficial to consider the asymptotic bounds to the problem.

Disclosure

This research paper is an extension of the work in the conference paper “Offloading of Fog Data Networks with Network Coded Cooperative D2D communications” [22] that was awarded the “Best Paper Award” in the 9th EAI International Conference on Mobile Networks and Management (EAI MONAMI 2017).

Conflicts of Interest

The authors declare that they have no conflicts of interest.