SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 504
Design of a High Performance IoT QoS Transmission Mechanism and
Middleware
Ren-Wu Yu1, Hsu-Yang Kung1, Mei-Hsien Lin2,Si-Yuan Huang1
1Department of Management Information Systems, National Pingtung University of Science and Technology
No. 1, Shuehfu Rd., Neipu, Pingtung, Taiwan
2Computer Center, National Pingtung University of Science and Technology, No. 1, Shuehfu Rd., Neipu,
Pingtung, Taiwa
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The rapid development of Internet of Things
(IoT) services requires a huge number and variety of sensor
devices. However, the power consumption of sensor devices,
which adopt different transmission protocols to
communicate with each other and the data servers, is a
critical issue when deploying sensors in heterogeneous
environments. A stable and efficient IoT application service,
e.g., environmental surveillance in fields, urgently requires a
flexible IoT middleware platform with efficient power
consumption control. This study proposes an Efficient
Power-Consumption (EPC) IoT middleware based on the
open oneM2M communication standard. The proposed EPC
IoT middleware provides the Dynamic Power Adaptation
(DPA) mechanism, which is based on the quality of
information, battery power level, conflict factor, and
variation coefficient to dynamically adjust the power
consumption and sleep intervals of sensor devices. The
performance evaluation model of the DPA mechanism is
proposed to achieve efficient power consumption while
maintaining the trade-off between the quality of
information and the battery life cycle of sensors. The
Dynamic Duplication Avoidance Transmission Control
(D2ATC) mechanism, which is based on the built-in sensor
frequency table combined with the ETag of sensors, is
proposed to solve the problem of repeated service requests,
and to decrease the network transmission cost. Performance
evaluation results reveal that the proposed DPA mechanism
and D2ATC mechanism could provide good performance
efficiency.
Key Words: Internet of Things (IoT), Middleware,
Dynamic power adaptation control, Dynamic
duplication avoidance transmission control, OneM2M
standard.
1. INTRODUCTION
As the rapid progress of Internet of Things (IoT)
technology, the manufacturers develop unique IoT sensing
devices for various application services [1]. Therefore, it
results in a wide range technology specification of sensing
devices and services. The different sensing devices usually
adopt different communication protocols. The commercial
companies design and implement the IoT communication
servers and the application services also uses different
communication specification, which lacks of the unified
standards. Many international organizations develop IoT
communication specifications and middleware for the
markets [2-3]. OneM2M standard is one of the popular IoT
communication specifications [4-5]. OneM2M specification
provides a common service platform to support mobile
applications, which are conveniently developed by
embedding the various industries APIs [6].
Furthermore, it is also a critical problem for power
consumption of IoT sensing devices [7-8]. Most of the
sensing devices rely on the batteries for power supply. It
often results in the quick power consumption due to the
massive transmission of sensing data and IoT messages. It
is inconvenient for users to often recharge the batteries to
maintain the IoT application services. M. Taneja proposed
a service architecture based on oneM2M specification,
which was composed of IoT end devices, gateway, and
data server, to achieve a power saving communication [9].
The basic principle of the proposed power saving control
was to adapt the sleep interval of the sensor devices
according to the characteristics of sensors and
applications. Emergent situation needs more
communication messages than the normal situation needs.
N. Kuar proposed a power evaluation model based on the
quality of information, overlapping conflict factor, battery
level, and coefficients of variation sensors to adapt the
sleep interval to achieve an efficient power consumption
for the end sensor devices [10].
This study proposes an Efficient Power-Consumption
(EPC) IoT middleware, which adopts the oneM2M
standard to transfer the messages packages. The users
subscribe in the EPC middleware, which provides the
standard data and message format. The networking
servers actively push information to the users. When users
utilize the mobile appliances, the users could access the
environment data and service message via the
heterogeneous sensing devices. Since there are a large
number of IoT connections and data transmission, this
paper proposes the Dynamic Duplication Avoidance
Transmission Control Mechanism ( ), which could
efficient reduce the volume of sensing data and the
computing burden of servers. The EPC middleware
provides the Dynamic Power Adaptation (DPA)
mechanism, which is based on the quality of information,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 505
battery power level, conflict factor, and variation
coefficient to dynamically adjust the power consumption
and sleep intervals of sensor devices. DPA mechanism
could achieve the efficient power consumption of sensing
devices.
The remainder of this paper is organized as follows.
Section 2 presents the system architecture of the proposed
EPC middleware. Section 3 describes the performance
evaluation of the proposed control mechanism. Finally,
Section 4 concludes this study.
2. SYSTEM ARCHITECTURE
Figure (1) depicts the system architecture the proposed
Efficient Power-Consumption (EPC) IoT middleware.
According to the oneM2M communication standard, the
sensing devices are the application service nodes (ASNs),
which are deployed in the experimental area to collect the
environmental data, including the temperature, humidity,
luminosity, images, and videos. IoT gateway is a mediate
node (MN) and is responsible for the sensing data
collection, filtering, and conversion. IoT server is an
infrastructure node (IN), which stores the sensing data and
provides the communication, computation and analysis for
the end users.
Fig – 1: The system architecture of the Efficient Power-
Consumption (EPC) IoT middleware.
2.1 Dynamic Duplication Avoidance
Transmission Control Mechanism (D2ATC)
The main purpose of D2ATC is responsible for reducing the
transmission traffic by avoiding unnecessary and
duplicated transmission of information packets. Figure (2)
and Figure (3) depict the proposed two data transmission
schemes, which are the Active scheme and the Passive
scheme, respectively.
For the Active scheme, as depicting in Figure (2), the IoT
server actively deliveries the sensing data to the end users.
Whenever the IoT server receives the sensing data
transmitted form the sensor, IoT server compares the
received data with the previous data stored in the
database. Then, the IoT server actively transfers the
different part of the received data to the end users to
reduce the transmission traffic.
Sensor
IoT Server
(CSE)
User
(AE)
Publish(MESSAGE 1)
Push(MESSAGE 1)
Subscribe(USER_ID)
Response(ACK)
Publish(MESSAGE 2)
Push(MESSAGE 2)
Publish(MESSAGE N)
Push(MESSAGE N)
Fig – 2: The Active scheme of D2ATC mechanism.
For the Passive scheme, as depicting in Figure (3), the IoT
server passively waits for the data delivery requirements
of the end users. The end user sends the data requirement
in the fixed time period or the update necessary. When the
IoT server receives the data transmission requirement
from the end user, the IoT server firstly check whether
there are updated sensing data stored in the database,
which are different to the previous data transmitted to the
end user, or not. If there are updated sensing data, the IoT
server transmit the data to the end data. Thus, the Passive
scheme effectively reduce the unnecessary data
transmission.
Sensor
IoT Server
(CSE)
User
(AE)
Response(RESULT 1)
Request(SENSOR_ID)
Request()
Response(RESULT 1)
Response(RESULT 2)
Response(RESULT 2)
Response(RESULT N)
Response(RESULT N)
Request(SENSOR_ID)
Request()
Fig – 3: The Passive scheme of D2ATC mechanism.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 506
2.2 Dynamic Power Adjustment Mechanism
(DPA)
The purpose of the proposed DPA mechanism is to
dynamically adjust the power consumption and sleep
intervals of sensor devices based on the quality of
information, battery power level, conflict factor, and
variation coefficients. The proposed evaluation equations
(1) and (2) are used to predict the suitable sleep time
interval of the sensor devices [10].
Equation (1) is used to calculate the next sleep time
prediction ( ), which is the actual sleep time
multiplied by the weight parameter (α) and pluses the
historical sleep time multiplied by the weight parameter
(1-α). Equation (2) uses the predicted sleep time ( ) to
plus the sleep variation time ( ) to predict the actual
sleep time for the next sleep time prediction ( ).
= ; (1) (1)
= (2)
The Equation (3) shows the evaluation of the sleep
variation time ( ). The denominator is the summation of
Quality information ( ) and the overlapping ranges ( ) of
two sensor devices. The numerator is the the remaining
battery power level ( ) of the sensor i multiplied by the
coefficient of variation ( ), which is the difference
between the current value and the previous value of sensor
i.
(3)
Figure (4) depicts the communication overlapping
situation between two sensors. Equation (4) evaluates the
overlap factor ( ). Equation (5) evaluates the coefficient of
variation ( ).
(4)
(5)
s.
d
r1 r2
A B
C
D
Fig – 4: The communication overlapping situation
between two sensors A and B.
3. PERFORMANCE EVALUATION
This Section describes the performance evaluation of the
proposed D2ATC mechanism and DPA mechanism. The
purpose of the D2ATC mechanism is to effectively reduce
the amount of network packets. Table (1) depicts the
comparison of the data amount with or without using
D2ATC mechanism.
Table – 1: The Comparison of the Data Amount with or
without Using D2ATC Mechanism.
The total amount of data transmission is 271,690 bytes and
678,068 bytes with or without using D2ATC mechanism,
respectively. Furthermore, the amount of repeated packets
is 414,602 bytes and the ratio of the repeated packets is
61.14% without using D2ATC mechanism. Under the
condition of the sleep interval of fixed 30 minutes, the total
amount of data transmission is 196,140 bytes and 490,307
bytes with or without using D2ATC mechanism,
respectively. The amount of repeated packets is 297,223
bytes and the ratio of the repeated packets is 60.62%
without using mechanism. Both of the amount and
ratio of repeated data packets using mechanism are
much less than the values without using D2ATC
mechanism.
Figure (5) depicts the comparison of battery power
consumption among the proposed DPA mechanism, N.
Kaur scheme [10], and a fixed 30 minutes method. The
evaluation results show that the proposed DPA mechanism
achieves the most effective power-saving. The N. Kuar
method has the second performance and the fixed interval
scheme has the worst performance. The power
consumption efficiency improvement of the DPA
mechanism is 25.37% and 37.67% than the N. Kuar scheme
and the fixed interval scheme, respectively.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 507
Fig – 5: Comparison of battery power consumption.
4. CONCLUSION
This study proposes an Efficient Power-Consumption
(EPC) IoT middleware based on the open oneM2M
communication standard to achieve flexible
communication in a heterogeneous IoT environment. The
proposed EPC IoT middleware provides the Dynamic
Duplication Avoidance Transmission Control (D2ATC)
mechanism, which is based on the built-in sensor
frequency table combined with the ETag of sensors, is
proposed to solve the problem of repeated service
requests, and to decrease the network transmission cost.
The proposed Dynamic Power Adaptation (DPA)
mechanism, which is based on the quality of information,
battery power level, conflict factor, and variation
coefficient to dynamically adjust the power consumption
and sleep intervals of sensor devices. The performance
evaluation model of the DPA mechanism achieves the
efficient power consumption while maintaining the trade-
off between the quality of information and the battery life
cycle of sensors. Performance evaluation results reveal that
(1) the D2ATC mechanism reduces the volume of data
transmission packets by about 60%, and (2) the proposed
DPA mechanism extends the battery life to 25.37%.
ACKNOWLEDGEMENT
The research is supported by the Ministry of Science and
Technology of R.O.C. under the grant No. MOST 107-2637-
E-020-007.
REFERENCES
[1] A. H. Ngu, M. Gutierrez, V. Metsis, S. Nepal, Q. Z. Sheng,
“IoT Middleware: A Survey on Issues and Enabling
Technologies,” IEEE Internet of Things Journal, vol. 4,
issue 1, Feb. 2017, pp. 1-20.
[2] C. Albuquerque1, A. Cavalcanti1, F. S. Ferraz1, A. P.
Furtado, “A Study on Middleware for IoT: A
Comparison between Relevant Articles,” Proceedings
on the International Conference on Internet
Computing (ICOMP), 2016, pp. 32-39.
[3] R. A. Rashid, A. H. F. A. Hamid, M. A. Sarijari, M. A.
Baharudin, “Lightweight IoT Middleware for Rapid
Application Development,” TELKOMNIKA
(Telecommunication Computing Electronics and
Control), vol. 17, no. 3, 2019, DOI:
http://dx.doi.org/10.12928/telkomnika.v17i3.11793.
[4] J. Rinne, J. Keskinen, P. Berger, D. Lupo, D., M. Valkama,
“M2M Communication Assessment in Energy-
Harvesting and Wake-Up Radio Assisted Scenarios
Using Practical Components. Sensors,” vol. 18, no. 11,
2018, https://doi.org/10.3390/s18113992.
[5] oneM2M Functional Architecture Baseline Draft,
oneM2M-TS-0001-V-2014-08, Aug., 2015.
[6] S. Lee, K. Kim, W. Jang, A. N. Le, “Service-Adaptive
Functional Architecture in M2M Communications,”
Proceedings of 2013 Fifth International Conference on
Ubiquitous and Future Networks, 2013, pp. 735-737.
[7] K. T. Ali, S. B. Rejeb, Z. Choukair, “Energy Conservation
Strategy for M2M Differentiated Services in
5G/HetNet,” IEEE 6th International Conference on
Multimedia Computing and Systems (ICMCS), 2018,
pp. 1-6).
[8] H. Park, E. S. Jung, W. Lee, H. Lee, Y. T. Lee, “Network
Assistance Platform for Saving Power Consumption of
IoT Devices and Set-top Boxes,” 2017 IEEE
International Conference on Consumer Electronics
(ICCE), , 2017, pp. 316-318
[9] M. Taneja, “A Framework for power saving in IoT
networks,” Proceedings of 2014 International
Conference on Advances in Computing,
Communications and Informatics (ICACCI), 2014, pp.
369-375.
[10] N. Kaur and S. K. Sood, “An Energy-Efficient
Architecture for the Internet of Things (IoT),” IEEE
Systems Journal, vol. 40, issue 99, 2015, pp. 1-10.
BIOGRAPHIES
Kuo-Hao Lu received his BS
degree from Department of
Management Information
Systems of National Pingtung
University of Science and
Technology, Taiwan, in 2017.
Now, he is working her MS.
Degree at the same University.
His research interests include IoT
technology, knowledge
computing and deep learning.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 508
Hsu-Yang Kung received his BS
degree from Tatung University,
MS degree from National Tsing-
Hwa University, PhD degree from
National Cheng-Kung University,
Taiwan, all in computer science
and information engineering. He
is currently a distinguished
professor and Dean of College of
Management, National Pingtung
University of Science and
Technology, Taiwan. Prof. Kung
published more than 200
academic papers and obtained 12
the best paper and thesis awards.
Prof. Kung dominated more than
100 industrial and academic
research projects and owned 26
patens. Prof. Kung received the
distinguished research award 7
times and the Excellent Research
Group Awards 6 times from
Ministry of Science and
Technology. His research
interests include IoT middleware,
cloud computing, wireless and
mobile communications, and
embedded multimedia
applications.
Mei-Hsien Lin received her MS
degree from Department of
Management Information
Systems of National Pingtung
University of Science and
Technology. She obtained her
Ph.D. degree from Department of
Computer Science and
Engineering of National Sun Yat-
Sen University, Taiwan. Dr. Lin
now is a senior network
administrator of the Computer
Center and an adjunct assistant
professor at several universities.
Her research interests include
network security, network
management and administration,
Internet of Things, cloud
computing, and mobile
communications.
Si-Yuan Huang received MS
degree from Department of
Management Information
Systems of National Pingtung
University of Science and
Technology, Taiwan, in 2016. His
research interests include IoT
middleware, and mobile
multimedia applications.

More Related Content

What's hot

IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
IRJET Journal
 
Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN
IJECEIAES
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
IRJET Journal
 
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IRJET Journal
 
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) SystemsIRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET Journal
 
Real-time monitoring of the prototype design of electric system by the ubido...
Real-time monitoring of the prototype design of electric  system by the ubido...Real-time monitoring of the prototype design of electric  system by the ubido...
Real-time monitoring of the prototype design of electric system by the ubido...
IJECEIAES
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution System
IRJET Journal
 
Report on smart metering& control of transmission system
Report on smart metering& control of transmission systemReport on smart metering& control of transmission system
Report on smart metering& control of transmission system
Durgarao Gundu
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
vivatechijri
 
IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
IRJET Journal
 
Hardware Design of a Smart Meter
Hardware Design of a Smart MeterHardware Design of a Smart Meter
Hardware Design of a Smart Meter
IJERA Editor
 
Designing of an automated power meter reading
Designing of an automated power meter readingDesigning of an automated power meter reading
Designing of an automated power meter reading
Manoj Kollam
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
IRJET Journal
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET Journal
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart Meter
IRJET Journal
 
IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
IRJET Journal
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET Journal
 
IRJET- Wifi based Smart Electric Meter using IoT
IRJET-  	  Wifi based Smart Electric Meter using IoTIRJET-  	  Wifi based Smart Electric Meter using IoT
IRJET- Wifi based Smart Electric Meter using IoT
IRJET Journal
 

What's hot (20)

IRJET - Smart Power Monitoring and Controlling through IoT
IRJET -  	  Smart Power Monitoring and Controlling through IoTIRJET -  	  Smart Power Monitoring and Controlling through IoT
IRJET - Smart Power Monitoring and Controlling through IoT
 
Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN Fuel Station Monitoring and Automation based on WSN
Fuel Station Monitoring and Automation based on WSN
 
IRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy MonitoringIRJET- Iot Based Smart Energy Monitoring
IRJET- Iot Based Smart Energy Monitoring
 
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
IoT Based Control and Monitoring of Smart Grid and Power Theft Detection by L...
 
29
2929
29
 
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) SystemsIRJET- A Review on Power Line Carrier Communication (PLCC) Systems
IRJET- A Review on Power Line Carrier Communication (PLCC) Systems
 
Real-time monitoring of the prototype design of electric system by the ubido...
Real-time monitoring of the prototype design of electric  system by the ubido...Real-time monitoring of the prototype design of electric  system by the ubido...
Real-time monitoring of the prototype design of electric system by the ubido...
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution System
 
Report on smart metering& control of transmission system
Report on smart metering& control of transmission systemReport on smart metering& control of transmission system
Report on smart metering& control of transmission system
 
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEMIOT BASED POWER GRID MONITORING & CONTROL SYSTEM
IOT BASED POWER GRID MONITORING & CONTROL SYSTEM
 
IRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS SystemIRJET- Fault Detection, Classification and Location using GPS System
IRJET- Fault Detection, Classification and Location using GPS System
 
Hardware Design of a Smart Meter
Hardware Design of a Smart MeterHardware Design of a Smart Meter
Hardware Design of a Smart Meter
 
Designing of an automated power meter reading
Designing of an automated power meter readingDesigning of an automated power meter reading
Designing of an automated power meter reading
 
Energy Meters using Internet of Things Platform
Energy Meters using Internet of Things PlatformEnergy Meters using Internet of Things Platform
Energy Meters using Internet of Things Platform
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart Meter
 
Db24664671
Db24664671Db24664671
Db24664671
 
IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
 
IRJET- Wifi based Smart Electric Meter using IoT
IRJET-  	  Wifi based Smart Electric Meter using IoTIRJET-  	  Wifi based Smart Electric Meter using IoT
IRJET- Wifi based Smart Electric Meter using IoT
 

Similar to IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middleware

IRJET- Energy Consumption and Monitoring System using IoT
IRJET- Energy Consumption and Monitoring System using IoTIRJET- Energy Consumption and Monitoring System using IoT
IRJET- Energy Consumption and Monitoring System using IoT
IRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
IRJET Journal
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of Things
IRJET Journal
 
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
IRJET Journal
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
IRJET Journal
 
IRJET - IoT based Energy Monitoring System for Energy Conservation
IRJET -  	  IoT based Energy Monitoring System for Energy ConservationIRJET -  	  IoT based Energy Monitoring System for Energy Conservation
IRJET - IoT based Energy Monitoring System for Energy Conservation
IRJET Journal
 
ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...
ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...
ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...
ijma
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
IRJET Journal
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring System
IRJET Journal
 
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET-  	  Advanced Patient Health Monitoring System using PLCC TechnologyIRJET-  	  Advanced Patient Health Monitoring System using PLCC Technology
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET Journal
 
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET-  	  Advanced Patient Health Monitoring System using PLCC TechnologyIRJET-  	  Advanced Patient Health Monitoring System using PLCC Technology
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET Journal
 
Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...
IJECEIAES
 
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET Journal
 
WSN-Power theft control
WSN-Power theft controlWSN-Power theft control
WSN-Power theft control
IRJET Journal
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
IRJET Journal
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET Journal
 
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor NetworkIRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET Journal
 
IRJET - Wireless Energy Meter with Home Automation
IRJET -  	  Wireless Energy Meter with Home AutomationIRJET -  	  Wireless Energy Meter with Home Automation
IRJET - Wireless Energy Meter with Home Automation
IRJET Journal
 
Smart Metering using E-wallet
Smart Metering using E-walletSmart Metering using E-wallet
Smart Metering using E-wallet
IRJET Journal
 

Similar to IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middleware (20)

IRJET- Energy Consumption and Monitoring System using IoT
IRJET- Energy Consumption and Monitoring System using IoTIRJET- Energy Consumption and Monitoring System using IoT
IRJET- Energy Consumption and Monitoring System using IoT
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of Things
 
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
Sensor Data Aggregation using a Cross Layer Framework for Smart City Applicat...
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
 
IRJET - IoT based Energy Monitoring System for Energy Conservation
IRJET -  	  IoT based Energy Monitoring System for Energy ConservationIRJET -  	  IoT based Energy Monitoring System for Energy Conservation
IRJET - IoT based Energy Monitoring System for Energy Conservation
 
ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...
ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...
ANALYSIS AND MODELLING OF POWER CONSUMPTION IN IOT WITH VIDEO QUALITY COMMUNI...
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring System
 
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET-  	  Advanced Patient Health Monitoring System using PLCC TechnologyIRJET-  	  Advanced Patient Health Monitoring System using PLCC Technology
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
 
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
IRJET-  	  Advanced Patient Health Monitoring System using PLCC TechnologyIRJET-  	  Advanced Patient Health Monitoring System using PLCC Technology
IRJET- Advanced Patient Health Monitoring System using PLCC Technology
 
Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...Low-cost real-time internet of things-based monitoring system for power grid ...
Low-cost real-time internet of things-based monitoring system for power grid ...
 
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...IRJET- Monitoring and Control of PLC based Automation System Parameters using...
IRJET- Monitoring and Control of PLC based Automation System Parameters using...
 
WSN-Power theft control
WSN-Power theft controlWSN-Power theft control
WSN-Power theft control
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
 
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor NetworkIRJET- A Review on Cluster-based Routing for Wireless Sensor Network
IRJET- A Review on Cluster-based Routing for Wireless Sensor Network
 
IRJET - Wireless Energy Meter with Home Automation
IRJET -  	  Wireless Energy Meter with Home AutomationIRJET -  	  Wireless Energy Meter with Home Automation
IRJET - Wireless Energy Meter with Home Automation
 
Smart Metering using E-wallet
Smart Metering using E-walletSmart Metering using E-wallet
Smart Metering using E-wallet
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
AkolbilaEmmanuel1
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
veerababupersonal22
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 

Recently uploaded (20)

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Steel & Timber Design according to British Standard
Steel & Timber Design according to British StandardSteel & Timber Design according to British Standard
Steel & Timber Design according to British Standard
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERSCW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
CW RADAR, FMCW RADAR, FMCW ALTIMETER, AND THEIR PARAMETERS
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 

IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middleware

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 504 Design of a High Performance IoT QoS Transmission Mechanism and Middleware Ren-Wu Yu1, Hsu-Yang Kung1, Mei-Hsien Lin2,Si-Yuan Huang1 1Department of Management Information Systems, National Pingtung University of Science and Technology No. 1, Shuehfu Rd., Neipu, Pingtung, Taiwan 2Computer Center, National Pingtung University of Science and Technology, No. 1, Shuehfu Rd., Neipu, Pingtung, Taiwa ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The rapid development of Internet of Things (IoT) services requires a huge number and variety of sensor devices. However, the power consumption of sensor devices, which adopt different transmission protocols to communicate with each other and the data servers, is a critical issue when deploying sensors in heterogeneous environments. A stable and efficient IoT application service, e.g., environmental surveillance in fields, urgently requires a flexible IoT middleware platform with efficient power consumption control. This study proposes an Efficient Power-Consumption (EPC) IoT middleware based on the open oneM2M communication standard. The proposed EPC IoT middleware provides the Dynamic Power Adaptation (DPA) mechanism, which is based on the quality of information, battery power level, conflict factor, and variation coefficient to dynamically adjust the power consumption and sleep intervals of sensor devices. The performance evaluation model of the DPA mechanism is proposed to achieve efficient power consumption while maintaining the trade-off between the quality of information and the battery life cycle of sensors. The Dynamic Duplication Avoidance Transmission Control (D2ATC) mechanism, which is based on the built-in sensor frequency table combined with the ETag of sensors, is proposed to solve the problem of repeated service requests, and to decrease the network transmission cost. Performance evaluation results reveal that the proposed DPA mechanism and D2ATC mechanism could provide good performance efficiency. Key Words: Internet of Things (IoT), Middleware, Dynamic power adaptation control, Dynamic duplication avoidance transmission control, OneM2M standard. 1. INTRODUCTION As the rapid progress of Internet of Things (IoT) technology, the manufacturers develop unique IoT sensing devices for various application services [1]. Therefore, it results in a wide range technology specification of sensing devices and services. The different sensing devices usually adopt different communication protocols. The commercial companies design and implement the IoT communication servers and the application services also uses different communication specification, which lacks of the unified standards. Many international organizations develop IoT communication specifications and middleware for the markets [2-3]. OneM2M standard is one of the popular IoT communication specifications [4-5]. OneM2M specification provides a common service platform to support mobile applications, which are conveniently developed by embedding the various industries APIs [6]. Furthermore, it is also a critical problem for power consumption of IoT sensing devices [7-8]. Most of the sensing devices rely on the batteries for power supply. It often results in the quick power consumption due to the massive transmission of sensing data and IoT messages. It is inconvenient for users to often recharge the batteries to maintain the IoT application services. M. Taneja proposed a service architecture based on oneM2M specification, which was composed of IoT end devices, gateway, and data server, to achieve a power saving communication [9]. The basic principle of the proposed power saving control was to adapt the sleep interval of the sensor devices according to the characteristics of sensors and applications. Emergent situation needs more communication messages than the normal situation needs. N. Kuar proposed a power evaluation model based on the quality of information, overlapping conflict factor, battery level, and coefficients of variation sensors to adapt the sleep interval to achieve an efficient power consumption for the end sensor devices [10]. This study proposes an Efficient Power-Consumption (EPC) IoT middleware, which adopts the oneM2M standard to transfer the messages packages. The users subscribe in the EPC middleware, which provides the standard data and message format. The networking servers actively push information to the users. When users utilize the mobile appliances, the users could access the environment data and service message via the heterogeneous sensing devices. Since there are a large number of IoT connections and data transmission, this paper proposes the Dynamic Duplication Avoidance Transmission Control Mechanism ( ), which could efficient reduce the volume of sensing data and the computing burden of servers. The EPC middleware provides the Dynamic Power Adaptation (DPA) mechanism, which is based on the quality of information,
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 505 battery power level, conflict factor, and variation coefficient to dynamically adjust the power consumption and sleep intervals of sensor devices. DPA mechanism could achieve the efficient power consumption of sensing devices. The remainder of this paper is organized as follows. Section 2 presents the system architecture of the proposed EPC middleware. Section 3 describes the performance evaluation of the proposed control mechanism. Finally, Section 4 concludes this study. 2. SYSTEM ARCHITECTURE Figure (1) depicts the system architecture the proposed Efficient Power-Consumption (EPC) IoT middleware. According to the oneM2M communication standard, the sensing devices are the application service nodes (ASNs), which are deployed in the experimental area to collect the environmental data, including the temperature, humidity, luminosity, images, and videos. IoT gateway is a mediate node (MN) and is responsible for the sensing data collection, filtering, and conversion. IoT server is an infrastructure node (IN), which stores the sensing data and provides the communication, computation and analysis for the end users. Fig – 1: The system architecture of the Efficient Power- Consumption (EPC) IoT middleware. 2.1 Dynamic Duplication Avoidance Transmission Control Mechanism (D2ATC) The main purpose of D2ATC is responsible for reducing the transmission traffic by avoiding unnecessary and duplicated transmission of information packets. Figure (2) and Figure (3) depict the proposed two data transmission schemes, which are the Active scheme and the Passive scheme, respectively. For the Active scheme, as depicting in Figure (2), the IoT server actively deliveries the sensing data to the end users. Whenever the IoT server receives the sensing data transmitted form the sensor, IoT server compares the received data with the previous data stored in the database. Then, the IoT server actively transfers the different part of the received data to the end users to reduce the transmission traffic. Sensor IoT Server (CSE) User (AE) Publish(MESSAGE 1) Push(MESSAGE 1) Subscribe(USER_ID) Response(ACK) Publish(MESSAGE 2) Push(MESSAGE 2) Publish(MESSAGE N) Push(MESSAGE N) Fig – 2: The Active scheme of D2ATC mechanism. For the Passive scheme, as depicting in Figure (3), the IoT server passively waits for the data delivery requirements of the end users. The end user sends the data requirement in the fixed time period or the update necessary. When the IoT server receives the data transmission requirement from the end user, the IoT server firstly check whether there are updated sensing data stored in the database, which are different to the previous data transmitted to the end user, or not. If there are updated sensing data, the IoT server transmit the data to the end data. Thus, the Passive scheme effectively reduce the unnecessary data transmission. Sensor IoT Server (CSE) User (AE) Response(RESULT 1) Request(SENSOR_ID) Request() Response(RESULT 1) Response(RESULT 2) Response(RESULT 2) Response(RESULT N) Response(RESULT N) Request(SENSOR_ID) Request() Fig – 3: The Passive scheme of D2ATC mechanism.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 506 2.2 Dynamic Power Adjustment Mechanism (DPA) The purpose of the proposed DPA mechanism is to dynamically adjust the power consumption and sleep intervals of sensor devices based on the quality of information, battery power level, conflict factor, and variation coefficients. The proposed evaluation equations (1) and (2) are used to predict the suitable sleep time interval of the sensor devices [10]. Equation (1) is used to calculate the next sleep time prediction ( ), which is the actual sleep time multiplied by the weight parameter (α) and pluses the historical sleep time multiplied by the weight parameter (1-α). Equation (2) uses the predicted sleep time ( ) to plus the sleep variation time ( ) to predict the actual sleep time for the next sleep time prediction ( ). = ; (1) (1) = (2) The Equation (3) shows the evaluation of the sleep variation time ( ). The denominator is the summation of Quality information ( ) and the overlapping ranges ( ) of two sensor devices. The numerator is the the remaining battery power level ( ) of the sensor i multiplied by the coefficient of variation ( ), which is the difference between the current value and the previous value of sensor i. (3) Figure (4) depicts the communication overlapping situation between two sensors. Equation (4) evaluates the overlap factor ( ). Equation (5) evaluates the coefficient of variation ( ). (4) (5) s. d r1 r2 A B C D Fig – 4: The communication overlapping situation between two sensors A and B. 3. PERFORMANCE EVALUATION This Section describes the performance evaluation of the proposed D2ATC mechanism and DPA mechanism. The purpose of the D2ATC mechanism is to effectively reduce the amount of network packets. Table (1) depicts the comparison of the data amount with or without using D2ATC mechanism. Table – 1: The Comparison of the Data Amount with or without Using D2ATC Mechanism. The total amount of data transmission is 271,690 bytes and 678,068 bytes with or without using D2ATC mechanism, respectively. Furthermore, the amount of repeated packets is 414,602 bytes and the ratio of the repeated packets is 61.14% without using D2ATC mechanism. Under the condition of the sleep interval of fixed 30 minutes, the total amount of data transmission is 196,140 bytes and 490,307 bytes with or without using D2ATC mechanism, respectively. The amount of repeated packets is 297,223 bytes and the ratio of the repeated packets is 60.62% without using mechanism. Both of the amount and ratio of repeated data packets using mechanism are much less than the values without using D2ATC mechanism. Figure (5) depicts the comparison of battery power consumption among the proposed DPA mechanism, N. Kaur scheme [10], and a fixed 30 minutes method. The evaluation results show that the proposed DPA mechanism achieves the most effective power-saving. The N. Kuar method has the second performance and the fixed interval scheme has the worst performance. The power consumption efficiency improvement of the DPA mechanism is 25.37% and 37.67% than the N. Kuar scheme and the fixed interval scheme, respectively.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 507 Fig – 5: Comparison of battery power consumption. 4. CONCLUSION This study proposes an Efficient Power-Consumption (EPC) IoT middleware based on the open oneM2M communication standard to achieve flexible communication in a heterogeneous IoT environment. The proposed EPC IoT middleware provides the Dynamic Duplication Avoidance Transmission Control (D2ATC) mechanism, which is based on the built-in sensor frequency table combined with the ETag of sensors, is proposed to solve the problem of repeated service requests, and to decrease the network transmission cost. The proposed Dynamic Power Adaptation (DPA) mechanism, which is based on the quality of information, battery power level, conflict factor, and variation coefficient to dynamically adjust the power consumption and sleep intervals of sensor devices. The performance evaluation model of the DPA mechanism achieves the efficient power consumption while maintaining the trade- off between the quality of information and the battery life cycle of sensors. Performance evaluation results reveal that (1) the D2ATC mechanism reduces the volume of data transmission packets by about 60%, and (2) the proposed DPA mechanism extends the battery life to 25.37%. ACKNOWLEDGEMENT The research is supported by the Ministry of Science and Technology of R.O.C. under the grant No. MOST 107-2637- E-020-007. REFERENCES [1] A. H. Ngu, M. Gutierrez, V. Metsis, S. Nepal, Q. Z. Sheng, “IoT Middleware: A Survey on Issues and Enabling Technologies,” IEEE Internet of Things Journal, vol. 4, issue 1, Feb. 2017, pp. 1-20. [2] C. Albuquerque1, A. Cavalcanti1, F. S. Ferraz1, A. P. Furtado, “A Study on Middleware for IoT: A Comparison between Relevant Articles,” Proceedings on the International Conference on Internet Computing (ICOMP), 2016, pp. 32-39. [3] R. A. Rashid, A. H. F. A. Hamid, M. A. Sarijari, M. A. Baharudin, “Lightweight IoT Middleware for Rapid Application Development,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 17, no. 3, 2019, DOI: http://dx.doi.org/10.12928/telkomnika.v17i3.11793. [4] J. Rinne, J. Keskinen, P. Berger, D. Lupo, D., M. Valkama, “M2M Communication Assessment in Energy- Harvesting and Wake-Up Radio Assisted Scenarios Using Practical Components. Sensors,” vol. 18, no. 11, 2018, https://doi.org/10.3390/s18113992. [5] oneM2M Functional Architecture Baseline Draft, oneM2M-TS-0001-V-2014-08, Aug., 2015. [6] S. Lee, K. Kim, W. Jang, A. N. Le, “Service-Adaptive Functional Architecture in M2M Communications,” Proceedings of 2013 Fifth International Conference on Ubiquitous and Future Networks, 2013, pp. 735-737. [7] K. T. Ali, S. B. Rejeb, Z. Choukair, “Energy Conservation Strategy for M2M Differentiated Services in 5G/HetNet,” IEEE 6th International Conference on Multimedia Computing and Systems (ICMCS), 2018, pp. 1-6). [8] H. Park, E. S. Jung, W. Lee, H. Lee, Y. T. Lee, “Network Assistance Platform for Saving Power Consumption of IoT Devices and Set-top Boxes,” 2017 IEEE International Conference on Consumer Electronics (ICCE), , 2017, pp. 316-318 [9] M. Taneja, “A Framework for power saving in IoT networks,” Proceedings of 2014 International Conference on Advances in Computing, Communications and Informatics (ICACCI), 2014, pp. 369-375. [10] N. Kaur and S. K. Sood, “An Energy-Efficient Architecture for the Internet of Things (IoT),” IEEE Systems Journal, vol. 40, issue 99, 2015, pp. 1-10. BIOGRAPHIES Kuo-Hao Lu received his BS degree from Department of Management Information Systems of National Pingtung University of Science and Technology, Taiwan, in 2017. Now, he is working her MS. Degree at the same University. His research interests include IoT technology, knowledge computing and deep learning.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 508 Hsu-Yang Kung received his BS degree from Tatung University, MS degree from National Tsing- Hwa University, PhD degree from National Cheng-Kung University, Taiwan, all in computer science and information engineering. He is currently a distinguished professor and Dean of College of Management, National Pingtung University of Science and Technology, Taiwan. Prof. Kung published more than 200 academic papers and obtained 12 the best paper and thesis awards. Prof. Kung dominated more than 100 industrial and academic research projects and owned 26 patens. Prof. Kung received the distinguished research award 7 times and the Excellent Research Group Awards 6 times from Ministry of Science and Technology. His research interests include IoT middleware, cloud computing, wireless and mobile communications, and embedded multimedia applications. Mei-Hsien Lin received her MS degree from Department of Management Information Systems of National Pingtung University of Science and Technology. She obtained her Ph.D. degree from Department of Computer Science and Engineering of National Sun Yat- Sen University, Taiwan. Dr. Lin now is a senior network administrator of the Computer Center and an adjunct assistant professor at several universities. Her research interests include network security, network management and administration, Internet of Things, cloud computing, and mobile communications. Si-Yuan Huang received MS degree from Department of Management Information Systems of National Pingtung University of Science and Technology, Taiwan, in 2016. His research interests include IoT middleware, and mobile multimedia applications.