SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 2, Issue 9 (May 2013) PP: 16-23
www.ijeijournal.com Page | 16
Wireless Sensor Network in Niger Delta Oil and Gas Field
Monitoring: Issues and Database Abstraction
Fidelis C. Obodoeze1
, Frank E. Ozioko2
, Francis A. Okoye3
, Thankgod I. Ozue4
,
Samuel C. Asogwa5
And Calista N. Mba6
1
Department of Computer Science Renaissance University Enugu, Nigeria
All correspondence to
2, 3
Department of Computer and Information Science, Enugu State University of Science and Technology
(ESUT), Nigeria
3
Nyzpat Technologies Port Harcourt, Rivers State , Nigeria
4
Department of Computer Science, Michael Okpara University of Agriculture, Umudike, Nigeria
5
Department of Computer Engineering Caritas University Amorji-Nike Enugu, Nigeria
ABSTRACT: The IEEE 802.15.4 enabled Wireless Sensor Networks (WSNs) have found useful applications in
mission-critical environments especially in Nigeria oil and gas field monitoring, Niger Delta region, to perform
real-time monitoring and surveillance of critical oil and gas pipelines, plants, wells and flow stations. Outputs
from quantitative sensors such as pressure, vibration, Passive Infra Red (PIR) movement, flowrate, Infrared
thermo (temperature) sensors and qualitative sensors such as wireless IP cameras (triggered by actuators)
when certain threshold conditions are breached. The integration of sensors and actuators can be combined
effectively to detect instant intrusion, leakage, rupture or vandalisation of oil facilities such as pipelines in such
a manner that sensed data can be passed to the control room or intelligent actuators for immediate actions. In
this paper, we propose a database abstraction framework using tinydb database management system (DBMS)
that can enable real-time data coming from these sensors to be stored, updated and queried by a client-server
system so that visualizations can be performed using a standard client-based browser interface (www or http://).
KEYWORDS: WIRELESS SENSOR NETWORK WSN, NIGER DELTA REGION, NIGERIA, OIL PIPELINES, OIL AND GAS FIELD
MONITORING, MISSION-CRITICAL, DATABASE ABSTRACTION, EVENT-TRIGGERED MONITORING, PERIODIC MONITORING,
TINYDB.
I. INTRODUCTION
Wireless sensor networks are IEEE 802.15.4 enabled devices capable of robust and reliable multi-hop
communications [1],[2]. Wireless sensors can be deployed in unattended environments and can enable collection
of data from there to distant base stations and then to control room [3], [4].
Wireless sensors have found useful applications in varying number of civilian and military applications
because of their low-cost and ease of deployment [2],[5],[6]. Because of these inherent and other advantages,
wireless sensor networks have found useful applications in environmental monitoring applications especially in
oil and gas fields. Wireless Sensor Networks (WSNs) exists in various quantitative and qualitative sensor types
to enable samplings and measurements of oil and gas field parameters such as temperature, pressure, vibration,
flow rate etc. These quantitative and qualitative sensors cannot work alone; they need actuators to be attached
to them as well as means of communication so as to transfer their sampled data to the control station for
immediate action to be taken in the event of detection of leakage, rupture or intentional vandalisation of oil and
gas facility from the remote field. Some sensor nodes are just sensors only while some are sensors with attached
actuators [7]. Some WSNs can assist in the communication or transfer of the sampled data from the remote oil
fields and to the base station and then to the control room or station. In Nigeria Niger Delta region, the greatest
challenge facing the oil and gas sector is that of physical security – vandalisation of oil and gas pipelines by
hoodlums and criminal-minded individuals to steal crude oil and other refined petroleum products. Quantitative
and qualitative wireless sensors have replaced traditional-based monitoring technologies such as wired fibre
optics and satellite because these technologies are difficult to deploy, maintain and operate. Wireless sensor
networks (WSNs) are resource-constrained communication devices that have low power, low memory, low
computing capability, utilizes wireless communication and have inbuilt sensing units. Figure 1 depicts the
diagram of a typical WSN node with low battery power, CPU with limited computing capability, wireless aerial
antenna or transceiver etc. Figure 2 depicts a high-level schematic representation of a WSN node hardware with
attached environmental sensors and actuators.
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 17
Figure 1. Hardware unit of a Wireless Sensor Network node[8]
Figure 2. A high-level schematic representation of a WSN node hardware [9]
For a distributed processing network such as Wireless Sensor Actuator Network (WSAN), periodic and
event-triggered monitoring/actuation is required to effectively use WSN to monitor oil and gas pipelines and
facilities. Periodic monitoring/actuation involve continuous processing of sensed remote data from the oil
fields. The application performs periodic tasks to gather sensor readings, coordinates with other parts of the
system, and possibly performs actuation as needed. Event-triggered monitoring/actuation in applications are
characterised by two phases: 1) during event detection, the system is largely quiescent, with each node
monitoring the values its samples from the environment (oil field) with little or no communication involved: 2)
if and when the event condition is met (e.g. a pressure sensor value lowers below a certain threshold or a
vibration or infrared temperature sensor raises above a threshold value or when an intrusion is detected using a
Passive Infrared (PIR) motion detector or sensor), the WSN begins its distributed processing.
To successfully monitor the remote oil and gas installations and facilities in the Niger Delta region,
periodic as well as event-triggered monitoring/actuation is required. The sensed remote data from the
quantitative and qualitative wireless sensors units installed in the oil and gas fields must be sampled and the
sensor data transmitted or communicated to either installed actuators to take pre-emptive response to the
vandalisation such as raising continuous audible alarm to scare away the vandals using a mobile robots or
recording video scenes of the vandalisation and transferring the same data to the Supervisory Control And Data
Acquisition (SCADA) control room via a wireless base station proactively.
The real-time data from the wireless sensors and the actuators must be stored in a database in an
embedded PC or microcontroller and then parsed to the internet (www) or to the intranet of the oil company that
installed it using http:// interface in the SCADA software. Figure 3 shows the workflow datagram for the
database abstraction from oil and gas sensors to the WSN source nodes to the actuator nodes and then to the
WSN source nodes and finally to the wireless base station in the WSN Gateway. Figure 4 depicts the data flow
diagram (DFD) of the proposed WSN-Actuator monitoring system with backend software tools.
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 18
Figure 3. Workflow diagram of the proposed WSAN monitoring system for oil and gas field
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 19
Figure 4. Data Flow Diagram (DFD) of the proposed WSN-Actuator monitoring system for oil and gas field
Niger Delta region with backend database abstraction.
II. THE PROPOSED DATABASE ABSTRACTION FOR REMOTE DATA ACQUSITION FROM OIL
AND GAS FIELD MONITORING
The proposed database abstraction framework will use Tinydb database management system (DBMS).
2.1. Tinydb Database Management System (DBMS)
Tinydb is a joint work from Massachusetts Institute of Technology (MIT), UCB and Intel Research
Unit. It is a very powerful DBMS for resource-constrained embedded devices such as wireless sensors and
microcontrollers and at such very suitable for data acquisition of environmental variables from remote locations.
Tinydb is widely used in real world applications especially in real-time monitoring. According to [10], In
Tinydb, sensed data are indeed made available as entries of a sensors table, and the user accesses the table using
SQL-like queries. To cater with the peculiarities of WSN applications, however, further constructs are provided
to express, for instance, the lifetime and period of queries.
2.2. Data Access modelling for the proposed abstraction
The data modelling for the proposed database abstraction framework for the sampling of remote data or
data acquisition for the sampled environmental field data from quantitative and qualitative sensors monitoring
the oil and gas field includes the following data:
 sensordata1,
 sensordata2,
 sensordata3,
 sensordata4, and
 sensordata5
Representing sensor data from pressure, vibration, flowrate, PIR motion detection and Infrared
temperature sensors respectively. Actuator data actndata1, actndata2 represent actuated data coming from
attached actuated-devices such as wireless IP camera to record surveillance video/image data from the scene(s)
of the oil and gas pipeline leakage or intentional vandalisation and the captured data are passed to the WSAN
Gateway for onward transmission to the Control PC or embedded PC (microcontroller) and then to the database
server.
2.2.1. The table structures for the proposed database Abstraction
We propose two (2) database tables - sensors and actuators for the database remote_data to effectively
capture and store the sampled remote data from the five (5) quantitative sensors and two (2) qualitative sensors
attached to the two actuators respectively. The database table structures of the sensors and actuators tables are
depicted in Table 1 and Table 2 below respectively but because the developers of Tinydb DBMS did not
concern themselves about actuator data but concentrated on only sensor data [11]. This means that only sensors
table can be used to sample and store sensor and actuation data.
Table 1. Sensors table without actuation data sensors Table
nodeid sensor_type sensordata sampled_time
1 Pressure sensordata1 time1
2 Vibration Sensordata2 time2
3 Flowrate Sensordata3 time3
4 PIR movement Sensordata4 time4
5 Infrared temperature Sensordata5 time5
Table 2. Actuator table actuators Table
actuatorid Video_data sampled_time
1 actndata1 time1
2 actndata2 time2
Hence we submerge the two proposed tables, sensors and actuators tables into one (sensors table)
according to the specification of Tinydb. Data acquisition query syntax has been extended to support actuators
using a new keyword. To solve declarative nature violations we need better query syntax for actuation tasks [7].
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 20
Hence the sensor table in Table 1can be modified to include actuator data (in Table 2) using UPDATE SQL
command of Tinydb as contained in Table 3.
Table 3: New Sensors table including actuation data Sensors table
Nod
e id
pressure vibration flowra
te
PIR
movement
Infrared
temperature
sampled
_time
actuatorn
ode1
actuatorn
ode2
1 sensordata
1
NULL NULL NULL NULL time1 actndata1 NULL
2 NULL sensordata2 NULL NULL NULL time2 actndata1 NULL
3 NULL NULL Sensor
data3
NULL NULL time3 actndata1 NULL
4 NULL NULL NULL sensordata4 NULL time4 NULL actndata2
5 NULL NULL NULL NULL sensordata5 time5 NULL actndata2
Special keywords can be used in tinydb SQL to invoke a pre-determined action or response of the
actuators once the threshold of a particular sensor is reached and surpassed. For instance, in our real-time
monitoring of oil and gas field (oil pipelines) using the five sensors (see Figure 3) – pressure, vibration, flow
rate, infra-rays and temperature, let’s assume that leakage of pipeline is confirmed when pressure level is less
than 50, vibration level is more 60, flow rate reduces below 122 then automatically means that there is leakage
or pipeline rupture which can be caused by natural causes (like corrosion) or intentional causes like
vandalisation. The actuatornode1 is then activated or invoked to take action (maybe by switching on a video
surveillance camera to start recording the scenes of the oil field to capture possibly the video footages of the
vandals). The query execution processes using tinydb DBMS involving wireless quantitative sensor nodes
(WSN) only and Wireless Sensor Actuator Network (WSAN) are shown in Figure 5 and Figure 6 respectively.
Figure 5. The query process using Tinydb using SELECT command involving Wireless Sensor Network (WSN)
using TCP connection
Figure 6. The query process using Tinydb using UPDATE command involving Wireless Sensor Network
(WSN) using TCP connection
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 21
2.3. Sampling and data acquisition of the multiple sensors data and triggering actuation
Multiple sensors can also be combined to eliminate the possibility of false detection of pipeline
leakages. For instance we can combine the output of the first three sensors- pressure, vibration, flowrate
(attached to the actuatornode1) with that of the second set of two sensors- PIR motion detector, PIR temperature
(attached to the actuatornode2) and the combination will really confirm if there is leakage or vandalisation in
the oil pipeline and the two actuators (actuatornode1 and actuatornode2) will be invoked to trigger the two
attached wireless IP cameras to start recording the scenes in their immediate surrounding to enable the IOC to
track and arrest the pipeline vandals. Let us assume that the threshold values for the second set of sensors are
given as- PIR motion detector is less than 20, PIR temperature sensor is more than 75 units respectively.
The following SQL commands in tinydb can be used to accomplish the scenario described above involving the
five sensors and two actuators:
UPDATE sensors AS sen, sensors AS act
SET act.actuatornode1=’on’ AND
act.actuatornode2=’on’
WHERE (nodeid=1 AND pressure<50) AND (nodeid=2 AND
vibration>60) AND (nodeid=3 AND flowrate<122) AND (nodeid=4 AND
pir_motion_detector<20) AND (nodeid=5 AND pir_temperature>75)
ONCE;
The tinydb SQL commands will automatically trigger the two wireless IP cameras actuators
(actuatornode1 and actutornode2, see Figure 3) to start recording the video footage of the oil fields (in order to
possible capture the vandals) since the threshold values for the five sensors have been exceeded (either reduced
or increased).
2.3.1. Triggering the actuator node attached to the first set of sensors:
If we want to trigger the actuator attached (actuatornode1 only) to the first set of sensors – pressure,
vibration and flow rate with the same threshold conditions (pressure<50, vibration>60, flowrate<122) to trigger
one(1) wireless IP camera to start recording the scene of the oil field, we will use the following tinydb SQL
commands to accomplish that:
UPDATE sensors AS sen, sensors AS act
SET act.actuatornode1=’on’
WHERE (nodeid=1 AND pressure<50)AND (nodeid=2 AND vibration>60)
AND (nodeid=3 AND flowrate<122) ONCE;
2.3.2. Triggering the actuator node attached to the second set of sensors:
If we want to trigger the actuator attached (actuatornode2 only) to the second set of sensors – PIR
motion detector and PIR temperature sensor with the same threshold conditions (pir_temperature>75,
pir_motion_detector<20) to trigger one(1) wireless IP camera to start recording the scene of the oil field, we will
use the following tinydb SQL commands to accomplish that:
UPDATE sensors AS sen, sensors AS act
SET act.actuatornode2=’on’
WHERE (nodeid=5 AND pir_temperature>75) AND (nodeid=4 AND
pir_motion_detector<20)
ONCE;
The resultant output from the query above will invoke the Wireless IP camera actuator to start it for
video recording of the oil field scene once the thresholds values of temperature and motion detector sensors are
breached.
2.3.3. Sampling and data acquisition of the sensors data individually:
Suppose we want to sample continuously each particular sensor (using periodic monitoring/actuation)
installed in the remote oil field, we will use the following tinydb SQL to query the sensed data of pressure
sensor at any time:
SELECT nodeid, pressure
FROM sensors
WHERE nodeid=1
SAMPLE PERIOD 10s;
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 22
This will sample only the pressure sensor and acquire the sensed data (sensordata1) from it at every 10
seconds time interval.
If we want to sample the vibration sensor to detect vandalisation of pipeline before it occurs using
vibration threshold of say 22, we will use the following tinydb SQL query to query the sensors table:
SELECT nodeid,vibration
FROM sensors
WHERE nodeid=2
SAMPLE PERIOD 1s;
This will sample only the vibration sensor and acquire the sensed data (sensordata2) from it at every 1
second time interval.
It is better to combine inputs from multiple sensors such as pressure, vibration, flowrate, PIR motion
detector and PIR temperature sensor in an oil and gas field so as to detect incipient leakage earlier and more
accurately rather than input from single sensor which may indicate false information that there is leakage or
vandalisation when in actual sense it is not.
3. CONCLUSIONS AND FUTURE WORK
Sensed data from the installed quantitative and qualitative sensors in the oil and gas field can be
transmitted from the oil field to a wireless Base Station and then to the Control Gateway and the sensed/actuated
data passed to a DBMS server during data sampling and acquisition. This paper considered SQL primitives for
handling data sampling and acquisition of remote sensed data from the oil field using Tinydb. Tinydb is easy for
database abstraction for resource constrained embedded devices such as wireless sensors. Considering actuators
as part of the data model in the database abstraction is convenient. SELECT query can be used to sample and
perform data acquisition of sensed data from environmental quantitative sensors only while UPDATE query can
be used to perform the combined sensing and actuation tasks in the network to handle the triggering of wireless
IP cameras to start recording video scenes of the particular oil and gas fields in order to detect the biometric
identities of the vandals. Executing actuation queries need more research to handle node movements, node
failures, etc.
3.1. Future Work
We intend to carry out further works in the following area:
1. To design a client-server paradigm to sampling and data acquisition of remote data from the oil fields.
2. To develop scripts (programs) using server-side programming language to implement the server-side
processing,
3. To develop command statements (BaseStationListener) to listen to data packets from the wireless
BaseStation to the WSAN Gateway computer or control PC.
4. To develop command statements (DBPush) to enable tinydb connection and storage/extraction from WSAN
Gateway computer or control PC to the Tinydb Server.
5. To develop command statements (Supervisor) to control and supervise all other scripts.
6. To develop scripts in server-side to query sensor/actuator data in WSN gateway computer to the database
tinydb server.
7. To develop an experimental testbed and simulation model to implement and test the proposed framework.
REFERENCES
[1] I.F.Akyildiz, W.Su, Y.Sankarasubramaniam and E.Cayirci, “A Survey on Wireless Networks”, IEEE Communications
Magazine, 2002, pp.102-114.
[2] S.Petersen, P.Doyle, S.Vatland, C.S.Aasland, T.C.Andersen and D.Sjong, “Requirements, Drivers and Analysis of Wireless
Sensor Network Solutions for Oil and Gas Industry”, IEEE Communications Magazine, 2007, pp.219.
[3] G.Sharma, S.Bala, A.K.Verma and T.Singh, “Security in Wireless Sensor Networks using Frequency Hopping”, International
Journal of Computer Applications (0975-8887), 2012, pp.1.
[4] C. Bisdikian (2012). “An Overview of the Bluetooth Wireless Technology”, IEEE Communication Magazine, vol.39, 2012.
[5] C.O. Iwendi and A.R Allen, “Wireless Sensor Network Nodes: Security and Deployment in Niger-Delta Oil and Gas Sector”,
International Journal of Network Security and Its Applications (IJNSA), Vol.3, No.1, 2011, pp.68.
[6] T.Fasasi, D. Maynard and H.Nasr , “Sensors remotely monitor wells in Nigeria swamps”, Oil and Gas Journal, 2005, pp.2.
[7] A. Sayakkara, M.D.J.S Goonetillake and K.D. Zoysa, “Declarative Interface for In-network Actuation on Wireless Sensor-Actuator
Networks”, Sustainable Computing Research Group (SCoRe), University of Colombo School of Computing, Sri Lanka. pp.6.
Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database
www.ijeijournal.com Page | 23
[8] J.G.Bhatt (2007) “Wireless Networking Technologies for Automation in Oil and Gas Sector”, Electrical Engineering
Department Indian Institute of Technology Roorkee, India, pp.15.
[9] L. Mottola and G.P. Picco, “Programming Wireless Sensor Networks: Fundamental Concepts and State of the Art”, University of
Trento, Italy, pp.9.
[10] L. Mottola and G.P. Picco, “Programming Wireless Sensor Networks: Fundamental Concepts and State of the Art”, University of
Trento, Italy, pp.18.
[11] A. Sayakkara, M.D.J.S Goonetillake and K.D. Zoysa, “Declarative Interface for In-network Actuation on Wireless Sensor-Actuator
Networks”, Sustainable Computing Research Group (SCoRe), University of Colombo School of Computing, Sri Lanka.
pp.11.
Authors Profiles
Engr. Fidelis C. Obodoeze is a Doctoral Research Student in the Department of Electronic and
Computer Engineering Nnamdi Azikiwe University Awka. He is currently lecturing Computer
Science and Engineering at Renaissance University Enugu, Nigeria. His PhD work is on
Security of Wireless Sensor Network (WSN) in Oil and Gas field monitoring Niger Delta
Region. He had his Masters Degree in Control Systems and Computer Engineering at Nnamdi
Azikiwe University in 2010 and B.Sc Degree in Computer Engineering at Obafemi Awolowo
University Ile-Ife in 2001. He has authored several conference and research journal publications. All
correspondence to
Engr. Frank Ekene Ozioko is the Director of ICT office Enugu State University of Science and
Technology (ESUT) and Lecturer Department of Computer and Information Science, ESUT,
Nigeria. He had several years of experience in university ICT administration and engineering as
well as in teaching and research.
Dr. Francis A. Okoye is a lecturer and former Head, Department of Computer Science and
Engineering Enugu State University of Science and technology (ESUT), Nigeria. He had his Ph.D
in Computer Science in 2008 at Ebonyi State University Abakaliki, Nigeria. He obtained his MSc.
and BEng. in Computer Science and Engineering at Enugu State University of Science and
Technology (ESUT), Nigeria in 2001 and 1996 respectively. He has several years of experience in
both teaching and research.
Engr. ThankGod Izuchukwu Ozue is a Doctoral Research Student in the Department of
Electronic and Computer Engineering Nnamdi Azikiwe University Awka. He is currently
working as a Secuirty expert at Nyzpat Technologies Ltd. Port Harcourt, Nigeria. He had his
Masters Degree in Control Systems and Computer Engineering at Nnamdi Azikiwe University in
2010 and B.Eng Electrical and Electronic Engineering at Nnamdi Azikiwe University Awka in
2006. He has authored several conference and research journal publications.
Mr. Samuel Chibuzor Asogwa is a Ph.D research scholar in the Department of Computer Science
Nnamdi Azikiwe University Awka, Nigeria. He is currently lecturing at the Department of
Computer Science Michael Okpara University of Agriculture Umudike, Nigeria. He had his
Masters (MSc.) in Computer Science at Ebonyi State University Abakaliki, Nigeria in 2011 and
Bachelor of Engineering (BEng.) in Computer Science and Engineering at Enugu State University
of Science and Technology (ESUT), Nigeria in 1999. He was the former Acting Head of
Department of Computer Science, Renaissance University, Enugu, Nigeria. He has several years of teaching and
research experience.
Engr. Calista Nnenna Mba is a Lecturer and former Acting Head, Department of Computer
Engineering, Caritas University Enugu, Nigeria. She is currently pursuing her Ph.D programme in
Computer Science at Nnamdi Azikiwe University Awka, Nigeria. She had her MSc. Computer
Science at University of Nigeria Nsukka (UNN) in 2009, Nigeria and B.Eng in Computer Science
and Engineering at Enugu State University of Science and Technology (ESUT), Nigeria in 2004.

More Related Content

What's hot

Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring systemtheijes
 
IRJET- A Schedule based Local Monitoring Approach in Wireless Sensor Networks
IRJET- A Schedule based Local Monitoring Approach in Wireless Sensor NetworksIRJET- A Schedule based Local Monitoring Approach in Wireless Sensor Networks
IRJET- A Schedule based Local Monitoring Approach in Wireless Sensor NetworksIRJET Journal
 
High-performance, narrowband UHF SCADA radio
High-performance, narrowband UHF SCADA radioHigh-performance, narrowband UHF SCADA radio
High-performance, narrowband UHF SCADA radioComms Connect
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelesseSAT Publishing House
 
Nanometrics Titan: accelerografi strong motion
Nanometrics Titan: accelerografi strong motion Nanometrics Titan: accelerografi strong motion
Nanometrics Titan: accelerografi strong motion Codevintec Italiana srl
 
protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS Shahbaz Makandar A.
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKRutvik Pensionwar
 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...IJTET Journal
 
WIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORSWIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORSDeepak Kumar Mohapatra
 
Realtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreRealtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreBhushan Deore
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultreBhushan Deore
 
SCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF TechnologySCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF TechnologyPatnam Shruthi
 
Project Report wireless sensor Network
Project Report wireless sensor NetworkProject Report wireless sensor Network
Project Report wireless sensor NetworkBraj Raj Singh
 
Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...eSAT Journals
 
Border security
Border securityBorder security
Border securityFarah Naaz
 

What's hot (20)

Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring system
 
IRJET- A Schedule based Local Monitoring Approach in Wireless Sensor Networks
IRJET- A Schedule based Local Monitoring Approach in Wireless Sensor NetworksIRJET- A Schedule based Local Monitoring Approach in Wireless Sensor Networks
IRJET- A Schedule based Local Monitoring Approach in Wireless Sensor Networks
 
High-performance, narrowband UHF SCADA radio
High-performance, narrowband UHF SCADA radioHigh-performance, narrowband UHF SCADA radio
High-performance, narrowband UHF SCADA radio
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 
Nanometrics Titan: accelerografi strong motion
Nanometrics Titan: accelerografi strong motion Nanometrics Titan: accelerografi strong motion
Nanometrics Titan: accelerografi strong motion
 
protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
 
complet finalised
complet finalisedcomplet finalised
complet finalised
 
FINAL
FINALFINAL
FINAL
 
8 scada
8 scada8 scada
8 scada
 
WIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORSWIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORS
 
wins ABHIppt - Copy
wins ABHIppt - Copywins ABHIppt - Copy
wins ABHIppt - Copy
 
Modem Acustici Subacquei EvoLogics
Modem Acustici Subacquei EvoLogics Modem Acustici Subacquei EvoLogics
Modem Acustici Subacquei EvoLogics
 
Realtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreRealtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultre
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre
 
SCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF TechnologySCADA Implementation Based on wireless RF Technology
SCADA Implementation Based on wireless RF Technology
 
Project Report wireless sensor Network
Project Report wireless sensor NetworkProject Report wireless sensor Network
Project Report wireless sensor Network
 
Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...
 
Border security
Border securityBorder security
Border security
 

Similar to Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database Abstraction

Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkIJMER
 
DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...
DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...
DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...IRJET Journal
 
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET Journal
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoTIRJET Journal
 
IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...
IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...
IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...IRJET Journal
 
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...arpublication
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET Journal
 
WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...
WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...
WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...ijdpsjournal
 
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...Redmond R. Shamshiri
 
Precision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor NetworkPrecision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor NetworkIJLT EMAS
 
A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)Saurabh Giratkar
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET Journal
 
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORKCOAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORKIRJET Journal
 
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET Journal
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemIRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 

Similar to Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database Abstraction (20)

Remote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor NetworkRemote Monitoring of Crop Field Using Wireless Sensor Network
Remote Monitoring of Crop Field Using Wireless Sensor Network
 
DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...
DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...
DEVELOPING A REAL TIME DATA ACQUISITION , FLY-BY-WIRE COMMUNICATION SYSTEM FO...
 
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoT
 
IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...
IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...
IRJET- - Control Center Viewing of UAS-based Real-Time Sensor and Video Measu...
 
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
Analysis of Water observation Organization Based on GSM and Wireless Sensor T...
 
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...IRJET-  	  Land Mine Data Collection System using Long Range WiFi and P2P Com...
IRJET- Land Mine Data Collection System using Long Range WiFi and P2P Com...
 
WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...
WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...
WIRELESS SENSOR NETWORK IN NIGER DELTA OIL AND GAS FIELD MONITORING: THE SECU...
 
Oj3425062509
Oj3425062509Oj3425062509
Oj3425062509
 
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
 
Precision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor NetworkPrecision Agriculture Based on Wireless Sensor Network
Precision Agriculture Based on Wireless Sensor Network
 
A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)
 
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
IRJET- Implementation of Automated Urban Drinking Water Supply and Leakage Id...
 
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORKCOAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
COAL MINE SAFETY INTELLIGENT MONITORING BASED ON WIRELESS SENSOR NETWORK
 
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
 
A Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation SystemA Survey on Smart DRIP Irrigation System
A Survey on Smart DRIP Irrigation System
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 

More from International Journal of Engineering Inventions www.ijeijournal.com

More from International Journal of Engineering Inventions www.ijeijournal.com (20)

H04124548
H04124548H04124548
H04124548
 
G04123844
G04123844G04123844
G04123844
 
F04123137
F04123137F04123137
F04123137
 
E04122330
E04122330E04122330
E04122330
 
C04121115
C04121115C04121115
C04121115
 
B04120610
B04120610B04120610
B04120610
 
A04120105
A04120105A04120105
A04120105
 
F04113640
F04113640F04113640
F04113640
 
E04112135
E04112135E04112135
E04112135
 
D04111520
D04111520D04111520
D04111520
 
C04111114
C04111114C04111114
C04111114
 
B04110710
B04110710B04110710
B04110710
 
A04110106
A04110106A04110106
A04110106
 
I04105358
I04105358I04105358
I04105358
 
H04104952
H04104952H04104952
H04104952
 
G04103948
G04103948G04103948
G04103948
 
F04103138
F04103138F04103138
F04103138
 
E04102330
E04102330E04102330
E04102330
 
D04101822
D04101822D04101822
D04101822
 
C04101217
C04101217C04101217
C04101217
 

Recently uploaded

Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 

Recently uploaded (20)

Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 

Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database Abstraction

  • 1. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 2, Issue 9 (May 2013) PP: 16-23 www.ijeijournal.com Page | 16 Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database Abstraction Fidelis C. Obodoeze1 , Frank E. Ozioko2 , Francis A. Okoye3 , Thankgod I. Ozue4 , Samuel C. Asogwa5 And Calista N. Mba6 1 Department of Computer Science Renaissance University Enugu, Nigeria All correspondence to 2, 3 Department of Computer and Information Science, Enugu State University of Science and Technology (ESUT), Nigeria 3 Nyzpat Technologies Port Harcourt, Rivers State , Nigeria 4 Department of Computer Science, Michael Okpara University of Agriculture, Umudike, Nigeria 5 Department of Computer Engineering Caritas University Amorji-Nike Enugu, Nigeria ABSTRACT: The IEEE 802.15.4 enabled Wireless Sensor Networks (WSNs) have found useful applications in mission-critical environments especially in Nigeria oil and gas field monitoring, Niger Delta region, to perform real-time monitoring and surveillance of critical oil and gas pipelines, plants, wells and flow stations. Outputs from quantitative sensors such as pressure, vibration, Passive Infra Red (PIR) movement, flowrate, Infrared thermo (temperature) sensors and qualitative sensors such as wireless IP cameras (triggered by actuators) when certain threshold conditions are breached. The integration of sensors and actuators can be combined effectively to detect instant intrusion, leakage, rupture or vandalisation of oil facilities such as pipelines in such a manner that sensed data can be passed to the control room or intelligent actuators for immediate actions. In this paper, we propose a database abstraction framework using tinydb database management system (DBMS) that can enable real-time data coming from these sensors to be stored, updated and queried by a client-server system so that visualizations can be performed using a standard client-based browser interface (www or http://). KEYWORDS: WIRELESS SENSOR NETWORK WSN, NIGER DELTA REGION, NIGERIA, OIL PIPELINES, OIL AND GAS FIELD MONITORING, MISSION-CRITICAL, DATABASE ABSTRACTION, EVENT-TRIGGERED MONITORING, PERIODIC MONITORING, TINYDB. I. INTRODUCTION Wireless sensor networks are IEEE 802.15.4 enabled devices capable of robust and reliable multi-hop communications [1],[2]. Wireless sensors can be deployed in unattended environments and can enable collection of data from there to distant base stations and then to control room [3], [4]. Wireless sensors have found useful applications in varying number of civilian and military applications because of their low-cost and ease of deployment [2],[5],[6]. Because of these inherent and other advantages, wireless sensor networks have found useful applications in environmental monitoring applications especially in oil and gas fields. Wireless Sensor Networks (WSNs) exists in various quantitative and qualitative sensor types to enable samplings and measurements of oil and gas field parameters such as temperature, pressure, vibration, flow rate etc. These quantitative and qualitative sensors cannot work alone; they need actuators to be attached to them as well as means of communication so as to transfer their sampled data to the control station for immediate action to be taken in the event of detection of leakage, rupture or intentional vandalisation of oil and gas facility from the remote field. Some sensor nodes are just sensors only while some are sensors with attached actuators [7]. Some WSNs can assist in the communication or transfer of the sampled data from the remote oil fields and to the base station and then to the control room or station. In Nigeria Niger Delta region, the greatest challenge facing the oil and gas sector is that of physical security – vandalisation of oil and gas pipelines by hoodlums and criminal-minded individuals to steal crude oil and other refined petroleum products. Quantitative and qualitative wireless sensors have replaced traditional-based monitoring technologies such as wired fibre optics and satellite because these technologies are difficult to deploy, maintain and operate. Wireless sensor networks (WSNs) are resource-constrained communication devices that have low power, low memory, low computing capability, utilizes wireless communication and have inbuilt sensing units. Figure 1 depicts the diagram of a typical WSN node with low battery power, CPU with limited computing capability, wireless aerial antenna or transceiver etc. Figure 2 depicts a high-level schematic representation of a WSN node hardware with attached environmental sensors and actuators.
  • 2. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 17 Figure 1. Hardware unit of a Wireless Sensor Network node[8] Figure 2. A high-level schematic representation of a WSN node hardware [9] For a distributed processing network such as Wireless Sensor Actuator Network (WSAN), periodic and event-triggered monitoring/actuation is required to effectively use WSN to monitor oil and gas pipelines and facilities. Periodic monitoring/actuation involve continuous processing of sensed remote data from the oil fields. The application performs periodic tasks to gather sensor readings, coordinates with other parts of the system, and possibly performs actuation as needed. Event-triggered monitoring/actuation in applications are characterised by two phases: 1) during event detection, the system is largely quiescent, with each node monitoring the values its samples from the environment (oil field) with little or no communication involved: 2) if and when the event condition is met (e.g. a pressure sensor value lowers below a certain threshold or a vibration or infrared temperature sensor raises above a threshold value or when an intrusion is detected using a Passive Infrared (PIR) motion detector or sensor), the WSN begins its distributed processing. To successfully monitor the remote oil and gas installations and facilities in the Niger Delta region, periodic as well as event-triggered monitoring/actuation is required. The sensed remote data from the quantitative and qualitative wireless sensors units installed in the oil and gas fields must be sampled and the sensor data transmitted or communicated to either installed actuators to take pre-emptive response to the vandalisation such as raising continuous audible alarm to scare away the vandals using a mobile robots or recording video scenes of the vandalisation and transferring the same data to the Supervisory Control And Data Acquisition (SCADA) control room via a wireless base station proactively. The real-time data from the wireless sensors and the actuators must be stored in a database in an embedded PC or microcontroller and then parsed to the internet (www) or to the intranet of the oil company that installed it using http:// interface in the SCADA software. Figure 3 shows the workflow datagram for the database abstraction from oil and gas sensors to the WSN source nodes to the actuator nodes and then to the WSN source nodes and finally to the wireless base station in the WSN Gateway. Figure 4 depicts the data flow diagram (DFD) of the proposed WSN-Actuator monitoring system with backend software tools.
  • 3. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 18 Figure 3. Workflow diagram of the proposed WSAN monitoring system for oil and gas field
  • 4. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 19 Figure 4. Data Flow Diagram (DFD) of the proposed WSN-Actuator monitoring system for oil and gas field Niger Delta region with backend database abstraction. II. THE PROPOSED DATABASE ABSTRACTION FOR REMOTE DATA ACQUSITION FROM OIL AND GAS FIELD MONITORING The proposed database abstraction framework will use Tinydb database management system (DBMS). 2.1. Tinydb Database Management System (DBMS) Tinydb is a joint work from Massachusetts Institute of Technology (MIT), UCB and Intel Research Unit. It is a very powerful DBMS for resource-constrained embedded devices such as wireless sensors and microcontrollers and at such very suitable for data acquisition of environmental variables from remote locations. Tinydb is widely used in real world applications especially in real-time monitoring. According to [10], In Tinydb, sensed data are indeed made available as entries of a sensors table, and the user accesses the table using SQL-like queries. To cater with the peculiarities of WSN applications, however, further constructs are provided to express, for instance, the lifetime and period of queries. 2.2. Data Access modelling for the proposed abstraction The data modelling for the proposed database abstraction framework for the sampling of remote data or data acquisition for the sampled environmental field data from quantitative and qualitative sensors monitoring the oil and gas field includes the following data:  sensordata1,  sensordata2,  sensordata3,  sensordata4, and  sensordata5 Representing sensor data from pressure, vibration, flowrate, PIR motion detection and Infrared temperature sensors respectively. Actuator data actndata1, actndata2 represent actuated data coming from attached actuated-devices such as wireless IP camera to record surveillance video/image data from the scene(s) of the oil and gas pipeline leakage or intentional vandalisation and the captured data are passed to the WSAN Gateway for onward transmission to the Control PC or embedded PC (microcontroller) and then to the database server. 2.2.1. The table structures for the proposed database Abstraction We propose two (2) database tables - sensors and actuators for the database remote_data to effectively capture and store the sampled remote data from the five (5) quantitative sensors and two (2) qualitative sensors attached to the two actuators respectively. The database table structures of the sensors and actuators tables are depicted in Table 1 and Table 2 below respectively but because the developers of Tinydb DBMS did not concern themselves about actuator data but concentrated on only sensor data [11]. This means that only sensors table can be used to sample and store sensor and actuation data. Table 1. Sensors table without actuation data sensors Table nodeid sensor_type sensordata sampled_time 1 Pressure sensordata1 time1 2 Vibration Sensordata2 time2 3 Flowrate Sensordata3 time3 4 PIR movement Sensordata4 time4 5 Infrared temperature Sensordata5 time5 Table 2. Actuator table actuators Table actuatorid Video_data sampled_time 1 actndata1 time1 2 actndata2 time2 Hence we submerge the two proposed tables, sensors and actuators tables into one (sensors table) according to the specification of Tinydb. Data acquisition query syntax has been extended to support actuators using a new keyword. To solve declarative nature violations we need better query syntax for actuation tasks [7].
  • 5. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 20 Hence the sensor table in Table 1can be modified to include actuator data (in Table 2) using UPDATE SQL command of Tinydb as contained in Table 3. Table 3: New Sensors table including actuation data Sensors table Nod e id pressure vibration flowra te PIR movement Infrared temperature sampled _time actuatorn ode1 actuatorn ode2 1 sensordata 1 NULL NULL NULL NULL time1 actndata1 NULL 2 NULL sensordata2 NULL NULL NULL time2 actndata1 NULL 3 NULL NULL Sensor data3 NULL NULL time3 actndata1 NULL 4 NULL NULL NULL sensordata4 NULL time4 NULL actndata2 5 NULL NULL NULL NULL sensordata5 time5 NULL actndata2 Special keywords can be used in tinydb SQL to invoke a pre-determined action or response of the actuators once the threshold of a particular sensor is reached and surpassed. For instance, in our real-time monitoring of oil and gas field (oil pipelines) using the five sensors (see Figure 3) – pressure, vibration, flow rate, infra-rays and temperature, let’s assume that leakage of pipeline is confirmed when pressure level is less than 50, vibration level is more 60, flow rate reduces below 122 then automatically means that there is leakage or pipeline rupture which can be caused by natural causes (like corrosion) or intentional causes like vandalisation. The actuatornode1 is then activated or invoked to take action (maybe by switching on a video surveillance camera to start recording the scenes of the oil field to capture possibly the video footages of the vandals). The query execution processes using tinydb DBMS involving wireless quantitative sensor nodes (WSN) only and Wireless Sensor Actuator Network (WSAN) are shown in Figure 5 and Figure 6 respectively. Figure 5. The query process using Tinydb using SELECT command involving Wireless Sensor Network (WSN) using TCP connection Figure 6. The query process using Tinydb using UPDATE command involving Wireless Sensor Network (WSN) using TCP connection
  • 6. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 21 2.3. Sampling and data acquisition of the multiple sensors data and triggering actuation Multiple sensors can also be combined to eliminate the possibility of false detection of pipeline leakages. For instance we can combine the output of the first three sensors- pressure, vibration, flowrate (attached to the actuatornode1) with that of the second set of two sensors- PIR motion detector, PIR temperature (attached to the actuatornode2) and the combination will really confirm if there is leakage or vandalisation in the oil pipeline and the two actuators (actuatornode1 and actuatornode2) will be invoked to trigger the two attached wireless IP cameras to start recording the scenes in their immediate surrounding to enable the IOC to track and arrest the pipeline vandals. Let us assume that the threshold values for the second set of sensors are given as- PIR motion detector is less than 20, PIR temperature sensor is more than 75 units respectively. The following SQL commands in tinydb can be used to accomplish the scenario described above involving the five sensors and two actuators: UPDATE sensors AS sen, sensors AS act SET act.actuatornode1=’on’ AND act.actuatornode2=’on’ WHERE (nodeid=1 AND pressure<50) AND (nodeid=2 AND vibration>60) AND (nodeid=3 AND flowrate<122) AND (nodeid=4 AND pir_motion_detector<20) AND (nodeid=5 AND pir_temperature>75) ONCE; The tinydb SQL commands will automatically trigger the two wireless IP cameras actuators (actuatornode1 and actutornode2, see Figure 3) to start recording the video footage of the oil fields (in order to possible capture the vandals) since the threshold values for the five sensors have been exceeded (either reduced or increased). 2.3.1. Triggering the actuator node attached to the first set of sensors: If we want to trigger the actuator attached (actuatornode1 only) to the first set of sensors – pressure, vibration and flow rate with the same threshold conditions (pressure<50, vibration>60, flowrate<122) to trigger one(1) wireless IP camera to start recording the scene of the oil field, we will use the following tinydb SQL commands to accomplish that: UPDATE sensors AS sen, sensors AS act SET act.actuatornode1=’on’ WHERE (nodeid=1 AND pressure<50)AND (nodeid=2 AND vibration>60) AND (nodeid=3 AND flowrate<122) ONCE; 2.3.2. Triggering the actuator node attached to the second set of sensors: If we want to trigger the actuator attached (actuatornode2 only) to the second set of sensors – PIR motion detector and PIR temperature sensor with the same threshold conditions (pir_temperature>75, pir_motion_detector<20) to trigger one(1) wireless IP camera to start recording the scene of the oil field, we will use the following tinydb SQL commands to accomplish that: UPDATE sensors AS sen, sensors AS act SET act.actuatornode2=’on’ WHERE (nodeid=5 AND pir_temperature>75) AND (nodeid=4 AND pir_motion_detector<20) ONCE; The resultant output from the query above will invoke the Wireless IP camera actuator to start it for video recording of the oil field scene once the thresholds values of temperature and motion detector sensors are breached. 2.3.3. Sampling and data acquisition of the sensors data individually: Suppose we want to sample continuously each particular sensor (using periodic monitoring/actuation) installed in the remote oil field, we will use the following tinydb SQL to query the sensed data of pressure sensor at any time: SELECT nodeid, pressure FROM sensors WHERE nodeid=1 SAMPLE PERIOD 10s;
  • 7. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 22 This will sample only the pressure sensor and acquire the sensed data (sensordata1) from it at every 10 seconds time interval. If we want to sample the vibration sensor to detect vandalisation of pipeline before it occurs using vibration threshold of say 22, we will use the following tinydb SQL query to query the sensors table: SELECT nodeid,vibration FROM sensors WHERE nodeid=2 SAMPLE PERIOD 1s; This will sample only the vibration sensor and acquire the sensed data (sensordata2) from it at every 1 second time interval. It is better to combine inputs from multiple sensors such as pressure, vibration, flowrate, PIR motion detector and PIR temperature sensor in an oil and gas field so as to detect incipient leakage earlier and more accurately rather than input from single sensor which may indicate false information that there is leakage or vandalisation when in actual sense it is not. 3. CONCLUSIONS AND FUTURE WORK Sensed data from the installed quantitative and qualitative sensors in the oil and gas field can be transmitted from the oil field to a wireless Base Station and then to the Control Gateway and the sensed/actuated data passed to a DBMS server during data sampling and acquisition. This paper considered SQL primitives for handling data sampling and acquisition of remote sensed data from the oil field using Tinydb. Tinydb is easy for database abstraction for resource constrained embedded devices such as wireless sensors. Considering actuators as part of the data model in the database abstraction is convenient. SELECT query can be used to sample and perform data acquisition of sensed data from environmental quantitative sensors only while UPDATE query can be used to perform the combined sensing and actuation tasks in the network to handle the triggering of wireless IP cameras to start recording video scenes of the particular oil and gas fields in order to detect the biometric identities of the vandals. Executing actuation queries need more research to handle node movements, node failures, etc. 3.1. Future Work We intend to carry out further works in the following area: 1. To design a client-server paradigm to sampling and data acquisition of remote data from the oil fields. 2. To develop scripts (programs) using server-side programming language to implement the server-side processing, 3. To develop command statements (BaseStationListener) to listen to data packets from the wireless BaseStation to the WSAN Gateway computer or control PC. 4. To develop command statements (DBPush) to enable tinydb connection and storage/extraction from WSAN Gateway computer or control PC to the Tinydb Server. 5. To develop command statements (Supervisor) to control and supervise all other scripts. 6. To develop scripts in server-side to query sensor/actuator data in WSN gateway computer to the database tinydb server. 7. To develop an experimental testbed and simulation model to implement and test the proposed framework. REFERENCES [1] I.F.Akyildiz, W.Su, Y.Sankarasubramaniam and E.Cayirci, “A Survey on Wireless Networks”, IEEE Communications Magazine, 2002, pp.102-114. [2] S.Petersen, P.Doyle, S.Vatland, C.S.Aasland, T.C.Andersen and D.Sjong, “Requirements, Drivers and Analysis of Wireless Sensor Network Solutions for Oil and Gas Industry”, IEEE Communications Magazine, 2007, pp.219. [3] G.Sharma, S.Bala, A.K.Verma and T.Singh, “Security in Wireless Sensor Networks using Frequency Hopping”, International Journal of Computer Applications (0975-8887), 2012, pp.1. [4] C. Bisdikian (2012). “An Overview of the Bluetooth Wireless Technology”, IEEE Communication Magazine, vol.39, 2012. [5] C.O. Iwendi and A.R Allen, “Wireless Sensor Network Nodes: Security and Deployment in Niger-Delta Oil and Gas Sector”, International Journal of Network Security and Its Applications (IJNSA), Vol.3, No.1, 2011, pp.68. [6] T.Fasasi, D. Maynard and H.Nasr , “Sensors remotely monitor wells in Nigeria swamps”, Oil and Gas Journal, 2005, pp.2. [7] A. Sayakkara, M.D.J.S Goonetillake and K.D. Zoysa, “Declarative Interface for In-network Actuation on Wireless Sensor-Actuator Networks”, Sustainable Computing Research Group (SCoRe), University of Colombo School of Computing, Sri Lanka. pp.6.
  • 8. Wireless Sensor Network in Niger Delta Oil and Gas Field Monitoring: Issues and Database www.ijeijournal.com Page | 23 [8] J.G.Bhatt (2007) “Wireless Networking Technologies for Automation in Oil and Gas Sector”, Electrical Engineering Department Indian Institute of Technology Roorkee, India, pp.15. [9] L. Mottola and G.P. Picco, “Programming Wireless Sensor Networks: Fundamental Concepts and State of the Art”, University of Trento, Italy, pp.9. [10] L. Mottola and G.P. Picco, “Programming Wireless Sensor Networks: Fundamental Concepts and State of the Art”, University of Trento, Italy, pp.18. [11] A. Sayakkara, M.D.J.S Goonetillake and K.D. Zoysa, “Declarative Interface for In-network Actuation on Wireless Sensor-Actuator Networks”, Sustainable Computing Research Group (SCoRe), University of Colombo School of Computing, Sri Lanka. pp.11. Authors Profiles Engr. Fidelis C. Obodoeze is a Doctoral Research Student in the Department of Electronic and Computer Engineering Nnamdi Azikiwe University Awka. He is currently lecturing Computer Science and Engineering at Renaissance University Enugu, Nigeria. His PhD work is on Security of Wireless Sensor Network (WSN) in Oil and Gas field monitoring Niger Delta Region. He had his Masters Degree in Control Systems and Computer Engineering at Nnamdi Azikiwe University in 2010 and B.Sc Degree in Computer Engineering at Obafemi Awolowo University Ile-Ife in 2001. He has authored several conference and research journal publications. All correspondence to Engr. Frank Ekene Ozioko is the Director of ICT office Enugu State University of Science and Technology (ESUT) and Lecturer Department of Computer and Information Science, ESUT, Nigeria. He had several years of experience in university ICT administration and engineering as well as in teaching and research. Dr. Francis A. Okoye is a lecturer and former Head, Department of Computer Science and Engineering Enugu State University of Science and technology (ESUT), Nigeria. He had his Ph.D in Computer Science in 2008 at Ebonyi State University Abakaliki, Nigeria. He obtained his MSc. and BEng. in Computer Science and Engineering at Enugu State University of Science and Technology (ESUT), Nigeria in 2001 and 1996 respectively. He has several years of experience in both teaching and research. Engr. ThankGod Izuchukwu Ozue is a Doctoral Research Student in the Department of Electronic and Computer Engineering Nnamdi Azikiwe University Awka. He is currently working as a Secuirty expert at Nyzpat Technologies Ltd. Port Harcourt, Nigeria. He had his Masters Degree in Control Systems and Computer Engineering at Nnamdi Azikiwe University in 2010 and B.Eng Electrical and Electronic Engineering at Nnamdi Azikiwe University Awka in 2006. He has authored several conference and research journal publications. Mr. Samuel Chibuzor Asogwa is a Ph.D research scholar in the Department of Computer Science Nnamdi Azikiwe University Awka, Nigeria. He is currently lecturing at the Department of Computer Science Michael Okpara University of Agriculture Umudike, Nigeria. He had his Masters (MSc.) in Computer Science at Ebonyi State University Abakaliki, Nigeria in 2011 and Bachelor of Engineering (BEng.) in Computer Science and Engineering at Enugu State University of Science and Technology (ESUT), Nigeria in 1999. He was the former Acting Head of Department of Computer Science, Renaissance University, Enugu, Nigeria. He has several years of teaching and research experience. Engr. Calista Nnenna Mba is a Lecturer and former Acting Head, Department of Computer Engineering, Caritas University Enugu, Nigeria. She is currently pursuing her Ph.D programme in Computer Science at Nnamdi Azikiwe University Awka, Nigeria. She had her MSc. Computer Science at University of Nigeria Nsukka (UNN) in 2009, Nigeria and B.Eng in Computer Science and Engineering at Enugu State University of Science and Technology (ESUT), Nigeria in 2004.