Abstract
In designing a real-time MAC protocol for wireless sensor networks, it is desirable to shorten the data acquisition cycle time to satisfy more applications with a tighter time constraint in data collection. To achieve this, one often tries to improve throughput by employing a slot reuse technique. Meanwhile, the slotted sense multiple access protocol that uses a sharable slot was proven to be advantageous for timely and reliable data delivery. However, since the nodes at lower tree levels process more packets or bigger packets with data aggregation, they need a bigger sharable slot. Thus, it is not easy to employ a slot reuse technique due to the size variation of sharable slots. To tackle this problem, we try to reduce the size of an aggregated packet by limiting the number of packets for aggregation using two channels. If every node is allowed to send a single packet during data acquisition cycle time, an equal-sized sharable slot can be allocated to every tree level. It is shown that the proposed approach can reduce data acquisition cycle time significantly while maintaining good reliability in data transmission compared with slotted sense multiple access and also reduce energy consumption greatly compared with another multi-channel MAC protocol.
Keywords
Introduction
Due to the low cost and the ease of installation and maintenance, wireless sensor networks (WSNs) can be used for data and command transmission in industrial applications. 1 One important application is a safety monitoring and control system (SMOCS) in which a server collects data from sensor devices or nodes in work fields, judges whether or not the field involves danger based on the analysis of those data, and sends a warning message to workers about danger, if any. 2 This application not only requires a reliable data delivery, but also constrains a data acquisition cycle time (DACT), defined as the time required for every node to send one data packet to a sink, to satisfy the temporal requirements of data. To improve DACT, this article extends the slotted sense multiple access (SSMA) protocol 3 by enabling the reuse of a sharable slot with two channels.
Many protocols based on time division multiple access (TDMA) were proposed to improve throughput as well as reliability in data transmission. In terms of a slot reuse, they can be classified into three broad groups: a spatial slot reuse4–6a channel-assisted slot reuse,7–10 and an opportunistic slot reuse.3,11 A slot can be spatially reused if two transmitting nodes are sufficiently distanced not to interfere with each other, as used by some TDMA-based MAC protocols.4,5 In TreeMAC, 4 two nodes reuse a slot if they are three levels away from each other in a tree topology; according to some studies,12,13 they suffer from an irregular interference because the interference range is always farther than the transmission range. The weighted incremental ranking for convergecast with aggregation scheduling (WIRES) protocol 5 tries to construct a balanced shortest path tree that distributes load among nodes to reduce the transmission delay of data packets to a sink. This approach suffers from the waste of slot time since every node is assigned a slot big enough to accommodate the packets delivered from the largest possible number of descendant nodes. Z-MAC 6 combines the advantages of carrier sense multiple access (CSMA) and TDMA to maximize channel utilization. It allocates slots to every node such that two-hop neighbors are not assigned the same slot in order to prevent interference. This protocol is not free from the irregular interference problem either.
With the channel-assisted slot reuse, nodes can reuse a slot by having different channels. In TFMAC, 7 two-hop neighbors are allowed to reuse the same slot using two channels; however, as the number of allocated channels increases, it requires more slots per frame for correct scheduling. Y-MAC 8 allows each node to own an exclusive receiving slot within two-hop neighborhood and permits all potential senders to contend for the receiving slot. However, the protocol fails to avoid the hidden terminal problem despite it uses a preamble-based channel sensing to suppress competing transmissions. A slot in MC-LMAC 9 consists of a control period and a data transmission period (DTP). During the control period, all nodes switch to a common channel so that a sender can notify the receiver of the incoming packet and the channel on which the packet will be transferred. In this approach, one channel has to be solely reserved for negotiation. MuChMAC 10 utilizes a pseudo random number generator to synchronize a frequency hopping sequence between a sender and a receiver for the selected slot, and allows parallel transmission using both the spatial slot reuse and the channel-assisted slot reuse. The authors in Pyeon and Yoon 14 propose the multi-path pipeline transmission protocol that reuses time slots using multiple channels, and also tries to distribute transmission load among multiple established paths. The protocol could reduce transmission delay and balance energy consumption of nodes; however, it focuses on transmitting a large-sized data from source to destination. The authors in Swain et al. 15 propose an advertisement-based multi-channel MAC (Adv-MMAC) protocol that uses two types of channels, one advertisement channel (ACH) and multiple data channels (DCHs). If a node acquires ACH through contention, it sends an advertisement message to a receiver using the acquired ACH. If it receives the acknowledgment (ACK) from the receiver, it sends data using any available free DCH. This approach can improve throughput with parallel transmission; however, every node can participate in one route, thereby limiting parallel transmission and the frequent flooding of the advertisement message can increase energy consumption.
Some approaches reuse slots opportunistically such that two or more nodes transmit data packets simultaneously if they do not interfere with each other through the channel contention process that often relies on the carrier sense multiple access with collision avoidance (CSMA/CA) protocol. In the SSMA protocol, 3 a sharable slot is allocated to each tree level and the nodes at the same level compete for data transmission using CSMA. Then, if two sending nodes do not interfere with each other, they can transmit data simultaneously, thereby reusing the sharable slot opportunistically. However, since a node allocates a sharable slot of varying size depending on its tree level, it is not easy to reuse the sharable slots spatially. Another hybrid MAC (HyMAC) protocol combines TDMA and CSMA/CA with the grouping of nodes. 11 One distinct time slot is allocated to each group and the nodes in the same group compete for data transmission using CSMA/CA, thus reducing the possibility of collision. In this approach, a node can adjust its sleep period dynamically by considering network density, collision status, and channel failure, to save energy. This approach also allows an opportunistic slot reuse within the same group.
According to the discussion so far, even though the contemporary protocols improve throughput reusing slots in various ways, they suffer from an irregular interference, an inefficiency in bandwidth utilization, the complexity of slot scheduling, and so on. SSMA suffers from a relatively long DACT due to the difficulty of its slot reuse. In this article, the proposed protocol using two channels allows every node to use a sharable slot of an identical size regardless of its tree level, thereby enabling the use of all three-slot reuse techniques. Two channels allow nodes at every other level to transmit packets in parallel. Thus, the number of packets that a node has to process at a time is significantly reduced since it can finish transmitting its own data before it receives the packets produced by the nodes at two higher levels. Therefore, if a node aggregates all the received packets into a single packet whose size is not greater than one MAC protocol data unit (MPDU), it can transmit only a single packet within one sharable slot. In consequence, different sharable slots of an identical size can be assigned to different tree levels. Furthermore, a slot scheduling can be performed in a distributed manner as SSMA does. According to simulation, the protocol could improve DACT by 40% over its ancestor SSMA. It could also improve packet delivery rate by reducing the number of data transmissions and energy efficiency by reducing DACT.
The rest of the article is organized as follows. In section “Background,” we give a background for the proposed approach. In section “Two-channel SSMA protocol,” we formally describe the proposed protocol. A mathematical and experimental evaluation of the proposed protocol is given in section “Protocol evaluation,” followed by concluding remarks in section “Conclusion.”
Background
Network model
In the industry fields such as the construction site of a liquefied petroleum gas (LPG) ship, workers can be exposed to hazardous situations due to toxic gas or smoke from firing or explosion, or physical injuries from incautious works. Since the signal transmission in the environment is significantly affected by high signal attenuation and multi-path fading effect, a sensor network of 25–40 nodes with a transmission range of 10–25 m is required in spite of relatively small working space for the implementation of an SMOCS.
A WSN consists of one data collection and control server (hereafter, referred to as a sink) and a number of sensor communication devices (SCDs) (hereafter, referred to as a sensor node or a node simply), each including one or more sensor modules. Every node is required to send one packet to a sink periodically. Network topology can be changed due to ambulant workers who carry nodes or due to transient link failure by multi-path fading effects, battery depletion, or the intervention of some obstruction, and so on. Sensor nodes form a tree originating from a sink. A node is said to be a tree-node if it belongs to a tree. Otherwise, it is an orphan-node. Two nodes that can directly and mutually communicate with each other are said to have a link or an ordinary link. Especially, a link between a node and its parent is called a tree-link.
Figure 1 shows a tree topology of five levels where the solid lines and the dashed lines indicate tree-links and links, respectively. A sink indicated by a thick circle has four children, enumerated as 1, 2, 3, and 4.

A network model.
Motivation
The SSMA protocol allocates a sharable slot to each tree level and uses CSMA for data transmission within a sharable slot. 3 Data transmission is performed from the highest tree level to the lowest tree level (a sink) progressively. Every node competes only with its adjacent neighbors at the same level within the same sharable slot, thus reducing the degree of competition. Assuming that nodes are distributed randomly, the number of competing nodes can be assumed to be approximately same regardless of the location. However, a node has to process all data packets generated by its descendants. Therefore, a sharable slot is assigned to each tree level such that the size of a sharable slot decreases exponentially as tree level increases. Therefore, SSMA undergoes some difficulties in exploiting the slot reuse technique since it uses the sharable slots of different sizes from level to level. Suppose that in SSMA, a node can aggregate all packets generated by its descendants into a single packet. Thereby sending only one packet by a node is sufficient during one DACT. Then, a sharable slot of an identical size can be allocated to every level. However, if a network size is large, a certain node can have too many descendants, creating a big aggregated packet that cannot be transmitted at one time.
The use of two channels can resolve the problem. Suppose that nodes at level l and the nodes at level l + 2 can transmit packets simultaneously within the same sharable slot. Then, the nodes at level l will transmit their own packets before they receive the packets from its children (at level l + 1) and its grandchildren (at level l + 2). Consider a subtree whose root is s as the child of a sink. Then, since all the packets generated at two paired levels at the subtree can gather at node s to be forwarded to a sink, the maximum number of packets that a node has to process at one time is limited to the number of nodes at two paired levels in the subtree.
Figure 2 illustrates the reduction of DACT by parallel transmission compared to DACT by SSMA for a single child tree of depth 5 in Figure 2(a). With SSMA in Figure 2(b), every node processes its own packet and all the packets received by its descendants one by one, starting from node D at level 5. With SSMA using two channels, named TC-SSMA, as shown in Figure 2(c), node B can transmit its own data packet b while node C receives packet d from node D in the first slot since they use different channels. Then, node C has to process packet d received from its child and its own packet c, requiring two slots. Now, node B only needs to process two packets, c and d, from its child since it had already transmitted its own packet in the first slot. Therefore, the maximum number of packets that a node has to process is two in this topology. With TC-SSMA using aggregation, named TC-SSMAa, a node can aggregate two packets into one before transmission, as shown in Figure 2(d), thereby reducing DACT greatly.

DACT reduction using slot reuse and data aggregation: (a) a simple tree, (b) transmission using one channel, (c) concurrent transmission using two channels with slot reuse, and (d) concurrent transmission using two channels with slot reuse and aggregation.
With TC-SSMA, the maximum number of packets that a node has to process corresponds to the number of nodes that belongs to two adjacent levels for any subtree of a sink. In Figure 1, if nodes at odd levels transmit data first, node 1 can have maximum of five packets generated by nodes, 12, 13, 14, 15, and 22. If five packets are aggregated, node 1 sends only one packet within one sharable slot. If the size of an aggregated data is greater than that of the MPDU, it can be transmitted twice after it is segmented into two packets. The size of the aggregated data can be further reduced in real network deployment, considering that the data are generally spatial-correlated 16 and some data can be filtered out.
Notations
We use some notations as follows:
S: a set of nodes participating in a considered network;
L: the maximum level of a tree;
level(i) or
nNbrs(i): a set of neighbors of node i;
C(i): a set of children of node i;
D(i): a set of descendants of node i;
t(X): the transmission time of message X;
slotLen: the length in time of a slot;
sslotLen: the length in time of a sharable slot;
PCL(i): a parent candidate list of node i is a list of nodes such that for every node j in PCL(i), level(i) is equal to level(j)+1 and link (i, j) is reliable.
Two-channel SSMA protocol
Protocol structure
The protocol structure consists of the initial construction period (ICP) and the repeating cycle that includes the DTP and the control transmission period (CTP) as illustrated in Figure 3. During ICP, the participating nodes perform time synchronization, tree construction, and channel-slot scheduling using a common channel.

Protocol structure.
Among the existing approaches for time synchronization,17–19 the flooding time synchronization protocol (FTSP) 18 is employed since it is suitable for the operational characteristics of the proposed MAC protocol. The channel-slot scheduling distributes scheduling parameters to the participating nodes so that every node can allocate a channel and a sharable slot according to its tree level. During DTP and CTP, data packets are delivered from sensor nodes to a sink and command messages are delivered from a sink to sensor nodes, respectively. In this article, only a data transmission protocol is discussed. For the detail discussion on the reliable broadcast protocol for command transmission, refer to the study by Van Vinh and Oh. 20
Reliable tree construction and time synchronization
A reliable tree is constructed by estimating link quality. The protocol adopts the following compound link-quality metric, linkq(t) 3 that combines received signal strength indicator (RSSI) 21 and link quality indication (LQI) 22 associated with a received packet 3
where linkq(t) = 1 indicates that the corresponding link is good at time t, and RSSI(m, t) and LQI(m, t) are the RSSI and the LQI of message m at time t, respectively. RSSITh and LQITh are the threshold values of RSSI and LQI, respectively. Based on this quality function, every node i maintains a reliable neighbor set, RNS(i), which records the link quality of its neighbors. During tree construction, a node, say i, can also maintain a parent candidate list, PCL(i), such that for any node j in PCL(i), link(i, j) is reliable and the level of node j is lower than that of node i by unity.
For time synchronization, our protocol relies on a local time synchronization scheme 3 to remove a run-time overhead while it uses the FTSP 18 only once during ICP. It has been known that FTSP secures an accuracy of less than 30 ms with a resynchronization period of 30 s.2,18 Then, a node performs time synchronization locally by making use of the control messages such as CTS, ACK, or RTR used in our protocol. A sink piggybacks its global time on RTR while other tree-nodes include their global time in CTS or ACK. Upon receiving the control messages, a node updates its global time.
Channel and sharable slot allocation
Based on a constructed tree and a synchronized time, a channel and sharable slot scheduling is performed. Unlike SSMA, the proposed TC-SSMA can allocate the sharable slots of an identical size to different levels by means of parallel transmission and aggregation. Thus, a slot reuse technique can be used. We discuss data transmission method and the functions for the allocation of channels and slots that is based on both a spatial slot reuse and a channel-assisted slot reuse.
Channel allocation
Channel-assisted slot reuse technique
A node cannot receive and transmit data simultaneously. Thus, if two adjacent levels use the same channel for transmitting and receiving, ⌊L/2⌋ channels are sufficient to achieve maximum parallelism among different levels considering a tree of depth L. Then, during the first sharable slot, the nodes at even levels, l = 2, 4, . . . , (2 × ⌊L/2⌋ − 2), (2 × ⌊L/2⌋), can transmit data packets simultaneously to their respective parents in one upper odd levels using different channels. Note that if L is odd, there is no node at level (2 × ⌊L/2⌋ + 2). Nodes at the same even level compete for data packet transmission using CSMA within the same sharable slot. When the first sharable slot ends, all nodes at the highest even level, 2 × ⌊L/2⌋ complete data transmission during the current DACT and thus go to sleep till the end of DACT. During the second sharable slot, the nodes at odd levels, l = 3, 5, . . . , (2 × ⌊L/2⌋ + 1), start data transmission in parallel. When the second sharable slot ends, the nodes at the highest odd level, 2 × ⌊L/2⌋ + 1, complete data transmission and go to sleep till the end of DACT. Note that if L is even, there is no node at level 2 × ⌊L/2⌋ + 1. In this way, whenever one sharable slot ends, the nodes at one level complete data transmission.
Spatial slot reuse technique
Suppose that, for k ≥ 0, levels 4k + 1 and 4k + 2 use channel x, and levels 4k + 3 and 4k + 4 use channel y. Then, we assume that levels 4(k + 1) + 1 and 4(k + 1) + 2 can reuse the same channel x since a transmitting node at level 4k + 2 (transmitters of the former) and a receiving node at level 4(k + 1) + 1 are three hops away. This is illustrated in Figure 4 where node F can reuse the same channel as of node B in data transmission by means of spatial slot reuse. TreeMAC assumes that a signal does not reach other nodes that are two-hop away from its location. 4 According to one study in Malhotra et al., 5 it is verified that the interference of signal from three-hop away nodes is negligible.

Spatial slot reuse and interference.
According to the principle of channel allocation, the functions to determine a receiving channel and a transmitting channel for a node is developed. Let Q(x) and R(x) represent the Quotient and Remainder of integer x with divisor 2
The addition of
where the use of
Sharable slot allocation
Let sslotLen and
Then, each sharable slot can be sequentially numbered from 1 to nsslots. Let ssn denote a sharable slot number. A node can use each sharable slot for one of sending, receiving, and idle. Without loss of generality, suppose that a sink (at level 1) receives data packets from the nodes at level 2 during the first sharable slot (with ssn = 1) as illustrated in Figure 5. Then, the nodes at even levels and at odd levels can use the first slot as sending and receiving activities, respectively. Consequently, the nodes at even levels alternate between sending activity and receiving activity, and those at odd levels do the same in a reverse way.

The pattern of channel and sharable slot allocation.
Since a sink starts with a receiving sharable slot and ends with the receiving sharable slot, the required number of total sharable slots becomes an odd number. Accordingly, the required number of sharable slots, nsslots, can be adjusted as follows
Next, let us calculate the total number of sharable slots that each node needs for data transmission. Whenever each of the sharable slots is used, the nodes at one level starting from the highest level finish data transmission. Finally, the nodes at level 2 finish data transmission in the last slot with ssn = nsslots. Therefore, the maximum supportable level, MaxSupportLevel, with nssslots, is given as follows
The nodes at the MaxSupportLevel (is equal to L in Figure 5) need only one sending sharable slot without requiring any sharable slot for forwarding. It is obvious that the nodes at one lower level need two sharable slots, one for receiving and another for sending. Since the use of one sharable slot results in the completion of data transmission for one level, SD(i) as the sharable slot demand of node i is given as follows
For convenience, let (receiving, sending, idle) be enumerated as (
Figure 5 shows a tree model of level L and the schedule of two channels and sharable slots according to equations (2) and (7).
Data transmission time scheduling
Once tree construction and synchronization are finished, every node knows its slot demand and the channel number for each slot. Then, a node schedules data transmission time in a distributed manner. Let us denote the start time of DACT by sTime. Then, assuming that time is globally synchronized, node i derives
If ssn ≤ SD(i) and
If ssn ≤ SD(i) and
where sTime = GT + ICP, and GT is a globally synchronized time. Node i goes to sleep if it has no data packet to send or forward, or ssn > SD(i).
A sink starts ICP at some arbitrary time, referred to as global time (GT) as shown in Figure 6. Then, suppose that node x can finish two processes, tree construction and time synchronization, before time, GT + tx < GT + ICP where tx is the time elapsed until node x finishes the processes. Then, every node can start DTP at

Data transmission time scheduling.
Reliable data transmission
In the industrial environment in which the channel condition is time-varying, the success of data transmission cannot be guaranteed. Thus, our approach includes two features to improve the reliability of data transmission. First, once a node detects the failure of transmission, it changes its parent using its parent candidate list before retrial. Second, the protocol employs the CSMA mechanism using the MAC control messages such as RTS, CTS, and ACK for data transmission within a sharable slot. In CSMA, if a node detects a channel is idle, it takes a random delay, rdelay, before it transmits RTS to avoid collision
where MaxDelayCnt indicates the maximum delay count and delaySlot indicates the amount of time elapsed from the time when a node sends one bit at the time when its neighbor detects the bit.
A detailed data transmission process is given in Algorithm 1. The procedure starts with a flag, succeed set to False. In line 3, node x tries to send data with its primary parent, p. A node aggregates all data packets received from its children and its own data packet into one packet, aggrPacket. In line 5, function send_packet() uses CSMA/CA to send aggrPacket to p. During this time, the control packets RTS, CTS, and ACK are used not only for reliable data transmission but also for time resynchronization between node x and P(x). If data transmission fails after two retires, a node tries data transmission with a new candidate parent (line 10) until either it succeeds, or the sharable sending slot ends.
Data aggregation
According to our protocol that allows parallel transmission, nodes at level 2 complete the transmission of their own data during the first sharable slot with no aggregation. Therefore, the number of packets to be aggregated corresponds to the number of nodes that is located at two adjacent levels, but belongs to one of the subtrees of a sink, starting from level 3 up to level L.
For a subtree of a sink, let maxAggrNodes be the maximum number of nodes at two adjacent levels. Then, it is given as follows
A node should be able to aggregate the number of data packets that corresponds to maxAggrNodes at maximum. Suppose that every node produces a payload that consists of node address of 2 bytes and data of 4 bytes. Then, size(packet) including the header and trailer of a packet can be given as follows
If the size of a packet goes over 127 bytes, it can be segmented into multiple packets for transmission. This may require the size of a sharable slot to be increased.
For example, consider the subtree whose root is node 1 in Figure 1. Seven nodes 5, 6, 7, 12, 13, 14, and 15 are located at levels 3 and 4. In this case, size(packet) is 60 bytes from equation (11).
Protocol evaluation
DACT analysis
DACTs for different protocols
Let us examine DACT for different approaches. In TreeMAC, 4 since a node is assigned one distinct frame that consists of three slots, DACT is given for a tree with n nodes, as follows
In I-MAC, 2 the size of SF varies according to the level of a tree such that a node at level l requires (l − 1) slots to send one data packet to a sink. Thus, DACT is given as follows
In TC-SSMA, SF is calculated easily since nodes at every level from 2 to L require one sending sharable slot. Referring to Figure 5, the DACT of TC-SSMA for a tree of level L is calculated as follows
Lower bound of sharable slot size
In this section, we estimate the size of a sharable slot, sslotLen. A node has its neighbors over three levels; however, it only competes with its neighbors at the identical level when it wants to send data packet to its parent. Assuming that its neighbors are uniformly distributed over three levels, the lower bound of sslotLen is expressed as follows
where nNbrs indicates the average number of neighbors of a node, and

Transmission success scenario in the worst case.
Estimation of tree depth and the number of neighbors
Using the cumulative distribution function in Bettstetter et al., 23 we can estimate how many nodes are located at each level. The probability distribution of tree level, Pr(level = l), is obtained with the transmission range of R and the dimension of a × a. Figure 8 shows Pr(level = l) with a = 100 m and R = 25 m where the maximum tree level is bounded to 6.

Distribution of levels (R = 25 m, a = 100 m).
Using the probability mass function in Lifang and Huimin et al., 24 we can estimate the number of neighbors that a node can have. The probability distribution, Pr(nNbrs = k), is obtained with the transmission range of R, the dimension of a × a, and the number of nodes, n. Figure 9 shows Pr(nNbrs = k) with a = 100 m, R = 25 m, and n ∈ {25, 30, 35, 40} where nNbrs is about 12 in the worst case when n = 30.

Distribution of the number of neighbors.
Determination of sharable slot size
To determine the sharable slot size from equation (15),
In simulation,
Based on the 802.15.4 physical layer standard with a transmission rate of 250 Kbps (=0.032 ms/byte) and a synchronization header, PHY header, MAC header and footer of 11 bytes, we can calculate
With MaxDelayCnt = 20, delaySlot = 0.32 (ms), and CTSTimeout = 0.832 (ms), from equation (16), we get
Substituting equation (20) into equation (15), we obtain
For example, according to Figure 9, nNbrs = 12 in the network of 100 × 100 (m2), R = 25 m, and n = 35. Substituting nNbrs = 12 into equation (21), we obtain
Comparison of DACTs
Suppose that slotLen = 20 ms. From Figure 8, L = 6 and
In Figure 10, the SF sizes of three protocols are compared by changing the number of nodes from 25 to 40. It is shown that the SF size of TC-SSMA is much smaller than the other single-channel approaches overall since it allows parallel transmission. As the number of nodes increases, I-MAC and TreeMAC show a rapidly increasing curve compared to the slow increase in TC-SSMA. This is because the number of neighbors increases slowly with the increase in the number of nodes as shown in Figure 9.

The comparison of DACTs with varying the number of nodes.
Performance evaluation
Simulation setup
The QualNet simulator version 5.0.2 was used for simulation. The proposed protocol, TC-SSMA, is compared with its ancestor SSMA 3 using single channel and another protocol MC-LMAC 9 using multiple channels under two different network scenarios. We used two performance metrics: packet delivery ratio (PDR) that is defined as the ratio of the total number of data packets successfully received at a sink to the total number of data packets sent by all sensor nodes, and energy consumption that is given as the average energy consumed by each sensor node for all sorts of data transmission activities during simulation time. Table 1 shows the key simulation parameters and values.
Simulation parameters and values.
Evaluation scenarios
Simulation scenarios were made with two deployment patterns: a square dimension of 100 × 100 m2 and a rectangular dimension of 50 × 200 m2, shown in Figure 11(a) and (b), respectively. All sensor nodes were uniformly distributed, and a sink is placed at the middle of the top of the area. Each node is required to transmit one packet of 127 bytes per DACT.

Deployment patterns.
Scenario I: static network with fading
All sensor nodes are immobile; the links can be broken by the channel fading. The Ricean fading model was used with the driving parameter K that is defined as the ratio between PLOS and Pother_paths where PLOS is the receiving power in a line-of-sight path, and Pother_paths is the receiving power in other paths. This implies that the smaller value of K has the higher degree of the fading effect.
Scenario II: dynamic network with mobile nodes
One to three nodes are selected randomly and are allowed to move along the predefined tracks as illustrated in Figure 12. A mobile node has the maximum speed of 1 m/s that models the movement of workers who carry sensor nodes, and moves continuously without a pause time. The length of each arrowed line segment is about 25 m.

Node mobility model for dynamic scenario.
Determination of DACT
In order to examine the appropriate size of DACT, PDR was obtained with decreasing DACT from 2.0 to 0.6 s. Figure 13 shows that the PDR of TC-SSMA starts decreasing very slowly at DACT < 0.8 with nNodes = 25. This value can be compared with 0.6 from the analytical data in Figure 10. Note that the PDR of SSMA decreases at DACT < 1.2. This implies that TC-SSMA reduces DACT considerably. Also, with TC-SSMA, the DACT of 1.0 seems quite reasonable with nNodes = 25. Thus, with DACT = 1.0, the PDRs of TC-SSMA and SSMA were obtained by increasing the number of nodes. In Figure 14, it is shown that the PDR of TC-SSMA is sustained against the increase in nNodes from 25 to 50 while that of SSMA decreases notably from over 30 nodes.

PDR with varying DACT (nNodes = 25).

PDR with varying nNodes (SF = 1.0).
Evaluation with scenario I
In Figure 15, three protocols, SSMA, TC-SSMA, and MC-LMAC, are compared for PDR and energy consumption with DACT fixed to 1.0 and nNodes fixed to 25. It is shown that all protocols show much lower PDRs in the rectangular dimension that can produce the higher tree depth. However, TC-SSMA does not make a notable difference of PDRs for two dimensions. Furthermore, referring to the slopes of the PDR graphs, SSMA and TC-SSMA are much less sensitive against the increasing fading effect (i.e. the decrease in K) than MC-LMAC owing to the use of multiple parents with a sharable slot. In conclusion, TC-SSMA is highly dependable against high fading effect and various shapes of network dimension.

Packet delivery ratio (DACT = 1.0, nNodes = 25).
Referring to Figure 16, TC-SSMA has rather higher energy consumption than SSMA. It makes sense since nodes in TC-SSMA has to wake up at every receiving sharable slot to receive packets from their children, while in SSMA, nodes wake up only once at a sharable slot and go to sleep immediately after they succeed in data transmission. Note that MC-LMAC consumes much more energy than the other two protocols.

Energy consumption (DACT = 1.0, nNodes = 25).
Evaluation with scenario II
In this simulation, we compare three approaches with varying the number of mobile nodes (nMNodes) while DACT, nNodes, and K are fixed to 1.0, 25, and 12, respectively. In Figure 17, it is shown that SSMA and TC-SSMA using a sharable slot are not sensitive to the increase in nMNodes compared to MC-LMAC. The graphs in Figure 17 is quite similar to those in Figure 15, since both the decrease in K and the increase in the number of mobile nodes increase link instability. For energy consumption, the graphs of Figure 18 are quite similar to those of Figure 16 since energy consumption is less affected by link instability.

Packet delivery ratio (DACT = 1.0, nNodes = 25, K = 12).

Energy consumption (DACT = 1.0, nNodes = 25, K = 12).
Conclusion
With the use of two channels and packet aggregation, TC-SSMA is able to shorten DACT significantly by employing the spatial slot reuse and channel-assisted slot reuse techniques. It is proven by analysis that TC-SSMA could reduce DACT largely compared to I-MAC and TreeMAC. Thus, TC-SSMA will be able to satisfy more tightly time-constrained industrial applications. Simulations were performed with varying fading effects and different number of mobile nodes. It was shown by simulation that TC-SSMA achieves low energy consumption comparable to its single-channel ancestor, SSMA, and also that TC-SSMA far outperforms the multi-channel MAC protocol, MC-LMAC, and SSMA in DACT and PDR.
In future studies, the use of multiple channels can be considered within a sharable slot to further improve throughput. The channel hoping mechanism can also be considered for improving the reliability of data transmission. Finally, experiments with implementation have to be conducted to examine the applicability of the proposed protocol in real work fields.
Footnotes
Handling Editor: Carlos Calafate
Declaration of conflicting interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was supported by the 2018 Research Fund of University of Ulsan.
