SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais procurados

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 IoTIRJET 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 MonitoringIRJET 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) SystemsIRJET 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 SystemIRJET 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 systemDurgarao 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 SYSTEMvivatechijri
 
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 SystemIRJET Journal
 
Hardware Design of a Smart Meter
Hardware Design of a Smart MeterHardware Design of a Smart Meter
Hardware Design of a Smart MeterIJERA 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 readingManoj 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 PlatformIRJET 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 GridIRJET Journal
 
IRJET- Iot Based Smart Meter
IRJET-  	  Iot Based Smart MeterIRJET-  	  Iot Based Smart Meter
IRJET- Iot Based Smart MeterIRJET 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 GridIRJET 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 IoTIRJET 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 IoTIRJET Journal
 

Mais procurados (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
 

Semelhante a 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 IoTIRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET 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 AndroidIRJET 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 ThingsIRJET 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 ProtocolIRJET 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 ConservationIRJET 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 IoTIRJET Journal
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring SystemIRJET 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 TechnologyIRJET 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 TechnologyIRJET 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 controlIRJET Journal
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET 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 NetworkIRJET 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 NetworkIRJET 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 AutomationIRJET Journal
 
Smart Metering using E-wallet
Smart Metering using E-walletSmart Metering using E-wallet
Smart Metering using E-walletIRJET Journal
 

Semelhante a 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
 

Mais de 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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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
 

Mais de 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...
 

Último

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Último (20)

(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

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.