SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 02 Issue: 01 | Mar-2015 www.irjet.net p-ISSN: 2395-0072
© 2014, IRJET.NET- All Rights Reserved Page 55
CONCURRENCY CONTROL MODEL FOR DISTRIBUTED DATABASE
Ranjana Jhala1, Kamaljit I. Lakhtaria2 and Sanjay Gaur3
1Research Scholar, Faculty of Computer Science, Pacific University, Udaipur, India
2, Research Supervisor, Faculty of Computer Science, Pacific University, Udaipur, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract --- Nowadays, distributed Databases have
taken concentration in the database research. Data
distribution and replication offer opportunities for
improving performance through parallel query
execution and load balancing as well as increasing the
availability of data. These opportunities have played a
major role in motivating the design of the current
generation of database machines.
The purpose of this study is to propose an approach
that absolutely increases the performance of real-time
distributed data service. The centralized real time
database is based on critical closed loop control system.
To overcome this problem we proposed a model/
system called user control distributed database model
which try to stimulate the overload transaction during
run time. Therefore the present system will be a step
towards fulfill the needs of critical conditions like
overload or run-time errors in context of distributed
database system.
Keywords:Distributed Databases, parallel,
Performance, transaction, control system, Real time
1. INTRODUCTION
In the today’s world the real-time systems are wrapper
ample range of technological work like networking,
telecommunication, censor monitoring, traffic signals and
e-governance etc. The centralized real-time databases are
not only needs to read and process the data, but also to
proceed in a timely manner without producing unexpected
errors. In traditional databases mostly become failure due
to work load or resource contention. In this study, we
propose a user control system approach for distributed
database which tries to reduce run time errors during
overload with design quality service during transaction.
The base for this study is taken by the model of M.
Srinivasan and R. Manohar (2012) and Lam, Kamyiu et al.
(1996) about performance of concurrency control
Mechanisms in centralized database systems. In recent
times, distributed databases have taken attention in the
database research area due to demanding distributed data
storage. Because data distribution and replication offer
opportunities for improving performance through parallel
query execution and load balancing as well as increasing
the availability of data. These opportunities have played a
major role in motivating the design of the current
generation of database machines.
2. REAL-TIME DATABASE MODELING AND
MANAGEMENT
According to the model of M. Srinivasan and R. Manohar
(2012) about performance of concurrency control
Mechanisms in centralized database systems. The
operation of real-time database modeling and measure the
performance of concurrency control system has three
modules to manage real-time database functionalities are
Temperature Identification (via Serial Communication
Application Programming Interface –COMM API, Admin
Control and User Control shown in the given diagram.
Fig-1 : Real Rime Database modeling
Input / Temperature Identification and
Transmission: This module gets the temperature as an
input for real-time database. Input is getting by the F2M
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 01 Issue: 01 | Dec-2014 www.irjet.net p-ISSN: 2395-0072
© 2015, IRJET.NET- All Rights Reserved Page 56
(female-to-male) cable and transmitted to the admin
control. For input transmission serial communication Java
API i.e (COMM API) is used. The temperature input will
store the current input into the database as well as update
it into the admin controller.
Admin Control: The admin control module monitors
the temperature as input, and control the request from
users. The temperature input is updated into the database
as well as the output is monitor into the admin control as
Plotted graphs concurrently. When the users sends
request for that temperature, first a queue is maintain for
that requests. That the queue is altered based on the
success ratio. Utilization controller is given for improving
success ratio. Then the user gets the output temperature
as plotted graphs.
User Control: The user control module user will receive
the output plotted graphs for current temperature. The
user send request to admin control for getting
temperature request. Also the user control will get plotted
graphs at specific period of timing interval.
Measurement of QoS
This simulation studies show that the proposed solution
satisfies the requirements even during overloads and
inaccurate run-time estimation errors. We show that our
approach can expect the desire output and considerably
enhancing the success ratio. The success ratio is as
follows:
SR = 100 × (N timely / N submitted) (%)
N timely is the number of transactions committed before
their deadlines and N submitted is the total number of
transactions submitted to the RTDB.
3. DISTRIBUTED REAL-TIME DATABASE MODEL
In the distributed network at each site, the transaction
generator generates transactions independently under
controlled monitoring. Basically two types of transactions
are take place in the network ate local and global. The
local transaction accesses local data items, where a global
transaction consists of a chain of sub-transactions
If a sub-transaction requests for remote data item, it will
be transmitted to a remote site through the
communication network, and be processed there. In
distributed network both local transactions and sub-
transactions have similar CPU and data also they access
the same number of data items, and the execution times of
the database operation are the same. In view of the fact
that main memory database systems can better support
real-time applications, it is assumed that the databases are
residing in the main memory. By use of main memory
database, the impact of different I/O scheduling on the
system performance can be eliminated.
At each site, transactions and sub-transactions are
scheduled to the CPU by the scheduler based on their
priorities. Transactions and sub-transactions that are
ready for execution are en-queued into the ready queue as
per their priorities. After processing of all the operations
of a transaction, the transaction enters in the validation
phase. Circular validation is started at the site with the
highest site order.
Fig-2: Model for Real Rime Distribited Database
Concurrency Control System
Interface
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 01 Issue: 01 | Dec-2014 www.irjet.net p-ISSN: 2395-0072
© 2015, IRJET.NET- All Rights Reserved Page 57
At each site, transactions and sub-transactions are
scheduled to the CPU by the scheduler based on their
priorities. Transactions and sub-transactions that are
ready for execution are en-queued into the ready queue as
per their priorities. After processing of all the operations
of a transaction, the transaction enters in the validation
phase. Circular validation is started at the site with the
highest site order.
In the online concurrency control, when a transaction
accesses a data item in the read phase, the data item will
be marked by setting a lock in the lock table to indicate
that it is being used by the transaction. Data conflicts are
checked by looking at the lock table in each site.
The broadcast commit method is used here to solve the
conflict. After the completion of the validation phase, the
transaction enters the write phase in which two phase
commit protocol and permanent updates of the write
operations will be performed. If all the sub-transactions
(for global transactions only) are about to commit, the
parent transaction will decide to commit. After all the sub-
transactions and the parent transaction have committed,
the transaction is completed.
The transactions are associated with firm deadlines.
Earlier than a transaction is allocated the CPU; the
scheduler checks its deadline. If it has already missed the
deadline, the transaction is aborted immediately
4. REAL-TIME DISTRIBUTED DATABASE
MODELING AND MANAGEMENT
The operation of real-time distributed database modeling
and measure the performance of concurrency control
system has four modules to manage real-time database
functionalities are Global Input Identification, Local Input
Identification, Admin Control and User Control shown in
the given diagram.
Input (Global and Local) / Temperature Identification
and Transmission: This module gets the temperature as
an input for real-time distributed database. Input is
getting by the F2M (female-to-male) cable/ Network cable
and transmitted to the admin control. There is interface
interaction to put sub-transaction (global) with the queue
of transaction (local). Here priority is decided for each
transaction than ready queue get formed. The
temperature input will store the current input into the
database as well as update it into the admin controller.
Admin Control: The admin control module monitors the
input, and control the request from users. The input is
updated into the database as well as the output is monitor
into the admin control. When the users sends request for
that temperature/input, first a queue is maintain for that
requests. That the queue is altered based on the success
ratio. Utilization controller is given for improving success
ratio. Then the user gets the output temperature as plotted
graphs.
User Control: The user control module user will receive
the output plotted graphs for current input. The user send
request to admin control for getting input request. Also
the user control will get plotted graphs at specific period
of timing interval.
5. TRANSACTION MANAGEMENT
Assuming that, the arrival rates of global and local
transactions in a site are Aglb and Alcl. There are m sub-
transactions in each global transaction. Similar kind of
model is used to operate both local transaction and sub-
transaction, which requires Noprn number of database
operations. Every operation has locking of a data item
which takes Tlock amount of time and processing of the
data which takes Tprcs amount of time.
Thus a local or sub-transaction acquirers total processing
time is (Tlock + Tprcs) Noprn and for a global transaction, m
times that amount. Now load of total system is (Alcl + Aglb x
m ) x Noprn x (Tlock+ Tprcs) of which a fraction of AIcl / (Alcl. +
Aglb x m) is contributed by local transactions. We denote
this latter fraction, frac-local. A sub-transaction may
access data items in a remote site, in which case, a
communication delay of Tcomm amount of time is incurred
before its execution.
The deadline of a local transaction, Xlcl, is:
Deadline = ar (xlcl) + (Tlock + Tprcs)x Noprn x (1 + sf )
Here SF is the slack factor which is a random variable
uniformly chosen from a range
For global transactions, Xglb the deadline formula include
the network delay:
Deadline = ar(Xglb)+(( Tlock+ Tprcs) x Noprn x m + Tcomm x Ntrnst
x (1 + sf)
where Ntrnst the number of transit across the network
required to access all the remote data.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 01 Issue: 01 | Dec-2014 www.irjet.net p-ISSN: 2395-0072
© 2015, IRJET.NET- All Rights Reserved Page 58
6. CONCLUSION:
In general the performance of real-time concurrency
control system is affected by the method used for
assigning the priorities of the transactions. The present
study gives a distributed control with various sub-
transaction and transaction on network which are based
on priority assignment as optimistic concurrency control
protocol. The deadline-driven approach is helpful to
manage the transaction in distributed real time database
concurrency control system. For a little distributed
network or private distributed network the system is
efficient further scalability factor required to implement it
for worldwide implementation.
REFERENCES:
1. Arun Kumar Yadav and Ajay Agarwal , An
Approach for Concurrency Control in Distributed
Database System, International Journal of
Computer Science & Communication, Vol. 1, No. 1,
pp. 137-141, 2010.
2. Abbott, R., and Garcia-Molina, H., "Scheduling
Real-time Transactions: A Performance
Evaluation," ACM Transactions on Database
Systems, vol. 17, no. 3, pp. 513-60, 1992.
3. Bernstein, P.A., Hadzilacos, V. and Goddman, N.
Concurrency Control and Recovery in Database
Systems, Addison-Wesley, Reading, Mass., U.S.A.
1987.
4. Lam, Kamyiu; Lee, Victor CS; Hung, Sheunglun;
Kao, Benjamin CM, Impact of priority assignment
on optimistic concurrency controlin distributed
real-time databases, Proceedings Of The
International Workshop On Real-Time Computing
Systems And Applications/Rtcsa, 1996, p. 128-
134, 1996.
5. Manohar Srinivasan and Revathi Manohar (2012),
Performance of Concurrency Control Mechanisms
in Centralised Database Systems, Indian Journal of
Computer Science and Engineering, Vol. 3 No.3,
pp-492-493, 2012.

More Related Content

What's hot

Introduction to transaction processing concepts and theory
Introduction to transaction processing concepts and theoryIntroduction to transaction processing concepts and theory
Introduction to transaction processing concepts and theory
Zainab Almugbel
 
Concurrency control
Concurrency controlConcurrency control
Concurrency control
Dr. Ramkumar Lakshminarayanan
 
Lecture 1
Lecture 1Lecture 1
Scada pdf
Scada pdfScada pdf
Scada pdf
Vidya Sisale
 
DATA TRANSFER SCHEMES OF 8085
DATA TRANSFER SCHEMES OF 8085DATA TRANSFER SCHEMES OF 8085
DATA TRANSFER SCHEMES OF 8085
saravanamanikandan02
 
Data transferschemes
Data transferschemesData transferschemes
Data transferschemes
Ankush Srivastava
 
Lect10 organization
Lect10 organizationLect10 organization
Lect10 organization
Maher Alshammari
 
Ch17 introduction to transaction processing concepts and theory
Ch17 introduction to transaction processing concepts and theoryCh17 introduction to transaction processing concepts and theory
Ch17 introduction to transaction processing concepts and theory
meenatchi selvaraj
 
Hj3413671376
Hj3413671376Hj3413671376
Hj3413671376
IJERA Editor
 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdf
Pawan Sharma
 
Бие даалт
Бие даалтБие даалт
Бие даалт
Muuluu
 
Fps scada
Fps scadaFps scada
Fps scada
AnilPanchal23
 
Lect02
Lect02Lect02
Analysis optimization and monitoring system
Analysis optimization and monitoring system Analysis optimization and monitoring system
Analysis optimization and monitoring system
slmnsvn
 
Control engineering module 1 part-a 18me71
Control engineering  module 1 part-a 18me71Control engineering  module 1 part-a 18me71
Control engineering module 1 part-a 18me71
Mohammed Imran
 
Co module 1 2019 20-converted
Co module 1 2019 20-convertedCo module 1 2019 20-converted
Co module 1 2019 20-converted
ramamani keshava
 
SDN Introduction
SDN IntroductionSDN Introduction
SDN Introduction
Yoppy Yunhasnawa
 
Chapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processingChapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processing
Jafar Nesargi
 
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
International Journal of Engineering Inventions www.ijeijournal.com
 

What's hot (19)

Introduction to transaction processing concepts and theory
Introduction to transaction processing concepts and theoryIntroduction to transaction processing concepts and theory
Introduction to transaction processing concepts and theory
 
Concurrency control
Concurrency controlConcurrency control
Concurrency control
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Scada pdf
Scada pdfScada pdf
Scada pdf
 
DATA TRANSFER SCHEMES OF 8085
DATA TRANSFER SCHEMES OF 8085DATA TRANSFER SCHEMES OF 8085
DATA TRANSFER SCHEMES OF 8085
 
Data transferschemes
Data transferschemesData transferschemes
Data transferschemes
 
Lect10 organization
Lect10 organizationLect10 organization
Lect10 organization
 
Ch17 introduction to transaction processing concepts and theory
Ch17 introduction to transaction processing concepts and theoryCh17 introduction to transaction processing concepts and theory
Ch17 introduction to transaction processing concepts and theory
 
Hj3413671376
Hj3413671376Hj3413671376
Hj3413671376
 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdf
 
Бие даалт
Бие даалтБие даалт
Бие даалт
 
Fps scada
Fps scadaFps scada
Fps scada
 
Lect02
Lect02Lect02
Lect02
 
Analysis optimization and monitoring system
Analysis optimization and monitoring system Analysis optimization and monitoring system
Analysis optimization and monitoring system
 
Control engineering module 1 part-a 18me71
Control engineering  module 1 part-a 18me71Control engineering  module 1 part-a 18me71
Control engineering module 1 part-a 18me71
 
Co module 1 2019 20-converted
Co module 1 2019 20-convertedCo module 1 2019 20-converted
Co module 1 2019 20-converted
 
SDN Introduction
SDN IntroductionSDN Introduction
SDN Introduction
 
Chapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processingChapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processing
 
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
Customized Monitoring and Assessment of Circuit Breaker Operations in Differe...
 

Viewers also liked

databases
databasesdatabases
databases
sudipta nandi
 
Hibernate concurrency
Hibernate concurrencyHibernate concurrency
Hibernate concurrency
priyank09
 
Distributed Databases Overview
Distributed Databases OverviewDistributed Databases Overview
Distributed Databases Overview
Luis Carlos Dill Junges
 
An Introduction To Java Web Technology
An Introduction To Java Web TechnologyAn Introduction To Java Web Technology
An Introduction To Java Web Technology
vikram singh
 
Discrete Structures. Lecture 1
 Discrete Structures. Lecture 1  Discrete Structures. Lecture 1
Discrete Structures. Lecture 1
Ali Usman
 
Database Concurrency
Database ConcurrencyDatabase Concurrency
Database Concurrency
ndndsk
 

Viewers also liked (6)

databases
databasesdatabases
databases
 
Hibernate concurrency
Hibernate concurrencyHibernate concurrency
Hibernate concurrency
 
Distributed Databases Overview
Distributed Databases OverviewDistributed Databases Overview
Distributed Databases Overview
 
An Introduction To Java Web Technology
An Introduction To Java Web TechnologyAn Introduction To Java Web Technology
An Introduction To Java Web Technology
 
Discrete Structures. Lecture 1
 Discrete Structures. Lecture 1  Discrete Structures. Lecture 1
Discrete Structures. Lecture 1
 
Database Concurrency
Database ConcurrencyDatabase Concurrency
Database Concurrency
 

Similar to IRJET-Concurrency Control Model for Distributed Database

Construction of Supervisory Control and Data Acquisition in Shop-level based ...
Construction of Supervisory Control and Data Acquisition in Shop-level based ...Construction of Supervisory Control and Data Acquisition in Shop-level based ...
Construction of Supervisory Control and Data Acquisition in Shop-level based ...
IJRES Journal
 
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET Journal
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING
IRJET Journal
 
SA UNIT I STREAMING ANALYTICS.pdf
SA UNIT I STREAMING ANALYTICS.pdfSA UNIT I STREAMING ANALYTICS.pdf
SA UNIT I STREAMING ANALYTICS.pdf
ManjuAppukuttan2
 
IRJET- E-Gatepass System
IRJET- E-Gatepass SystemIRJET- E-Gatepass System
IRJET- E-Gatepass System
IRJET Journal
 
Data Flow Architecture_UNIT_2.pptx
Data Flow Architecture_UNIT_2.pptxData Flow Architecture_UNIT_2.pptx
Data Flow Architecture_UNIT_2.pptx
Kartiksoni81
 
RMC: Real-Time Monitoring and Controlling Approach on Networks
RMC: Real-Time Monitoring and Controlling Approach on  NetworksRMC: Real-Time Monitoring and Controlling Approach on  Networks
RMC: Real-Time Monitoring and Controlling Approach on Networks
IOSR Journals
 
1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx
felicidaddinwoodie
 
Using Semi-supervised Classifier to Forecast Extreme CPU Utilization
Using Semi-supervised Classifier to Forecast Extreme CPU UtilizationUsing Semi-supervised Classifier to Forecast Extreme CPU Utilization
Using Semi-supervised Classifier to Forecast Extreme CPU Utilization
gerogepatton
 
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATIONUSING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
ijaia
 
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATIONUSING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
gerogepatton
 
Enterprise applications in the cloud: a roadmap to workload characterization ...
Enterprise applications in the cloud: a roadmap to workload characterization ...Enterprise applications in the cloud: a roadmap to workload characterization ...
Enterprise applications in the cloud: a roadmap to workload characterization ...
Leonid Grinshpan, Ph.D.
 
Study on Different Mechanism for Congestion Control in Real Time Traffic for ...
Study on Different Mechanism for Congestion Control in Real Time Traffic for ...Study on Different Mechanism for Congestion Control in Real Time Traffic for ...
Study on Different Mechanism for Congestion Control in Real Time Traffic for ...
IRJET Journal
 
Formal Verification of Distributed Checkpointing Using Event-B
Formal Verification of Distributed Checkpointing Using Event-BFormal Verification of Distributed Checkpointing Using Event-B
Formal Verification of Distributed Checkpointing Using Event-B
ijcsit
 
Traffic Simulator
Traffic SimulatorTraffic Simulator
Traffic Simulator
gystell
 
IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...
IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...
IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...
IRJET Journal
 
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 ProtocolReal Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
IJRES Journal
 
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Eswar Publications
 
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-GrievanceIRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET Journal
 
Real Time System
Real Time SystemReal Time System
Real Time System
Suman Astani
 

Similar to IRJET-Concurrency Control Model for Distributed Database (20)

Construction of Supervisory Control and Data Acquisition in Shop-level based ...
Construction of Supervisory Control and Data Acquisition in Shop-level based ...Construction of Supervisory Control and Data Acquisition in Shop-level based ...
Construction of Supervisory Control and Data Acquisition in Shop-level based ...
 
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
IRJET- Research Paper on Energy-Aware Virtual Machine Migration for Cloud Com...
 
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTINGLOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING
 
SA UNIT I STREAMING ANALYTICS.pdf
SA UNIT I STREAMING ANALYTICS.pdfSA UNIT I STREAMING ANALYTICS.pdf
SA UNIT I STREAMING ANALYTICS.pdf
 
IRJET- E-Gatepass System
IRJET- E-Gatepass SystemIRJET- E-Gatepass System
IRJET- E-Gatepass System
 
Data Flow Architecture_UNIT_2.pptx
Data Flow Architecture_UNIT_2.pptxData Flow Architecture_UNIT_2.pptx
Data Flow Architecture_UNIT_2.pptx
 
RMC: Real-Time Monitoring and Controlling Approach on Networks
RMC: Real-Time Monitoring and Controlling Approach on  NetworksRMC: Real-Time Monitoring and Controlling Approach on  Networks
RMC: Real-Time Monitoring and Controlling Approach on Networks
 
1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx1Low Cost automated inventory system.docx
1Low Cost automated inventory system.docx
 
Using Semi-supervised Classifier to Forecast Extreme CPU Utilization
Using Semi-supervised Classifier to Forecast Extreme CPU UtilizationUsing Semi-supervised Classifier to Forecast Extreme CPU Utilization
Using Semi-supervised Classifier to Forecast Extreme CPU Utilization
 
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATIONUSING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
 
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATIONUSING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
USING SEMI-SUPERVISED CLASSIFIER TO FORECAST EXTREME CPU UTILIZATION
 
Enterprise applications in the cloud: a roadmap to workload characterization ...
Enterprise applications in the cloud: a roadmap to workload characterization ...Enterprise applications in the cloud: a roadmap to workload characterization ...
Enterprise applications in the cloud: a roadmap to workload characterization ...
 
Study on Different Mechanism for Congestion Control in Real Time Traffic for ...
Study on Different Mechanism for Congestion Control in Real Time Traffic for ...Study on Different Mechanism for Congestion Control in Real Time Traffic for ...
Study on Different Mechanism for Congestion Control in Real Time Traffic for ...
 
Formal Verification of Distributed Checkpointing Using Event-B
Formal Verification of Distributed Checkpointing Using Event-BFormal Verification of Distributed Checkpointing Using Event-B
Formal Verification of Distributed Checkpointing Using Event-B
 
Traffic Simulator
Traffic SimulatorTraffic Simulator
Traffic Simulator
 
IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...
IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...
IRJET- Effective Technique for Optimizing Timestamp Ordering in Read-Write/Wr...
 
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 ProtocolReal Time Condition Monitoring of Power Plant through DNP3 Protocol
Real Time Condition Monitoring of Power Plant through DNP3 Protocol
 
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
Checkpointing and Rollback Recovery Algorithms for Fault Tolerance in MANETs:...
 
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-GrievanceIRJET- Special Organization through Entity Ruling for Handling E-Grievance
IRJET- Special Organization through Entity Ruling for Handling E-Grievance
 
Real Time System
Real Time SystemReal Time System
Real Time System
 

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

Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 

Recently uploaded (20)

Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 

IRJET-Concurrency Control Model for Distributed Database

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 02 Issue: 01 | Mar-2015 www.irjet.net p-ISSN: 2395-0072 © 2014, IRJET.NET- All Rights Reserved Page 55 CONCURRENCY CONTROL MODEL FOR DISTRIBUTED DATABASE Ranjana Jhala1, Kamaljit I. Lakhtaria2 and Sanjay Gaur3 1Research Scholar, Faculty of Computer Science, Pacific University, Udaipur, India 2, Research Supervisor, Faculty of Computer Science, Pacific University, Udaipur, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract --- Nowadays, distributed Databases have taken concentration in the database research. Data distribution and replication offer opportunities for improving performance through parallel query execution and load balancing as well as increasing the availability of data. These opportunities have played a major role in motivating the design of the current generation of database machines. The purpose of this study is to propose an approach that absolutely increases the performance of real-time distributed data service. The centralized real time database is based on critical closed loop control system. To overcome this problem we proposed a model/ system called user control distributed database model which try to stimulate the overload transaction during run time. Therefore the present system will be a step towards fulfill the needs of critical conditions like overload or run-time errors in context of distributed database system. Keywords:Distributed Databases, parallel, Performance, transaction, control system, Real time 1. INTRODUCTION In the today’s world the real-time systems are wrapper ample range of technological work like networking, telecommunication, censor monitoring, traffic signals and e-governance etc. The centralized real-time databases are not only needs to read and process the data, but also to proceed in a timely manner without producing unexpected errors. In traditional databases mostly become failure due to work load or resource contention. In this study, we propose a user control system approach for distributed database which tries to reduce run time errors during overload with design quality service during transaction. The base for this study is taken by the model of M. Srinivasan and R. Manohar (2012) and Lam, Kamyiu et al. (1996) about performance of concurrency control Mechanisms in centralized database systems. In recent times, distributed databases have taken attention in the database research area due to demanding distributed data storage. Because data distribution and replication offer opportunities for improving performance through parallel query execution and load balancing as well as increasing the availability of data. These opportunities have played a major role in motivating the design of the current generation of database machines. 2. REAL-TIME DATABASE MODELING AND MANAGEMENT According to the model of M. Srinivasan and R. Manohar (2012) about performance of concurrency control Mechanisms in centralized database systems. The operation of real-time database modeling and measure the performance of concurrency control system has three modules to manage real-time database functionalities are Temperature Identification (via Serial Communication Application Programming Interface –COMM API, Admin Control and User Control shown in the given diagram. Fig-1 : Real Rime Database modeling Input / Temperature Identification and Transmission: This module gets the temperature as an input for real-time database. Input is getting by the F2M
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 01 Issue: 01 | Dec-2014 www.irjet.net p-ISSN: 2395-0072 © 2015, IRJET.NET- All Rights Reserved Page 56 (female-to-male) cable and transmitted to the admin control. For input transmission serial communication Java API i.e (COMM API) is used. The temperature input will store the current input into the database as well as update it into the admin controller. Admin Control: The admin control module monitors the temperature as input, and control the request from users. The temperature input is updated into the database as well as the output is monitor into the admin control as Plotted graphs concurrently. When the users sends request for that temperature, first a queue is maintain for that requests. That the queue is altered based on the success ratio. Utilization controller is given for improving success ratio. Then the user gets the output temperature as plotted graphs. User Control: The user control module user will receive the output plotted graphs for current temperature. The user send request to admin control for getting temperature request. Also the user control will get plotted graphs at specific period of timing interval. Measurement of QoS This simulation studies show that the proposed solution satisfies the requirements even during overloads and inaccurate run-time estimation errors. We show that our approach can expect the desire output and considerably enhancing the success ratio. The success ratio is as follows: SR = 100 × (N timely / N submitted) (%) N timely is the number of transactions committed before their deadlines and N submitted is the total number of transactions submitted to the RTDB. 3. DISTRIBUTED REAL-TIME DATABASE MODEL In the distributed network at each site, the transaction generator generates transactions independently under controlled monitoring. Basically two types of transactions are take place in the network ate local and global. The local transaction accesses local data items, where a global transaction consists of a chain of sub-transactions If a sub-transaction requests for remote data item, it will be transmitted to a remote site through the communication network, and be processed there. In distributed network both local transactions and sub- transactions have similar CPU and data also they access the same number of data items, and the execution times of the database operation are the same. In view of the fact that main memory database systems can better support real-time applications, it is assumed that the databases are residing in the main memory. By use of main memory database, the impact of different I/O scheduling on the system performance can be eliminated. At each site, transactions and sub-transactions are scheduled to the CPU by the scheduler based on their priorities. Transactions and sub-transactions that are ready for execution are en-queued into the ready queue as per their priorities. After processing of all the operations of a transaction, the transaction enters in the validation phase. Circular validation is started at the site with the highest site order. Fig-2: Model for Real Rime Distribited Database Concurrency Control System Interface
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 01 Issue: 01 | Dec-2014 www.irjet.net p-ISSN: 2395-0072 © 2015, IRJET.NET- All Rights Reserved Page 57 At each site, transactions and sub-transactions are scheduled to the CPU by the scheduler based on their priorities. Transactions and sub-transactions that are ready for execution are en-queued into the ready queue as per their priorities. After processing of all the operations of a transaction, the transaction enters in the validation phase. Circular validation is started at the site with the highest site order. In the online concurrency control, when a transaction accesses a data item in the read phase, the data item will be marked by setting a lock in the lock table to indicate that it is being used by the transaction. Data conflicts are checked by looking at the lock table in each site. The broadcast commit method is used here to solve the conflict. After the completion of the validation phase, the transaction enters the write phase in which two phase commit protocol and permanent updates of the write operations will be performed. If all the sub-transactions (for global transactions only) are about to commit, the parent transaction will decide to commit. After all the sub- transactions and the parent transaction have committed, the transaction is completed. The transactions are associated with firm deadlines. Earlier than a transaction is allocated the CPU; the scheduler checks its deadline. If it has already missed the deadline, the transaction is aborted immediately 4. REAL-TIME DISTRIBUTED DATABASE MODELING AND MANAGEMENT The operation of real-time distributed database modeling and measure the performance of concurrency control system has four modules to manage real-time database functionalities are Global Input Identification, Local Input Identification, Admin Control and User Control shown in the given diagram. Input (Global and Local) / Temperature Identification and Transmission: This module gets the temperature as an input for real-time distributed database. Input is getting by the F2M (female-to-male) cable/ Network cable and transmitted to the admin control. There is interface interaction to put sub-transaction (global) with the queue of transaction (local). Here priority is decided for each transaction than ready queue get formed. The temperature input will store the current input into the database as well as update it into the admin controller. Admin Control: The admin control module monitors the input, and control the request from users. The input is updated into the database as well as the output is monitor into the admin control. When the users sends request for that temperature/input, first a queue is maintain for that requests. That the queue is altered based on the success ratio. Utilization controller is given for improving success ratio. Then the user gets the output temperature as plotted graphs. User Control: The user control module user will receive the output plotted graphs for current input. The user send request to admin control for getting input request. Also the user control will get plotted graphs at specific period of timing interval. 5. TRANSACTION MANAGEMENT Assuming that, the arrival rates of global and local transactions in a site are Aglb and Alcl. There are m sub- transactions in each global transaction. Similar kind of model is used to operate both local transaction and sub- transaction, which requires Noprn number of database operations. Every operation has locking of a data item which takes Tlock amount of time and processing of the data which takes Tprcs amount of time. Thus a local or sub-transaction acquirers total processing time is (Tlock + Tprcs) Noprn and for a global transaction, m times that amount. Now load of total system is (Alcl + Aglb x m ) x Noprn x (Tlock+ Tprcs) of which a fraction of AIcl / (Alcl. + Aglb x m) is contributed by local transactions. We denote this latter fraction, frac-local. A sub-transaction may access data items in a remote site, in which case, a communication delay of Tcomm amount of time is incurred before its execution. The deadline of a local transaction, Xlcl, is: Deadline = ar (xlcl) + (Tlock + Tprcs)x Noprn x (1 + sf ) Here SF is the slack factor which is a random variable uniformly chosen from a range For global transactions, Xglb the deadline formula include the network delay: Deadline = ar(Xglb)+(( Tlock+ Tprcs) x Noprn x m + Tcomm x Ntrnst x (1 + sf) where Ntrnst the number of transit across the network required to access all the remote data.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 01 Issue: 01 | Dec-2014 www.irjet.net p-ISSN: 2395-0072 © 2015, IRJET.NET- All Rights Reserved Page 58 6. CONCLUSION: In general the performance of real-time concurrency control system is affected by the method used for assigning the priorities of the transactions. The present study gives a distributed control with various sub- transaction and transaction on network which are based on priority assignment as optimistic concurrency control protocol. The deadline-driven approach is helpful to manage the transaction in distributed real time database concurrency control system. For a little distributed network or private distributed network the system is efficient further scalability factor required to implement it for worldwide implementation. REFERENCES: 1. Arun Kumar Yadav and Ajay Agarwal , An Approach for Concurrency Control in Distributed Database System, International Journal of Computer Science & Communication, Vol. 1, No. 1, pp. 137-141, 2010. 2. Abbott, R., and Garcia-Molina, H., "Scheduling Real-time Transactions: A Performance Evaluation," ACM Transactions on Database Systems, vol. 17, no. 3, pp. 513-60, 1992. 3. Bernstein, P.A., Hadzilacos, V. and Goddman, N. Concurrency Control and Recovery in Database Systems, Addison-Wesley, Reading, Mass., U.S.A. 1987. 4. Lam, Kamyiu; Lee, Victor CS; Hung, Sheunglun; Kao, Benjamin CM, Impact of priority assignment on optimistic concurrency controlin distributed real-time databases, Proceedings Of The International Workshop On Real-Time Computing Systems And Applications/Rtcsa, 1996, p. 128- 134, 1996. 5. Manohar Srinivasan and Revathi Manohar (2012), Performance of Concurrency Control Mechanisms in Centralised Database Systems, Indian Journal of Computer Science and Engineering, Vol. 3 No.3, pp-492-493, 2012.