Abstract
1. Introduction
Delay Tolerant Sensor Network (DTSN) [1] was initially proposed by Kevin Fall who expanded the research of the Interplanetary Network. DTSN is a kind of challenged network supporting interoperation among various local area networks, and long delays can be tolerated. In DTSN, reliable delivery is guaranteed by the custody transfer service [2]. Besides, message forwarding usually follows Store-Carry-Forward scheme to deal with some issues in traditional networks such as intermittent connection, asymmetric data rate, and high error rate.
Social awareness is defined as a sociological concept which describes various social phenomena and human sociability. But in computer science, the main ideas of social awareness are the awareness and response of the computer system to the social context [3]. Human interaction will generate large amount of history information, and the social awareness can be got through analysis of these history data to reflect the social features of human interaction. DTSN with social awareness refers to the social applications of DTSN. In this kind of applications, the mobile devices carried by people are indicated as nodes. So the nodes' movement possesses social features. These social features can reflect the potential social relationships, the social statuses, and the forwarding ability of nodes. With the proposal of socially aware computing [3], it is an important technology where the social characters are utilized to solve the issues in DTSN.
Since there is no end-to-end path between the source and destination, and message transmission follows opportunistic forwarding manner, it is a challenge to provide reliable delivery in DTSN [4, 5], as is illustrated in Figure 1. One solution to this reliability problem is that every node keeps the copy of message. However, when the message is received by the destination node, it is probable that a large number of message copies still exist. These redundant copies occupy the limited buffer space so that the resource utilization reduces and network performance degrades. In order to provide reliable transmission and to reduce redundancy, an efficient and secure feedback mechanism is required. Acknowledgments are sent to the network to delete redundant copies. However, traditional feedback mechanisms based on TCP/IP protocol are inapplicable in DTSN due to the lack of an end-to-end path between nodes. Therefore, it is a challenging task to design an efficient feedback mechanism to meet the demand of the reliable delivery and the improvement of resource utilization for DTSN.

Problem statement (message forwarding follows an opportunistic manner shown in (a) and (b). Black nodes carry messages and white nodes are those without messages. However, if an error happens in opportunistic forwarding, shown in (c), the transmission from source to destination fails. As for DTSN, it is a challenging task to provide reliable delivery).
To this end, the major contributions of our work are summarized as follows:
This paper defines a new concept of social link to indicate the social relationship between nodes pair according to the encountering history, reflecting the social features of nodes' interaction in DTSN. This paper designs an adaptive Socially Aware Feedback Mechanism (SAFM) to reduce redundancy with the utilization of social links of nodes, reaching a tradeoff between overhead and delivery efficiency.
The remainder of this paper is organized as follows. Section 2 shows the related work. Section 3 describes the proposed adaptive Socially Aware Feedback Mechanism (SAFM) in detail, and the complexity analysis of this mechanism is also presented. Performance evaluation of SAFM is given in Section 4. Finally, Section 5 concludes the paper.
2. Related Work
To deal with the problem of delivery reliability in DTSN, the available researches can be classified into two categories: hop-by-hop transmission reliability and end-to-end reliability [4].
Multicopy based routing, such as Epidemic [6], Spray and Wait [7], Spray and Focus [8], and SLR [9]. The copies of the messages are exchanged between the meeting nodes so that the messages can be sprayed into the network quickly. Therefore, the multicopy based routing provides the shortest transmission delay but the most redundancy and overhead. Single-copy based routing, such as PROPHET [10], MaxProp [11], and EMD [12]. The forwarding mechanisms based on probability prediction are adopted in these routing algorithms. A network is constructed with a random model and the probabilities of meeting the destination node are predicted to select the proper forwarding nodes.
In terms of feedback mechanism in DTSN, there are only a few researches currently. Harras and Almeroth [4] introduced two available feedback mechanisms: active and passive receipt:
Besides, Ali et al. [18] designed a global selective strategy based feedback mechanism (G-SACK), where destination node receives the message and records the global information at the same time to ensure reliable transmission. Seo and Lee [19] proposed that destination node can select an optimal path according to the location information in message. Then, the acknowledgment is sent along the optimal path to source node. An et al. [20] proposed an adaptive feedback mechanism based on the congestion level of the network, so as to reduce the overhead and latency. However, the social features of the nodes movement are not concerned in all the works above.
To deal with the problems of great overhead in active receipt and the inefficiency in passive receipt, this paper proposed an adaptive Socially Aware Feedback Mechanism (SAFM) for delivery reliability in DTSN.
3. Social Awareness Based Feedback Mechanism
3.1. Network Model
Figure 2 illustrates the network model. The social DTSN is represented by the graph The node possesses four properties: The edge possesses three properties: Messages are forwarded by the nodes in an opportunistic manner. In other words, the message transmission takes place only when two nodes are encountering each other and are within the range of communication at the same time, or There is a social link between two nodes if they contact with high frequency, for long time and regularity, or there is an edge connecting the two nodes. Therefore, the social links The stronger the social link is, the more the probability of successful delivery will be and the more possible the taking of the same copies of message will be. The location information of the nodes is not considered.

Network model.
3.2. Social Link
In this paper, the social characteristics of the nodes' movement are considered to define the social pressure metric (SPM) [21], which indicates the relationship of the nodes. Furthermore, the social link (SL) of the node pair is also defined.
Definition 1.
Node
Definition 2.
Definition 3.
With time unit tending to 0, the average forwarding delay from node
Definition 4.
The social link
The social link provides the friendship relationship of each node pair.
3.3. Algorithm Description
In order to reduce redundancy and decrease buffer occupancy, we proposed an adaptive Socially Aware Feedback Mechanism (SAFM) for DTSN. Epidemic routing is adopted in the forwarding process. Messages are replicated to nodes when encounter occurs. There are a lot of message copies in Epidemic routing due to its flooding strategy. Therefore, we can use feedback mechanism to reduce redundant copies and improve resource utility rate and reliability. Each node locally maintains a social link table (SLT) to record the social links with all the neighbor nodes encountered before. The structure of social link table
Social link table.
In order to eliminate redundancy and reduce buffer occupation, we propose a feedback mechanism. After receiving the message, the destination node generates an acknowledgement (ACK) of the received message and then forwards this ACK to other nodes, informing them to delete the copies of the message. When the destination node is encountering a node, it calculates the encountered node social link value. If this value is larger than the threshold (here it is set as
The pseudocode of SAFM is shown in Pseudocode 1.
(1) Check social link table (2) (3) (4) (5) (6) (7) (8) (9) (10) (11)
After receiving the message
Step 1.
Node
Step 2.
Compare
Step 3.
If node
Step 4.
Send ACK(
Step 5.
After receiving the acknowledgement ACK(
3.4. Algorithm Analysis
3.4.1. Time Complexity
3.4.2. Updating Overhead
The updating of social link is made in each encounter. Each node locally maintains its social link table to record the historical information of the social links with neighbor nodes. When encountering node
4. Performance Evaluation
This section gives the simulation of this algorithm using ONE [22]. The simulation environment is set as follows. The Helsinki Map [17] is used as the mobile area. There are 150 mobile nodes deployed in
In the simulation, four metrics are used to verify the performance.
4.1. Selection of Threshold α
In our proposed SAFM, social link is compared with the threshold
In this simulation, the buffer size is 2 M and the message generation time interval is set to be 50 s. The value range of
Figure 3(a) shows the change of delivery probability with different threshold

Performance metrics change with threshold
Figure 3(b) illustrates the change of overhead when threshold
Figure 3(c) shows the change of latency with threshold
It is shown in Figure 3(a) to Figure 3(c) that the optimal algorithm performance can be obtained when the value of
The change of buffer occupancy with different value of
4.2. Performance Verification of SAFM
In this part, our proposed feedback mechanism SAFM is compared with active receipt and passive receipt [4]. In active receipt, destination node generates a corresponding acknowledgment of the message after receiving the message. Then, the acknowledgment is actively forwarded to the encountered nodes in the flooding way. Every encountered node receives the acknowledgment and then deletes the copies of the received message. However, this active receipt can cause great overhead. In passive receipt, the implicit acknowledgment of the received message is generated. Different from active receipt, the acknowledgment will not be sent to encountered node until the encountered node tries to send the copy of received message. Therefore, the overhead caused by acknowledgment is low. But passive receipt is also inefficient in decreasing redundancy.
Two groups of experiments are made in our simulation to verify the performance of SAFM. In group A, the message generation time interval is fixed as 50 s. The nodes buffer size is changing from 1 M to 10 M to observe the changes of four performance metrics. Simulation results are shown in Figures 4(a), 5(a), and 6(a). In group B, the buffer size is set to be 2 M. Then, the generation time interval is increasing from 10 s to 100 s to verify the network performance with three feedback mechanisms. Simulation results are shown in Figures 4(b), 5(b), and 6(b).

Buffer occupancy.

Delivery probability.

Overhead ratio.
In Figure 4(a), the buffer occupancy of three feedback mechanisms is changing when buffer size is increasing from 1 M to 10 M. Figure 4(b) shows the changes of three buffer occupancies with generation time interval. The buffer occupancy of SAFM is lower than that of active and passive receipt. This is because passive receipt generates the least acknowledgments. There are still redundant copies so the buffer occupancy is high in passive receipt, while in active receipt so many acknowledgments also occupy buffer space. So the resource utilization is also low. In SAFM, the number of acknowledgments is controlled based on social links, and the redundancy copies also are deleted at the same time. Therefore, SAFM can effectively reduce buffer occupancy. Figure 4(a) shows that the buffer occupancy of SAFM is 11% lower than active receipt and 43% lower than passive receipt. Figure 4(b) shows that the buffer occupancy of SAFM is 14% lower than active receipt and 58% lower than passive receipt.
Figures 5(a) and 5(b) show the changes of delivery probabilities with three feedback mechanisms. When the message generation time interval is short, the data density in network is high. Active receipt generates a lot of acknowledgments, so its delivery probability is the lowest one. With the increasing time interval, data density is decreasing and buffer space is becoming sufficient to avoid congestion. Redundant copies are effectively deleted in active receipt. So its delivery probability is growing to be higher than passive receipt. In SAFM, the number of acknowledgments is controlled. The congestion problem can be released especially when buffer size is limited. Therefore, its delivery probability improves obviously. Figure 5(a) shows that the delivery probability of SAFM is 9% and 33% higher than active and passive receipt. Figure 5(b) shows that the delivery probability of SAFM is 23% and 19% higher than active and passive receipt, respectively.
When buffer size is changing from 1 M to 10 M and generation time interval is increasing from 10 s to 100 s, the changes of overhead in three feedback mechanisms are shown in Figures 6(a) and 6(b). The overhead of passive receipt is the highest one since there are the least acknowledgments and most redundancy. The overhead of SAFM is lower than active receipt. This is because there are also plenty of acknowledgments in active receipt. When the buffer space is limited or data density is high, these acknowledgments occupied in the buffer space cause the message dropping, which increases the overhead. SAFM effectively controls the number of acknowledgments and reduces the redundancy at the same time. Therefore, the overhead largely reduces. Figure 6(a) shows that the overhead ratio of SAFM is 14% and 71% lower than active and passive receipt, respectively. Figure 6(b) shows that the overhead ratio of SAFM is 25% and 63% lower than active and passive receipt, respectively.
It is illustrated in Figures 7(a) and 7(b) that the latencies of three feedback mechanisms are changing with buffer size and generation time interval. In passive receipt, there are more redundant copies. Besides, the waiting time of message in buffer is long, so its latency is longer than the other two mechanisms. When buffer space is limited and generation time interval is short, the data density in network is high. The latency of SAFM is close to active receipt. When buffer space is becoming sufficient and generation time interval is longer, the latency of SAFM is a little increasing and growing longer than that of active receipt. This is because the number of acknowledgments is controlled according to social links of SAFM. Therefore, the number of redundant copies is more than that of active receipt. Redundant copies occupy the buffer space and increase the waiting time and transmission latency. However, the increasing latency is acceptable in DTSN. Figure 7(a) shows that the average latency of SAFM is 12% shorter than passive receipt and 6% longer than active receipt. Figure 7(b) shows that the average latency of SAFM is 26% shorter than passive receipt and 5% longer than active receipt.

Latency.
4.3. Summary of Simulation
The simulation results verify that SAFM can achieve a higher delivery probability than that of active and passive receipt with lower buffer occupancy and overhead ratio under most circumstances. On average, delivery probability of SAFM is 16% and 26% higher than that of active and passive receipt. Buffer occupancy is 12.5% and 50.5% lower than that of active and passive receipt. Meanwhile, overhead ratio of SAFM is 19.5% and 67% less than that of active and passive receipt. Besides, the average latency of SAFM is 19% shorter than that of active receipt, but only 5.5% longer than that of passive receipt.
5. Conclusion
In this paper, we focus on the feedback mechanism in the social applications of Delay Tolerant Networks and propose an improved social awareness based feedback mechanism called SAFM. This paper defines a new concept of social link to indicate the social relationship between nodes pair according to the encountering history, reflecting the social features of nodes' interaction in DTSN. Besides, SAFM is to reduce redundancy with the utilization of social links of nodes, reaching a tradeoff between overhead and delivery efficiency. Simulation results show that, in an acceptable range of delay, the proposed feedback mechanism improves the delivery probability, decreases the buffer occupancy, and reduces the overhead.
