ISSN ONLINE(2319-8753)PRINT(2347-6710)

All submissions of the EM system will be redirected to Online Manuscript Submission System. Authors are requested to submit articles directly to Online Manuscript Submission System of respective journal.

Priority based Packet Scheduling Approach for Wireless Sensor Networks

R.Karthikeyan1, R.Nandha Kumar2,M.Ramesh3
  1. PG scholar, Department of ECE, Karpagam University, Coimbatore, India
  2. Assistant Professor, Department of ECE, Karpagam University, Coimbatore, India
  3. Assistant Professor, Department of ECE, Indus College of Engineering, Coimbatore, India
Related article at Pubmed, Scholar Google

Visit for more related articles at International Journal of Innovative Research in Science, Engineering and Technology

Abstract

A priority based packet scheduling scheme is proposed which aims at scheduling different types of data packets, such as real time and non-real-time data packets at sensor nodes with resource constraints in Wireless Sensor Networks. Most of the existing packet-scheduling mechanisms of Wireless Sensor Networks use First Come First Served (FCFS), non-preemptive priority and preemptive priority scheduling algorithms. These algorithms results in long end-to-end data transmission delay, high energy consumption, deprivation of high priority real-time data packets also it results in improper allocation of data packets to queues. Moreover, these algorithms are not dynamic to the changing requirements of Wireless Sensor Network applications since their scheduling policies are predetermined. In this paper, each node has three levels of priority queues. Real-time packets are placed into the highest-priority queue and can preempt data packets in other queues. Non-real-time packets are placed into two other queues based on a certain threshold of their estimated processing time. Leaf nodes have two queues for real-time and non-real-time data packets since they do not receive data from other nodes and thus, reduce end-to-end delay. The priority packet scheduling scheme outperforms conventional schemes in terms of average data waiting time and end-to-end delay and also it reduces sensor energy consumption. Index terms- Wireless sensor networks, FCFS, priority packet scheduling, pre-emptive, nonpreemptive, real-time packets, non real-time packets

Index terms

Wireless sensor networks, FCFS, priority packet scheduling, pre-emptive, nonpreemptive, real-time packets, non real-time packets

INTRODUCTION

Wireless sensor networks are a trend of the past few years, and they involve deploying a large number of small nodes. The nodes then sense environmental changes and report them to other nodes over flexible network architecture. Sensor nodes are used in hostile environments or over large geographical areas. A wireless sensor network consists of hundreds or thousands of low cost nodes which could either have a fixed location or randomly deployed to monitor the environment. Due to their small size, they have a number of limitations, an issue that I will discuss later. Sensors usually communicate with each other using a multi hop approach. The flow of data ends at special nodes called base stations (sometimes they are also referred to as sinks). A base station links the sensor network to another network (like a gateway) to disseminate the data sensed for further processing. Base stations have enhanced capabilities over simple sensor nodes since they must do complex data processing; this justifies the fact that bases stations have workstation/laptop class processors, and of course enough memory, energy, storage and computational power to perform their tasks well. Usually, the communication between base stations is initiated over high bandwidth links. The biggest problems of sensor networks are power consumption, which is greatly affected by the communication between nodes. To solve this issue, aggregation points are introduced to the network. This reduces the total number of messages exchanged between nodes and saves some energy. Usually, aggregation points are regular nodes that receive data from neighboring nodes, perform some kind of processing, and then forward the filtered data to the next hop. Similar to aggregation points is clustering. Sensor nodes are organized into clusters, each cluster having a “cluster head” as the leader. The communication within a cluster must travel through the cluster head, which then is forwarded to a neighboring cluster head until it reaches its destination, the base station. Another method for saving energy is setting the nodes to go idle (into sleep mode) if they are not needed and wake up when required. Of course, the challenge is to find a pattern at which energy consumption is made evenly for all the nodes in the network.[4]. Each sensor nodes operates with the help of batteries that have limited memory and limited computing power. Unlike other batteries the batteries of the sensor nodes are unchangeable and un-rechargeable, the available energy in the batteries determine the lifetime of the sensor networks so the energy is the main parameter that have to be considered while designing the wireless sensor networks. The figure 1 shows the network model of a Wireless Sensor Network.
image
In wireless communication enhancing the packet delivery through wireless links can be developed by using packet scheduling algorithms. The packet scheduling scheme is used to select which packet to be dropped or serviced and it ensures packet delivery based on priority and fairness with minimum latency, it can also guaranteed QoS which in turn increases the transmission rate. The servicing and dropping of the packets will be based on several network parameters like bandwidth, packet arrival rate, and packet deadline and packet size. Scheduling of packets will be done in a scheduler and the scheduler will find it difficult to handle each and every packet due to the high packet rate, low bandwidth and less packet size. So the scheduler will select certain packets based on various algorithms [15].
An extensive research for scheduling the sleepwake times of sensor nodes has been conducted [1]-[4] and the research for packet scheduling of sensor nodes that schedules the data packets is also done [4]-[7]. Most existing packet scheduling schemes of WSN are neither dynamic nor suitable for large scale applications since these schedulers are predetermined and static and cannot be changed in response to a change in application requirements or environments [6]. The remainder of the paper is organized as follows. In section II, we discuss several existing WSN task scheduling algorithms. Section III presents the working principle of the proposed priority based packet scheduling algorithm. Section IV evaluates the performance of priority based packet scheduling algorithm through simulations and compares it against existing scheduler algorithms. Finally section V concludes the paper defining some future research scopes.

II RELATED WORKS

In this section the packet or task scheduling schemes are classified based on several factors such as Deadline, Priority, and Packet Type.
image
Deadline: Packet scheduling schemes can be classified based on the deadline of arrival of data packets to the base station (BS), which are as follows. First Come First Served (FCFS): The processing of the data in First Come First Served (FCFS) schedulers takes place in the order of their arrival times at the ready queue. In FCFS the datas that are arriving late at the intermediate nodes from the nearest neighboring nodes will take less time to be processed and the data from the distant leaf nodes requires a lot of time to be delivered to the base station (BS). First Come First Served experiences long waiting times since many data packets arrive late at the intermediate nodes. Earliest Deadline First (EDF): The data packets available at the ready queue have a deadline within which it should be delivered to the base station, the data packet which has the earliest deadline is sent first. This algorithm is efficient in terms of average packet waiting time and end –to-end delay.
The research work done by Lu C et al. [10] proposes a real-time communication architecture which uses a priority based scheduler. Priority is given to the data which travelled the longest distance and with shortest deadline. This approach deduces network traffic and data processing overhead but it consumes a lot of memory and power. Mizanian et al. [11] proposed RACE, a packet scheduling policy in which the priority queues will drop the deadline expired data packets in order to avoid waiting network resources. Priority: Packet scheduling schemes can be classified based on the priority of data packets that are sensed at different sensor nodes. Non-preemptive : In non-preemptive priority packet scheduling, the packet after starting its execution it carries out its task even if a high priority packet arrives at the ready queue, the higher priority have to wait in the ready queue until the execution gets complete. Packet scheduling in non preemptive never initiates context switching.
Preemptive: In preemptive priority packet scheduling, higher priority packets are processed first and it can preempt the lower priority packets by saving the context of the already running lower priority packets. The drawback of this scheduling scheme is if the deadlines of two packets are different, the shorter deadline packet would be placed into the higher-priority queue and the longer deadline packet would be placed into the lowerpriority queue. Min Y.U. et al. [12] classify the scheduling mechanisms as cooperative or preemptive that are in Tiny OS , [13]. Cooperative scheduling schemes are based on earliest deadline First (EDF) and Adaptive Double Ring scheduling (ADRS) [14]. The preemptive scheduling is based on Emergency Task First Rate Monotonic (EF-RM) a static priority scheduling, whereby shortest- deadline job has the highest priority. In ARDS two queues with different priorities are used in which the scheduler switches between the two queues based on deadline, the shortest deadline packet is given highest priority queue and the longest deadline packet is given low priority queue. Packet Type: Packet scheduling schemes can be classified based on the types of data packets, which are as follows.
Real-time packet scheduling: Real time data packets are given highest priority among all the data packets in the ready queue, so higher priority packets are processed first and then it has to be delivered to the base station (BS) with minimized end-to-end delay. Non-real-time packet scheduling: The non real time data packets will have lower priority and so they can be delivered to the base station with little delay if there are no real time packets in the ready queue then the data packets uses FCFS or Shortest Job First in order to deliver it to the base station. The packet scheduling mechanisms of Tiny OS cannot be applied to all the applications because certain data packets take long execution time and there might be a chance that the real time packets are discarded due to the fact that the queue can be filled up quickly by the most frequent local data packets. In order to eliminate these drawbacks Zhao Y. [24] proposed an improved priority based soft real time packet scheduling algorithm in which the priority for the packets are decided during the compilation phase and it cannot be changed during the execution time.

III PROPOSED PRIORITY BASED PACKET SCHEDULING SCHEME

In Priority Based (PB) packet scheduling scheme the sensor nodes are organized into a hierarchical structure. Nodes with the same hop distance from the BS are assumed to be located at the same hierarchical level. Data packets sensed by nodes at different levels are processed using a TDMA scheme. The nodes that are located at the lowest level and one level upper to the lowest level can be allocated timeslots 1 and 2, respectively. Each node maintains three levels of priority queues i.e. the maximum number of levels in the ready queue is classified as (i) real-time which is given priority 1 and it will go to the first classified queue, (ii) non-real-time remote data packet that are received from lower level nodes are given priority2 and the data packets will be placed in second highest priority queue, and (iii) Non-real-time local data packets that are sensed at the node itself are given priority 3 and those data packets are placed in third queue.
Non-real-time data traffic with the same priority are processed using the shortest job first (SJF) scheduler scheme since it is very efficient in terms of average task waiting time and First Come First Served FCFS Modules: The modules of proposed priority based packet scheduling schemes are (i) Topology Formation (ii) Packets differentiation and (iii) PB Scheduling scheme Topology Formation: Construction of project design in NS2 should takes place. Each node should send hello packets to its neighbor node which are in its communication range to update their topology.
Packets differentiation: Using the concept of three-level priority queues at each node, the proposed PB task scheduling scheme allows different types of data packets to be processed based on their priorities. Since real-time, and emergency data should be processed with the minimum end-to-end delay, they are processed with the highest priority, and can preempt tasks with lower priorities located in the two other queues. DMP Scheduling scheme: In the PB task scheduling approach, the source of a data packet is used to define the priority of data packets other than real-time. The priority of non-real time data packet will be more if it is sensed at remote node rather than the current sending node. Moreover, when no real-time tasks are available, pr3 tasks can preempt pr2 tasks if they are in starvation for a long time. This allows the processing of different types of tasks with fairness. The memory is also dynamically allocated to three queues and the size of the highest-priority queue is usually smaller than the two other queues since pr1 real-time tasks do not occur frequently compared to non-real-time tasks. As the memory capacity of a sensor node is limited, this also balances memory usages. Moreover, tasks are mostly non-real-time and are processed in the pr2 and pr3 queues. Non-real-time tasks that a node x receives from the lower level nodes are known as non-real-time remote tasks and processed with higher priority (pr2 ) than the non-real-time local tasks that x senses. Thus, non-realtime remote tasks incur less average waiting time.
Scheduling data packets among several queues of a sensor node in which the data packets that are sensed at a node are scheduled among a number of levels in the ready queue. The possible reasons for choosing maximum three queues are to process (i) Overall goal of Wireless Sensor networks is achieved by the scheduling real time pr1 tasks, (ii) In order to achieve the minimum average task waiting time and also to balance the end-toend delay by placing Non-real-time pr2 tasks giving higher priority to remote data packets, (iii) Non-real-time pr3 tasks with lower priority to achieve fairness by preempting pr2 tasks if pr3 tasks wait a number of consecutive timeslots
The queue sizes differ in our proposed method based on the application requirements. Due to switching and context storage in resource constraint sensor networks, the size of the ready queue for preemptive priority schedulers is expected to be smaller than that of the preempt able priority schedulers in preemptive scheduling. The idea behind this is that the highestpriority real-time/emergency tasks rarely occur. They are thus placed in the preemptive priority task queue (pr1 queue) and can preempt the currently running tasks. Since these processes are small in number, the number of preemptions will be a few. On the other hand, non-realtime packets that arrive from the sensor nodes at lower level are placed in the preempt priority queue (pr2 queue).The processing of these data packets can be preempted by the highest priority real-time tasks and also after a certain time period if tasks at the lower priority pr3 queue do not get processed due to the continuous arrival of higher priority data packets. Real-time packets are processed in the way as First Come First served. Each packet has an ID, which consists of two fields, namely level field and node field if two equal priority packets arrive at the ready queue at the same time, the data packet at the lower level will have higher priority. Due to this the end-to-end delay of the lower level tasks to reach the BS is reduced. When two tasks occur at the same level, the smaller task will have higher priority and the smaller task is in terms of data size and then the larger data size packet is processed. When a node senses and receives data from lower-level nodes, it process the data and forward the data within its allocated timeslot such that , the probability that the ready queue at a node becomes full and dropping of the packets is low, if any data that is in the ready queue during its allocated timeslot, that data will be processed in the next allocated timeslot.
Apart from the fact that the queue lenghts are different the timeslots at each level are also not fixed and it changes according to the application requirements like data sensing period, data transmission rate, and CPU speed. The time required to transmit any real-time or emergency data will be short and will not increase at the upper levels since there is no data aggregation. The time that is remaining in a timeslot of nodes at a particular level will be used to process data packets at other queues. The degradation of system performance is low since the probability of having real-time emergency data is low, but it may improve the perceived Quality of Service (QoS) by delivering real-time data fast. Moreover, if any node at a particular level completes its task before the expiration of its allocated timeslot, it goes to sleep increasing its energy efficiency [3]. Priority Based (PB) packet scheduling scheme ensures a tradeoff between priority and fairness, better average task waiting time and end-to-end delay and it also ensures tradeoff between fairness and priority. Hence the proposed PB task scheduling mechanism is highly efficient .

IV PERFORMANCE EVALUATION

A simulation model based on NS 2 is used. In order to evaluate the performance of dynamic multilevel priority packet scheduling scheme and to come with the existing first come first serve packet scheduling scheme the below parameters are configured in network simulator. We assumed that the dimension of the scenario as 1700*1700. The number of zones used varies from 4 to 8 and we have choosen 4 zones. Nodes are distributed over the zones and the zones can hold 50 nodes here we have assumed there are 44 nodes and the protocol used is Dynamic Source Routing (DSR) and the size of the packet is 2000 bytes. In this proposed method the area is split into four zones and the 44 nodes are distributed in the different zones with the base station at the top which is numbered as 0 and all the other nodes numbered from 1-39 occupy the different zones The performance of the proposed PB task scheduling scheme in terms of energy, ene-to-end delay, and packet delivery are analyzed. Energy: Energy is defined as the total energy consumed by each and every node that are occupied in the total coverage area. The below figure shows the comparison between the existing and proposed packet scheduling schemes in which the proposed scheme has less energy is consumed when compared with the existing schemes. It demonstrates the energy of all types of data traffic over a number of zones and levels, From these results, we find that the PB task scheduling scheme is very energy efficient and also it outperforms FCFS. This is because in the proposed scheme, FCFS will consume large amount of energy since it processes the data in the order of their arrival time . Thus, the average energy of the proposed PB based packet scheduling scheme is vastly reduced.
image
Delay: Delay is defined as the average time taken by the packet to reach the server node from the client node. The below figure shows the comparison between the existing and proposed packet scheduling schemes in which the proposed scheme has less delay when compared with the existing schemes. It demonstrates the end-to-end delay of all types of data traffic over a number of zones and levels, From these results, we find that the PB task scheduling scheme outperforms FCFS, and scheduler in terms of end-to-end data transmission delay. This is because in the proposed scheme, the tasks that arrive from the lower level nodes are given higher priority than the tasks at the current node. Thus, the average data transmission delay is shortened.
image
Packet delivery ratio: Packet delivery ratio is defined as the ratio of number of packets received to the number of packets sent by the server. The below figure shows that the proposed scheme has better packet delivery ratio and it validates our claim that the proposed PB scheme has better packet delivery ratio as when compared to the FCFS scheme.
image

V CONCLUSION AND FUTURE WORK

In this paper, the proposed Priority Based (DMP) packet scheduling scheme for Wireless Sensor Networks (WSNs) uses three-level of priority queues to schedule data packets based on their types and priorities. It ensures minimum end-to-end data transmission for the highest priority data while exhibiting acceptable fairness towards lowest-priority data. Experimental results show that the proposed PB packet scheduling scheme has better performance than the existing FCFS in terms of the energy end-to-end delay and packet delivery ratio. The proposed PB scheme can be enhanced by assigning task priority based on task deadline instead of the shortest task processing time. In order to reduce processing over-head and save bandwidth, the tasks with expired deadlines from the medium is removed. The degradation of the system performance such as end-enddelay and packet delivery ratio can done by a condition called deadlock a situation in which the resources held by the real time task for a longer period of time such that the other tasks need to wait for an undefined period time. This deadlock situation degrades the performance of task scheduling schemes in terms of end-to-end delay. Hence, we would deal with the circular wait and preemptive conditions to prevent deadlock from occurring.

References

  1. Nidal Nasser, Lutful Karim, and Tarik Taleb, “Dynamic Multilevel Priority Packet Scheduling Scheme for Wireless Sensor Network”, IEEE Trans on Wireless communication, Vol.12, no. 4, pp.1448-1459, 2013.
  2. G. Anastasi, M. Conti, and M. Di Francesco, “Extending the lifetime of wireless sensor networks through adaptive sleep,” IEEE Trans. Industrial Informatics, vol. 5, no. 3, pp. 351–365, 2009.
  3. G. Bergmann, M. Molnar, L. Gonczy, and B. Cousin, “Optimal period length for the CQS sensor network scheduling algorithm,” in Proc. 2010 International Conf. Netw. Services, pp. 192–199.
  4. E. Bulut and I. Korpeoglu, “DSSP: a dynamic sleep scheduling protocol for prolonging the lifetime of wireless sensor networks,” in Proc. 2007 International Conf. Advanced Inf. Networking Appl., vol. 2, pp. 725– 730.
  5. S. Chachra and M. Marefat, “Distributed algorithms for sleep scheduling in wireless sensor networks,” in Proc. 2006 IEEE International Conf. Robot. Autom., pp. 3101–3107.
  6. F. Liu, C. Tsui, and Y. J. Zhang, “Joint routing and sleep scheduling for lifetime maximization of wireless sensor networks,” IEEE Trans. Wireless Commun., vol. 9, no. 7, pp. 2258–2267, July 2010.
  7. J. Liu, N. Gu, and S. He, “An energy-aware coverage based node scheduling scheme for wireless sensor networks,” in Proc. 2008 International Conf. Young Comput. Scientists, pp. 462–468.
  8. O. Khader, A. Willig, and A. Wolisz, “Distributed wakeup scheduling scheme for supporting periodic traffic in wsns,” in Proc. 2009 European Wireless Conf., pp. 287–292.
  9. A. R. Swain, R. C. Hansdah, and V. K. Chouhan, “An energy aware routing protocol with sleep scheduling for wireless sensor networks,” in Proc. 2010 IEEE International Conf. Adv. Inf. Netw. Appl., pp. 933–940.
  10. C. Lu, B. M. Blum, T. F. Abdelzaher, J. A. Stankovic, and T. He, “RAP: real-time communication architecture for large-scale wireless sensor networks,” in Proc. 2002 IEEE Real-Time Embedded Technol. Appl. Symp., pp. 55–66.
  11. K. Mizanian, R. Hajisheykhi, M. Baharloo, and A. H. Jahangir, “RACE: a real-time scheduling policy and communication architecture for large-scale wireless sensor networks,” in Proc. 2009 Commun. Netw. Services Research Conf., pp. 458–460.
  12. M. Yu, S. J. Xiahou, and X. Y. Li, “A survey of studying on task scheduling mechanism for TinyOS,” in Proc. 2008 International Conf. Wireless Commun., Netw. Mobile Comput., pp. 1–4.
  13. P. A. Levis, “TinyOS: an open operating system for wireless sensor networks (invited seminar),” in Proc. 2006 International Conf. Mobile Data Manag., p. 63.
  14. K. Lin, H. Zhao, Z. Y. Yin, and Y. G. Bi, “An adaptive double ring scheduling strategy based on tinyos,” J. Northeastern University Natural Sci., vol. 28, no. 7, pp. 985–988, 2007.
  15. Jaspher W. Katherine, Arun raj, “Packet scheduling Algorithms in Different Wireless networks A Survey” in IJERT, vol. 1, no. 8, 2012.