SlideShare a Scribd company logo
1 of 12
Download to read offline
https://iaeme.com/Home/journal/IJARET 2049 editor@iaeme.com
International Journal of Advanced Research in Engineering and Technology (IJARET)
Volume 11, Issue 10, October 2020, pp. 2049-2060, Article ID: IJARET_11_10_197
Available online at https://iaeme.com/Home/issue/IJARET?Volume=11&Issue=10
ISSN Print: 0976-6480 and ISSN Online: 0976-6499
DOI: https://doi.org/10.17605/OSF.IO/YNQKC
© IAEME Publication Scopus Indexed
AN ACCOMPLISHED MINIMUM-OPERATION
DEPENDABLE RECOVERY LINE
COMPILATION SCHEME FOR NON-
DETERMINISTIC MOBILE DISTRIBUTED
FRAMEWORKS
Suresh Kumar1, Rajeev Yadav2
1
Research Scholar, Sunrise University Alwar, India
2
Professor, CSE, Sunrise University Alwar, India
ABSTRACT
While dealing with mobile distributed frameworks, we come across some issues like:
mobility, low bandwidth of wireless channels and lack of stable storage on mobile
nodes, disconnections, limited battery power and high failure rate of mobile nodes.
These issues make traditional Dependable Recovery Line Compilation (DRL-
compilation) techniques designed for Distributed frameworks unsuitable for Mobile
environments. In this paper, we design a minimum operation algorithm for Mobile
Distributed frameworks, where no useless retrieval-marks are taken and an effort has
been made to optimize the filibustering of operations. We propose to delay the
processing of selective reckoning-communications at the receiver end only during the
DRL-compilation period. A Process is allowed to perform its normal reckonings and
send reckoning-communications during its filibustering period. In this way, we try to
keep filibustering of operations to bare minimum. In order to keep the filibustering time
minimum, we collect the dependency vectors and compute the exact minimum set in the
beginning of the algorithm. The number of operations that take retrieval-marks is
minimized to 1) avoid awakening of Mob_Nodes in doze mode of operation, 2) minimize
thrashing of Mob_Nodes with DRL-compilation activity, 3) save limited battery life of
Mob_Nodes and low bandwidth of wireless channels. In coordinated DRL-compilation,
if a single operation fails to take its retrieval-mark; all the DRL-compilation effort goes
waste, because, each operation has to abort its partially-committed retrieval-mark. In
order to take its partially-committed retrieval-mark, an Mob_Node needs to transfer
large retrieval-mark data to its local Mob_Supp_St over wireless channels. The DRL-
compilation effort may be exceedingly high due to frequent aborts especially in mobile
frameworks. We try to minimize the loss of DRL-compilation effort when any operation
fails to take its retrieval-mark in coordination with others.
Key words: Fault tolerance, consistent global state, coordinated DRL-compilation and
mobile frameworks.
An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non-
Deterministic Mobile Distributed Frameworks
https://iaeme.com/Home/journal/IJARET 2050 editor@iaeme.com
Cite this Article: Suresh Kumar and Rajeev Yadav, An Accomplished Minimum-
Operation Dependable Recovery Line Compilation Scheme for Non-Deterministic
Mobile Distributed Frameworks, International Journal of Advanced Research in
Engineering and Technology (IJARET), 11(10), 2020, pp. 2049-2060.
https://iaeme.com/Home/issue/IJARET?Volume=11&Issue=10
1. INTRODUCTION
A distributed framework is one that runs on a collection of machines that do not have shared
memory, yet looks to its users like a single computer. The term Distributed frameworks is used
to describe a framework with the following characteristics: i) it consists of several computers
that do not share memory or a clock, ii) the computers communicate with each other by
exchanging reckoning-communications over a communication network, iii) each computer has
its own memory and runs its own operating framework. A distributed framework consists of a
finite set of operations and a finite set of channels.
In the mobile distributed framework, some of the operations are running on mobile hosts
(Mob_Nodes). A Mob_Node communicates with other nodes of the framework via a special
node called mobile support station (Mob_Supp_St) [1]. A cell is a geographical area around a
Mob_Supp_St in which it can support an Mob_Node. A Mob_Node can change its geographical
position freely from one cell to another or even to an area covered by no cell. An Mob_Supp_St
can have both wired and wireless links and acts as an interface between the static network and
a part of the mobile network. Static network connects all Mob_Supp_Sts. A static node that has
no support to Mob_Node can be considered as a Mob_Supp_St with no Mob_Node.
Checkpoint is defined as a designated place in a program at which normal operation is
interrupted specifically to preserve the status information necessary to allow resumption of
processing at a later time. DRL-compilation is the operation of saving the status information.
By periodically invoking the DRL-compilation operation, one can save the status of a program
at regular intervals. If there is a failure one may restart reckoning from the last retrieval-marks
thereby avoiding repeating reckoning from the beginning. The operation of resuming reckoning
by rolling back to a saved state is called rollback recovery. The retrieval-mark-restart is one of
the well-known methods to realize reliable distributed frameworks. Each operation takes a
retrieval-mark where the local state information is stored in the stable storage. Rolling back an
operation and again resuming its execution from a prior state involves overhead and delays the
overall completion of the operation, it is needed to make an operation rollback to a most recent
possible state. So it is at the desire of the user for taking many retrieval-marks over the whole
life of the execution of the operation [6, 29, 30, 31].
In a distributed framework, since the operations in the framework do not share memory, a
global state of the framework is defined as a set of local states, one from each operation. The
state of channels corresponding to a global state is the set of reckoning-communications sent
but not yet received. A global state is said to be “consistent” if it contains no orphan reckoning-
communication; i.e., a reckoning-communication whose receive event is recorded, but its send
event is lost. To recover from a failure, the framework restarts its execution from a previous
consistent global state saved on the stable storage during fault-free execution. This saves all the
reckoning done up to the last retrieval-marked state and only the reckoning done thereafter
needs to be redone. In distributed frameworks, DRL-compilation can be independent,
coordinated [6, 11, 13] or quasi-synchronous [2]. Message Logging is also used for fault
tolerance in distributed frameworks [22, 29, 30, 31].
In coordinated or synchronous DRL-compilation, operations take retrieval-marks in such a
manner that the resulting global state is consistent. Mostly it follows two-phase commit
Suresh Kumar and Rajeev Yadav
https://iaeme.com/Home/journal/IJARET 2051 editor@iaeme.com
structure [6, 11, 23]. In the first phase, operations take partially-committed retrieval-marks and
in the second phase, these are made enduring. The main advantage is that only one enduring
retrieval-mark and at most one partially-committed retrieval-mark is required to be stored. In the
case of a fault, operations rollback to last retrieval-marked state.
The coordinated DRL-compilation protocols can be classified into two types: filibustering
and non-filibustering. In filibustering algorithms, some filibustering of operations takes place
during DRL-compilation [4, 11, 24, 25] In non-filibustering algorithms, no filibustering of
operations is required for DRL-compilation [5, 12, 15, 21]. The coordinated DRL-compilation
algorithms can also be classified into following two categories: minimum-operation and all
operation algorithms. In all-operation coordinated DRL-compilation algorithms, every
operation is required to take its retrieval-mark in an initiation [6], [8]. In minimum-operation
algorithms, minimum interacting operations are required to take their retrieval-marks in an
initiation [11].
In minimum-operation coordinated DRL-compilation algorithms, an operation Pi takes its
retrieval-mark only if it a member of the minimum set (a subset of interacting operation). An
operation Pi is in the minimum set only if the retrieval-mark initiator operation is transitively
dependent upon it. Pj is directly dependent upon Pk only if there exists m such that Pj receives
m from Pk in the current DRL-compilation interval [CI] and Pk has not taken its enduring
retrieval-mark after sending m. The ith
CI of an operation denotes all the reckoning performed
between its ith
and (i+1)th
retrieval-mark, including the ith
retrieval-mark but not the (i+1)th
retrieval-mark.
In minimum-operation DRL-compilation protocols, some useless retrieval-marks are taken
or filibustering of operations takes place. In this paper, we propose a minimum-operation
coordinated DRL-compilation algorithm for non-deterministic mobile distributed frameworks
, where no useless retrieval-marks are taken. An effort has been made to minimize the
filibustering of operations and the loss of DRL-compilation effort when any operation fails to
take its retrieval-mark in coordination with others.
Rao and Naidu [26] proposed a new coordinated DRL-compilation protocol combined with
selective sender-based reckoning-communication logging. The protocol is free from the
problem of lost reckoning-communications. The term ‘selective’ implies that reckoning-
communications are logged only within a specified interval known as active interval, thereby
reducing reckoning-communication logging overhead. All operations take retrieval-marks at
the end of their respective active intervals forming a consistent global retrieval-mark. Biswas
& Neogy [27] proposed a DRL-compilation and failure recovery algorithm where mobile hosts
save retrieval-marks based on mobility and movement patterns. Mobile hosts save retrieval-
marks when number of hand-offs exceed a predefined handoff threshold value. Neves & Fuchs
[18] designed a time based loosely synchronized coordinated DRL-compilation protocol that
removes the overhead of synchronization and piggybacks integer csn (retrieval-mark sequence
number). Gao et al [28] developed an index-based algorithm which uses time-coordination for
consistently DRL-compilation in mobile computing environments. In time-based DRL-
compilation protocols, there is no need to send extra coordination reckoning-communications.
However, they have to deal with the synchronization of timers. This class of protocols suits to
the applications where operations have high reckoning-communication sending rate.
2. THE PROPOSED DRL-COMPILATION SCHEME
2.1. Basic Idea
The proposed scheme is based on keeping track of direct dependencies of operations. Similar
to [4], initiator operation collects the direct dependency vectors of all operations, computes
An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non-
Deterministic Mobile Distributed Frameworks
https://iaeme.com/Home/journal/IJARET 2052 editor@iaeme.com
minimum set, and sends the retrieval-mark request along with the minimum set to all operations.
In this way, filibustering time has been significantly reduced as compared to [11].
During the period, when an operation sends its dependency set to the initiator and receives
the minimum set, may receive some reckoning-communications , which may add new members
to the already computed minimum set [25]. In order to keep the computed minimum set intact,
we have classified the reckoning-communications, received during the filibustering period, into
two types: (i) reckoning-communications that alter the dependency set of the receiver operation
(ii) reckoning-communications that do not alter the dependency set of the receiver operation.
The reckoning-communications in point (i) need to be delayed at the receiver side [25]. The
reckoning-communications in point (ii) can be processed normally. All operations can perform
their normal reckonings and send reckoning-communications during their filibustering period.
When an operation buffers a reckoning-communication of former type, it does not operation
any reckoning-communication till it receives the minimum set so as to keep the proper sequence
of reckoning-communications received. When an operation gets the minimum set, it takes the
retrieval-mark, if it is in the minimum set. After this, it receives the buffered reckoning-
communications, if any. The proposed minimum-operation filibustering algorithm forces zero
useless retrieval-marks at the cost of very small filibustering.
In minimum-operation synchronous DRL-compilation, the initiator operation asks all
communicating operations to take partially-committed retrieval-marks. In this scheme, if a
single operation fails to take its retrieval-mark; all the DRL-compilation effort goes waste,
because, each operation has to abort its partially-committed retrieval-mark. In order to take the
partially-committed retrieval-mark, an Mob_Node needs to transfer large retrieval-mark data
to its local Mob_Supp_St over wireless channels. Due to frequent aborts, total DRL-
compilation effort may be exceedingly high, which may be undesirable in mobile frameworks
due to scarce resources. Frequent aborts may happen in mobile frameworks due to exhausted
battery, abrupt disconnection, or bad wireless connectivity. Therefore, we propose that in the
first phase, all concerned Mob_Nodes will take mutable retrieval-mark only. Mutable retrieval-
mark is stored on the memory of Mob_Node only. In this case, if some operation fails to take
retrieval-mark in the first phase, then Mob_Nodes need to abort their mutable retrieval-marks
only. The effort of taking a mutable retrieval-mark is negligible as compared to the partially-
committed one. When the initiator comes to know that all relevant operations have taken their
mutable retrieval-marks, it asks all relevant operations to come into the second phase, in which,
an operation converts its mutable retrieval-mark into partially-committed one. In this way, by
increasing small synchronization reckoning-communication overhead, we try to reduce the total
DRL-compilation effort.
2.2. Data Structures
Here, we describe the data structures used in the proposed DRL-compilation protocol. An
operation on Mob_Node that initiates DRL-compilation is called initiator operation and its local
Mob_Supp_St is called initiator Mob_Supp_St. If the initiator operation is on a Mob_Supp_St,
then the Mob_Supp_St is the initiator Mob_Supp_St. All data structures are initialized on
completion of a DRL-compilation operation if not mentioned explicitly.
(i) Each operation Pi maintains the following data structures, which are preferably stored
on local Mob_Supp_St:
p-csni: A monotonically increasing integer retrieval-mark sequence number for
each operation. It is incremented by 1 on mutable retrieval-mark.
partially-
committedi
A flag that indicates that Pi has taken its partially-committed retrieval-mark
for the current initiation.
Suresh Kumar and Rajeev Yadav
https://iaeme.com/Home/journal/IJARET 2053 editor@iaeme.com
dd_seti[]: A bit vector of size n; dd_seti[j] is set to ‘1’ if Pi receives a reckoning-
communication from Pj such that Pi becomes directly dependent upon Pj for
the current CI. Initially, the bit vector is initialized to zeroes for all
operations except for itself, which is initialized to ‘1’. For Mob_Nodei it is
kept at local Mob_Supp_St. On global commit, dd_set [] of all operations
are updated. In all-operation DRL-compilation, each operation initializes its
dd_set [] on partially-committed retrieval-mark.
filibusteringi: A flag that indicates that the operation is in filibustering period. Set to ‘1’
when Pi receives the dd_set [] request; set to ‘0’ on the receipt of mutable
retrieval-mark request for a non-minimum-set operation. An operation
comes out of the filibustering state only after taking its mutable retrieval-
mark if it is a member of the minimum set; otherwise, it comes out of
filibustering state after getting the mutable retrieval-mark request.
bufferi: A flag. Set to ‘1’ when Pi buffers first reckoning-communication in its
filibustering period.
c_statei A flag. Set to ‘1’ on the receipt of the minimum set. Set to ‘0’ on receiving
commit or abort.
(ii) Initiator Mob_Supp_St maintains the following Data structures:
min_vect[]: A bit vector of size n. Computed by taking transitive closure of dd_set [] of
all operations with the dd_set [] of the initiator operation [4]. Minimum set=
{Pk such that min_vect [k]=1}.
r_tent[]: A bit vector of length n. r_tent[i] is set to ‘1’ if Pi has taken a partially-
committed retrieval-mark.
r_mut[]: A bit vector of length n. r_mut[i] is set to ‘1’ if Pi has taken a mutable
retrieval-mark.
Timer1: A flag; set to ‘1’ when maximum allowable time for collecting minimum-
operation global retrieval-mark expires.
(iii) Each Mob_Supp_St (including initiator Mob_Supp_St) maintains the following data
structures
D[]: A bit vector of length n. D[i]=1 implies Pi is running in the cell of
Mob_Supp_St.
ee_tent[]: A bit vector of length n. EE_tent[i] is set to ‘1’ if Pi has taken its partially-
committed Checkpoint.
ee_mut[]: A bit vector of length n. EE_mut[i] is set to ‘1’ if Pi has taken a mutable
retrieval-mark.
s_bit: A flag at Mob_Supp_St. Initialized to ‘0’. Set to ‘1’ when some relevant
operation in its cell fails to take its partially-committed retrieval-mark.
Pin: Initiator operation identification.
csn[]: An array of size n, maintained on every Mob_Supp_St, for n operations.
csn[i] represents the most recently committed retrieval-mark sequence
number of Pi. After the commit operation, if m_vect[i] =1 then csn[i] is
incremented. It should be noted that entries in this array are updated only
after converting partially-committed retrieval-marks in to enduring retrieval-
marks and not after taking partially-committed retrieval-marks.
An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non-
Deterministic Mobile Distributed Frameworks
https://iaeme.com/Home/journal/IJARET 2054 editor@iaeme.com
g_chkpt: A flag which is set to ‘1’ on the receipt of (i) retrieval-mark request in all-
operation DRL-compilation or (ii) dd_set [] request in minimum-operation
algorithm.
chkpt A flag which is set to 1 when the Mob_Supp_St receives the retrieval-mark
request in the minimum-operation algorithm.
mss_id An integer. It is unique to each Mob_Supp_St and cannot be null.
2.3. The Proposed Minimum-operation DRL-compilation Algorithm
The initiator Mob_Supp_St sends a request to all Mob_Supp_Sts to send the dd_set vectors of
the operations in their cells. All dd_set vectors are at Mob_Supp_Sts and thus no initial DRL-
compilation reckoning-communications or responses travels wireless channels. On receiving
the dd_set [] request, a Mob_Supp_St records the identity of the initiator operation (say
mss_ida) and initiator Mob_Supp_St, sends back the dd_set [] of the operations in its cell, and
sets g_chkpt. If the initiator Mob_Supp_St receives a request for dd_set [] from some other
Mob_Supp_St (say mss_idb) and mss_ida is lower than mss_idb,the, current initiation with
mss_ida is discarded and the new one having mss_idb is continued. Similarly, if a Mob_Supp_St
receives dd_set requests from two Mob_Supp_Sts, then it discards the request of the initiator
Mob_Supp_St with lower mss_id. Otherwise, on receiving dd_set vectors of all operations, the
initiator Mob_Supp_St computes min_vect [], sends mutable retrieval-mark request along with
the min_vect [] to all Mob_Supp_Sts. When an operation sends its dd_set [] to the initiator
Mob_Supp_St, it comes into its filibustering state. An operation comes out of the filibustering
state only after taking its mutable retrieval-mark if it is a member of the minimum set;
otherwise, it comes out of filibustering state after getting the mutable retrieval-mark request.
On receiving the mutable retrieval-mark request along with the min_vect [], a
Mob_Supp_St, say Mob_Supp_Stj, takes the following actions. It sends the mutable retrieval-
mark request to Pi only if Pi belongs to the min_vect [] and Pi is running in its cell. On receiving
the retrieval-mark request, Pi takes its mutable retrieval-mark and informs Mob_Supp_Stj. On
receiving positive response from Pi, Mob_Supp_Stj updates p-csni, resets filibusteringi, and
sends the buffered reckoning-communications to Pi, if any. Alternatively, If Pi is not in the
min_vect [] and Pi is in the cell of Mob_Supp_Stj, Mob_Supp_Stj resets filibusteringi and sends
the buffered reckoning-communication to Pi, if any. For a disconnected Mob_Node, that is a
member of min_vect [], the Mob_Supp_St that has its disconnected retrieval-mark, converts its
disconnected retrieval-mark into the required one.
During filibustering period, Pi operations m, received from Pj, if following conditions are
met: (i) (!buferi) i.e. Pi has not buffered any reckoning-communication (ii) (m.psn <=csn[j])
i.e. Pj has not taken its retrieval-mark before sending m (iii) (dd_seti[j]=1) Pi is already
dependent upon Pj in the current CI or Pj has taken some enduring retrieval-mark after sending
m.
Otherwise, the local Mob_Supp_St of Pi buffers m for the filibustering period of Pi and sets
bufferi.
When a Mob_Supp_St learns that all of its operations in minimum set have taken their
mutable retrieval-marks or at least one of its operations has failed to retrieval-mark, it sends
the response reckoning-communication to the initiator Mob_Supp_St. In this case, if some
operation fails to take mutable retrieval-mark in the first phase, then Mob_Nodes need to abort
their mutable retrieval-marks only. The effort of taking a mutable retrieval-mark is negligible
as compared to the partially-committed one. When the initiator comes to know that all relevant
operations have taken their mutable retrieval-marks, it asks all relevant operations to come into
Suresh Kumar and Rajeev Yadav
https://iaeme.com/Home/journal/IJARET 2055 editor@iaeme.com
the second phase, in which, an operation converts its mutable retrieval-mark into partially-
committed one.
Finally, initiator Mob_Supp_St sends commit or abort to all operations. On receiving abort,
an operation discards its partially-committed retrieval-mark, if any, and undoes the updating of
data structures. On receiving commit, operations, in the min_vect [], convert their partially-
committed retrieval-marks into enduring ones. On receiving commit or abort, all operations
update their dd_set vectors and other data structures.
2.4. An Example
We explain the proposed minimum-operation DRL-compilation algorithm with the help of an
example. In Figure 1, at time t1, P4 initiates DRL-compilation operation and sends request to all
operations for their dependency vectors. At time t2, P4 receives the dependency vectors from all
operations (not shown in the Figure 1) and computes the minimum set (min_vect[]) which is
{P3, P4, P5}. P4 sends min_vect[]to all operations and takes its own mutable retrieval-mark. An
operation takes its mutable retrieval-mark if it is a member of min_vect[]. When P3 and P5 get
the min_vect[], they find themselves in the min_vect[]; therefore, they take their mutable
retrieval-marks. When P0, P1 and P2 get the min_vect [], they find that they do not belong to
min_vect [], therefore, they do not take their mutable retrieval-marks.
Figure 1 An Example of the proposed Protocol
An operation comes into the filibustering state immediately after sending the dd_set[]. An
operation comes out of the filibustering state only after taking its mutable retrieval-mark if it is
a member of the minimum set; otherwise, it comes out of filibustering state after getting the
mutable retrieval-mark request. P4 receives m4 during its filibustering period. As dd_set4[5]=1
due to m3, and receive of m4 will not alter dd_set4[]; therefore P4 operations m4. P1 receives m5
from P2 during its filibustering period; dd_set1[2]=0 and the receive of m5 can alter dd_set1[];
therefore, P1 buffers m5. Similarly, P3 buffers m6. P3 operations m6 only after taking its mutable
retrieval-mark. P1 operation m5 after getting the min_vect [].P2 operations m7 because at this
An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non-
Deterministic Mobile Distributed Frameworks
https://iaeme.com/Home/journal/IJARET 2056 editor@iaeme.com
movement it not in the filibustering state. Similarly, P3 operations m8. At time t3, P4 receives
responses to mutable check point requests from all relevant operations (not shown in the Figure
1) and issues partially-committed retrieval-mark request to all operations. A operation in the
minimum set converts its mutable retrieval-mark into partially-committed one. Finally, at time
t4, P4 receives responses to partially-committed retrieval-mark requests from all relevant
operations (not shown in the Figure 1) and issues the commit request.
3. EVALUATION OF THE PROPOSED MINIMUM-OPERATION DRL-
COMPILATION ALGORITHM
3.1. Computation of average filibustering time and average number of reckoning-
communications blocked
The mobile distributed framework considered has N Mob_Nodes and M Mob_Supp_Sts. Each
Mob_Supp_St is a fixed host that has wired and wireless interface. The two Mob_Supp_Sts are
connected using a 2Mbps communication link. Each Mob_Node or Mob_Supp_St has one
operation running on it. The length of each framework reckoning-communication is 50 bytes.
The average delay on static network for sending framework reckoning-communication is
(8*50*1000)/(2*1000000) = 0.2ms. The filibustering time is 2*0.2=0.4ms. In the proposed
algorithm, selective incoming reckoning-communications at an operation are blocked during
its filibustering period. We consider the worst case in which all incoming reckoning-
communications are blocked. Blocking period in the proposed scheme is negligibly small;
therefore the number of reckoning-communications blocked in the algorithms is insignificant.
Table 1 Average number of reckoning-communications blocked during DRL-compilation
Message Sending Rate 0.001 0.01 0.1 1 10
Average No. of Messages blocked
in the proposed Scheme
4*10-7
4*10-6
4*10-5
4*10-4
4*10-3
3.2. Performance of the Proposed Minimum-Operation Algorithm
We use the following notations for performance analysis of the algorithms:
Nmss: number of Mob_Supp_Sts.
Nmh: number of Mob_Nodes.
Cpp: cost of sending a reckoning-communication from one operation to another
Cst: cost of sending a reckoning-communication between any two Mob_Supp_Sts.
Cwl: cost of sending a reckoning-communication from an Mob_Node to its local Mob_Supp_St
(or vice versa).
Cbst: cost of broadcasting a reckoning-communication over static network.
Csearch: cost incurred to locate an Mob_Node and forward a reckoning-communication to its
current local Mob_Supp_St, from a source Mob_Supp_St.
Tst: average reckoning-communication delay in static network.
Twl: average reckoning-communication delay in the wireless network.
Tch: average delay to save a retrieval-mark on the stable storage. It also includes the time to
transfer the retrieval-mark from an Mob_Node to its local Mob_Supp_St.
N: total number of operations
Nmin: number of minimum operations required to take retrieval-marks.
Nmut: number of useless mutable retrieval-marks [5].
Suresh Kumar and Rajeev Yadav
https://iaeme.com/Home/journal/IJARET 2057 editor@iaeme.com
Nind: number of useless induced retrieval-marks [15].
Nmutp number of useless mutable retrieval-marks [12]
h: height of the DRL-compilation tree in Koo-Toueg [11] algorithm.
Tsearch: average delay incurred to locate an Mob_Node and forward a reckoning-communication
to its current local Mob_Supp_St.
The Blocking Time:
During the time, when a Mob_Supp_St sends the dd_set [] vectors and receives the retrieval-
mark request, all the operations in its cell remain in the filibustering period. During the
filibustering, an operation can perform its normal reckonings, send reckoning-communications
and partially receive them. In the proposed scheme, filibustering period of an operation is 2Tst.
The Synchronization reckoning-communication overhead:
In worst case, it includes the following:
The initiator Mob_Supp_St broadcasts send dd_set [], take_mutable_chkpt(), take_partially-
committed_chkpt() and commit() reckoning-communications to all Mob_Supp_Sts: 4Cbst.
The retrieval-mark request reckoning-communication from initiator operation to its local
Mob_Supp_St and its response: 2Cwireless.
All Mob_Supp_Sts send dd_set [] of their operations and response to mutable and partially-
committed retrieval-mark request: 3Nmss*Cst.
Mob_Supp_Sts send retrieval-mark and commit requests to relevant operations and receive
response reckoning-communications: 5Nmh* Cwl.
Total Message Overhead: 4Cbst+ 2Cwireless +3Nmss*Cst+ 5Nmh* Cwl.
Number of operations taking retrieval-marks: In our algorithm, only minimum number of
operations is required to retrieval-mark.
3.3. Comparison with other Algorithms
Table 1
Cao-
Singhal
[4]
Cao-
Singhal
[5]
Lalit
Kumar et
al [15]
Elnozahy
et al [8]
P. Kumar
et al [12]
Proposed
Algorithm
Avg.
filibustering
Time
2Tst 0 0 0 0 2Tst
Average No. of
retrieval-
marks
Nmin Nmin+
Nmut
Nmin+ Nind N Nmin+ Nmutp Nmin
Average
Message
Overhead
3Cbst+
2Cwireless
+2Nmss*C
st+ 3Nmh*
Cwl.
2*Nmin*
Cpp
+Cbst
3Cbst+2Cwl
+2N mss*
Cst +3Nmh
* Cwl
2*Cbst + N
*Cpp
3Cbst+2Cwl
+(2N
mss+p)* Cst
+3Nmh
* Cwl
4Cbst+
2Cwireless
+3Nmss*Cst+
5Nmh* Cwl.
Piggybacked
Information
Nil Integer Integer Integer Integer Integer
Concurrent
executions
No Yes No No No No
An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non-
Deterministic Mobile Distributed Frameworks
https://iaeme.com/Home/journal/IJARET 2058 editor@iaeme.com
The Koo-Toueg [11] algorithm is a minimum-operation coordinated DRL-compilation
algorithm for distributed frameworks. It requires operations to be blocked during DRL-
compilation. DRL-compilation includes the time to find the minimum interacting operations
and to save the state of operations on stable storage, which may be too long.
In Cao-Singhal algorithm [4], filibustering time is reduced significantly as compared to
[15].
P. Kumar [25] finds the problem with algorithm [4]. The algorithms proposed in [5, 12, 15]
are non-filibustering, but they suffer from useless retrieval-marks. In the proposed scheme, the
synchronization reckoning-communication is on higher side. We add two extra phases, one to
collect the dependency vectors and another to take the mutable retrieval-marks. First phase is
added to compute the exact minimum set in the beginning of the protocol to minimize the
filibustering time as in [4] & [25]. In order to minimize the loss of DRL-compilation effort
when any operation fails to take its retrieval-mark in coordination with others, all relevant
operations take mutable retrieval-marks in the first phase and convert their mutable retrieval-
marks into partially-committed retrieval-marks in the second phase. In this way, by adding extra
synchronization reckoning-communication overhead, we are able to deal with the problem of
frequent aborts in coordinating DRL-compilation.
4. CONCLUSION
We have proposed a minimum operation coordinated DRL-compilation algorithm for mobile
distributed framework, where no useless retrieval-marks are taken and an effort is made to
minimize the filibustering of operations. We are able to reduce the filibustering time to bare
minimum by computing the exact minimum set in the beginning. Furthermore, the filibustering
of operations is reduced by allowing the operations to perform their normal reckonings and
send reckoning-communications during their filibustering period. The number of operations
that take retrieval-marks is minimized to avoid awakening of Mob_Nodes in doze mode of
operation and thrashing of Mob_Nodes with DRL-compilation activity. It also saves limited
battery life of Mob_Nodes and low bandwidth of wireless channels. We try to reduce the loss
of DRL-compilation effort when any operation fails to take its retrieval-mark in coordination
with others.
REFERENCES
[1] A. Acharya and B. R. Badrinath, “Checkpointing Distributed Applications on Mobile
Computers”, In Proceedings of the 3rd
International Conference on Parallel and Distributed
Information Systems (PDIS), pp. 73-80, 1994.
[2] R. Baldoni, J-M Hélary, A. Mostefaoui and M. Raynal, “A Communication-Induced
Checkpointing Protocol that Ensures Rollback-Dependency Tractability”, In Proceedings of the
International Symposium on Fault-Tolerant-Computing Systems, pp. 68-77, 1997.
[3] G. Cao and M. Singhal, “On coordinated checkpointing in Distributed Systems”, IEEE
Transactions on Parallel and Distributed Systems, 9 (12), pp. 1213-1225, 1998.
[4] G. Cao and M. Singhal, “On the Impossibility of Min-process Non-blocking Checkpointing and
an Efficient Checkpointing Algorithm for Mobile Computing Systems,” In Proceedings of
International Conference on Parallel Processing, pp. 37-44, 1998.
[5] G. Cao and M. Singhal, “Mutable Checkpoints: A New Checkpointing Approach for Mobile
Computing systems”, IEEE Transaction On Parallel and Distributed Systems, 12(2), pp. 157-
172, 2001.
Suresh Kumar and Rajeev Yadav
https://iaeme.com/Home/journal/IJARET 2059 editor@iaeme.com
[6] K.M. Chandy and L. Lamport, “Distributed Snapshots: Determining Global State of Distributed
Systems,” ACM Transaction on Computing Systems, 3(1), pp. 63-75, 1985.
[7] E. N. Elnozahy, L. Alvisi, Y. M. Wang and D. B. Johnson, “A Survey of Rollback-Recovery
Protocols in Message-Passing Systems,” ACM Computing Surveys, 34(3), pp. 375-408, 2002.
[8] E.N. Elnozahy, D.B. Johnson and W. Zwaenepoel, “The Performance of Consistent
Checkpointing”, In Proceedings of the 11th
Symposium on Reliable Distributed Systems, pp. 39-
47, 1992.
[9] J.M. Hélary, A. Mostefaoui and M. Raynal, “Communication-Induced Determination of
Consistent Snapshots”, In Proceedings of the 28th
International Symposium on Fault-Tolerant
Computing, pp. 208-217, 1998.
[10] H. Higaki and M. Takizawa, “Checkpoint-recovery Protocol for Reliable Mobile Systems”,
Transactions of Information processing Japan, 40(1), pp. 236-244, 1999.
[11] R. Koo and S. Toueg, “Checkpointing and Roll-Back Recovery for Distributed Systems”, IEEE
Transactions on Software Engineering, 13(1), pp. 23-31, 1987.
[12] P. Kumar, L. Kumar, R. K. Chauhan and V. K. Gupta, “A Non-Intrusive Minimum Process
Synchronous Checkpointing Protocol for Mobile Distributed Systems”, In Proceedings of IEEE
ICPWC-2005, 2005.
[13] J.L. Kim and T. Park, “An efficient Protocol for checkpointing Recovery in Distributed
Systems”, IEEE Transactions on Parallel and Distributed Systems, pp. 955-960, 1993.
[14] L. Kumar, M. Misra, R.C. Joshi, “Checkpointing in Distributed Computing Systems”, In
Concurrency in Dependable Computing, pp. 273-92, 2002.
[15] L. Kumar, M. Misra, R.C. Joshi, “Low overhead optimal checkpointing for mobile distributed
systems”, In Proceedings of 19th IEEE International Conference on Data Engineering, pp. 686
– 88, 2003.
[16] L. Kumar and P.Kumar, “A Synchronous Checkpointing Protocol for Mobile Distributed
Systems: Probabilistic Approach”, International Journal of Information and Computer
Security, 1(3), pp. 298-314, 2007.
[17] L. Lamport, “Time, clocks and ordering of events in a distributed system”, Communications of
the ACM, 21(7), pp. 558-565, 1978.
[18] N. Neves and W.K. Fuchs, Adaptive Recovery for Mobile Environments, Communications of
the ACM, 40(1), pp. 68-74, 1997.
[19] W. Ni, S. Vrbsky and S. Ray, “Pitfalls in Distributed Nonblocking Checkpointing”, Journal of
Interconnection Networks, 1(5), pp. 47-78, 2004.
[20] D.K. Pradhan, P.P. Krishana and N.H. Vaidya, Recovery in Mobile Wireless Environment:
Design and Trade-off Analysis, In Proceedings of 26th
International Symposium on Fault-
Tolerant Computing, pp. 16-25, 1996.
[21] R. Prakash and M. Singhal, “Low-Cost Checkpointing and Failure Recovery in Mobile
Computing Systems”, IEEE Transaction On Parallel and Distributed Systems, 7(10), pp. 1035-
1048, 1996.
An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non-
Deterministic Mobile Distributed Frameworks
https://iaeme.com/Home/journal/IJARET 2060 editor@iaeme.com
[22] K.F. Ssu, B. Yao, W.K. Fuchs and N.F. Neves, “Adaptive Checkpointing with Storage
Management for Mobile Environments”, IEEE Transactions on Reliability, 48(4), pp. 315-324,
1999.
[23] L.M. Silva and J.G. Silva, “Global checkpointing for distributed programs”, In Proceedings of
the 11th
symposium on Reliable Distributed Systems, pp. 155-62, 1992.
[24] Sunil Kumar, R K Chauhan, Parveen Kumar, “A Minimum-process Coordinated
Checkpointing Protocol for Mobile Computing Systems”, International Journal of Foundations
of Computer science, vol 19, no. 4, pp 1015-1038, 2008.
[25] Parveen Kumar, “A Low-Cost Hybrid Coordinated Checkpointing Protocol for mobile
distributed systems”, Mobile Information Systems, pp. 13-32, vol. 4, no. 1, 2007.
[26] Rao, S., & Naidu, M.M, “A New, Efficient Coordinated Checkpointing Protocol Combined
with Selective Sender-Based Message Logging”, IEEE/ACS International Conference on
Computer Systems and Applications, 2008.
[27] Biswas S, & Neogy S,“A Mobility-Based Checkpointing Protocol for Mobile Computing
System”, International Journal of Computer Science & Information Technology, vol.2, no.1,
pp135-15, 2010.
[28] Gao Y., Deng C., & Che, Y.,“ An Adaptive Index-Based Algorithm Using Time- Coordination
in Mobile Computing”, International Symposiums on Information Processing, pp.578-585,
2008.
[29] Praveen Choudhary, Parveen Kumar, “Minimum-Process Global-Snapshot Accumulation
Etiquette for Mobile Distributed Systems”, International Journal of Advanced Research in
Engineering and Technology” vol. 11, Issue 8, pp. 937-948, August 2020.
[30] Praveen Choudhary, Parveen Kumar, “Low-Overhead Minimum-Method Global-Snapshot
Compilation Protocol for Deterministic Mobile Computing Systems”, International Journal of
Emerging Trends in Engineering Research” vol. 9, Issue 8, pp.1069-1072, August 2021.
[31] Deepak Chandra Uprety, Parveen Kumar, Arun Kumar Chouhary, “Transient Snapshot based
Minimum-process Synchronized Checkpointing Etiquette for Mobile Distributed Systems”,
International Journal of Emerging Trends in Engineering Research”, vol 10, no 4, August
2021.

More Related Content

Similar to Minimum-Operation DRL Scheme for Mobile Distributed Frameworks

Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks pijans
 
IRJET - A Review on Analysis of Location Management in Mobile Computing
IRJET -  	  A Review on Analysis of Location Management in Mobile ComputingIRJET -  	  A Review on Analysis of Location Management in Mobile Computing
IRJET - A Review on Analysis of Location Management in Mobile ComputingIRJET Journal
 
Performance evaluation of transaction processing in mobile data base systems
Performance evaluation of transaction processing in mobile data base systemsPerformance evaluation of transaction processing in mobile data base systems
Performance evaluation of transaction processing in mobile data base systemsijdms
 
Review of implementing fog computing
Review of implementing fog computingReview of implementing fog computing
Review of implementing fog computingeSAT Journals
 
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
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...AM Publications
 
Manet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metricsManet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metricsIJARIIT
 
Vol 4 No 1 - August 2013
Vol 4 No 1 - August 2013Vol 4 No 1 - August 2013
Vol 4 No 1 - August 2013ijcsbi
 
Cloud computing – partitioning algorithm
Cloud computing – partitioning algorithmCloud computing – partitioning algorithm
Cloud computing – partitioning algorithmijcseit
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
A CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENT
A CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENTA CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENT
A CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENTIJwest
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentIRJET Journal
 
Self-Managed Micro-Containers for Service-Based Applications in the Cloud
Self-Managed Micro-Containers for Service-Based Applications in the CloudSelf-Managed Micro-Containers for Service-Based Applications in the Cloud
Self-Managed Micro-Containers for Service-Based Applications in the CloudMeryem Wannassi
 
Performance evaluation of the mobility management towards 4 g wireless netwo
Performance evaluation of the mobility management towards 4 g wireless netwoPerformance evaluation of the mobility management towards 4 g wireless netwo
Performance evaluation of the mobility management towards 4 g wireless netwoIAEME Publication
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETIRJET Journal
 
Performance measurement of MANET routing protocols under Blackhole security a...
Performance measurement of MANET routing protocols under Blackhole security a...Performance measurement of MANET routing protocols under Blackhole security a...
Performance measurement of MANET routing protocols under Blackhole security a...iosrjce
 
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHMCLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHMijcseit
 
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHMCLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHMijcseit
 

Similar to Minimum-Operation DRL Scheme for Mobile Distributed Frameworks (20)

Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
 
IRJET - A Review on Analysis of Location Management in Mobile Computing
IRJET -  	  A Review on Analysis of Location Management in Mobile ComputingIRJET -  	  A Review on Analysis of Location Management in Mobile Computing
IRJET - A Review on Analysis of Location Management in Mobile Computing
 
Performance evaluation of transaction processing in mobile data base systems
Performance evaluation of transaction processing in mobile data base systemsPerformance evaluation of transaction processing in mobile data base systems
Performance evaluation of transaction processing in mobile data base systems
 
Review of implementing fog computing
Review of implementing fog computingReview of implementing fog computing
Review of implementing fog computing
 
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:...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
Manet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metricsManet review characteristics, routing protocols, attacks and performance metrics
Manet review characteristics, routing protocols, attacks and performance metrics
 
Vol 4 No 1 - August 2013
Vol 4 No 1 - August 2013Vol 4 No 1 - August 2013
Vol 4 No 1 - August 2013
 
Cloud computing – partitioning algorithm
Cloud computing – partitioning algorithmCloud computing – partitioning algorithm
Cloud computing – partitioning algorithm
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
1. 8481 1-pb
1. 8481 1-pb1. 8481 1-pb
1. 8481 1-pb
 
A CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENT
A CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENTA CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENT
A CLOUD BASED ARCHITECTURE FOR WORKING ON BIG DATA WITH WORKFLOW MANAGEMENT
 
An Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud EnvironmentAn Enhanced Throttled Load Balancing Approach for Cloud Environment
An Enhanced Throttled Load Balancing Approach for Cloud Environment
 
Self-Managed Micro-Containers for Service-Based Applications in the Cloud
Self-Managed Micro-Containers for Service-Based Applications in the CloudSelf-Managed Micro-Containers for Service-Based Applications in the Cloud
Self-Managed Micro-Containers for Service-Based Applications in the Cloud
 
Performance evaluation of the mobility management towards 4 g wireless netwo
Performance evaluation of the mobility management towards 4 g wireless netwoPerformance evaluation of the mobility management towards 4 g wireless netwo
Performance evaluation of the mobility management towards 4 g wireless netwo
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
 
M017248993
M017248993M017248993
M017248993
 
Performance measurement of MANET routing protocols under Blackhole security a...
Performance measurement of MANET routing protocols under Blackhole security a...Performance measurement of MANET routing protocols under Blackhole security a...
Performance measurement of MANET routing protocols under Blackhole security a...
 
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHMCLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
 
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHMCLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
CLOUD COMPUTING – PARTITIONING ALGORITHM AND LOAD BALANCING ALGORITHM
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdfCatalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdfOrient Homes
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechNewman George Leech
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
DEPED Work From Home WORKWEEK-PLAN.docx
DEPED Work From Home  WORKWEEK-PLAN.docxDEPED Work From Home  WORKWEEK-PLAN.docx
DEPED Work From Home WORKWEEK-PLAN.docxRodelinaLaud
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Socio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptxSocio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptxtrishalcan8
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 

Recently uploaded (20)

0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdfCatalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
Catalogue ONG NƯỚC uPVC - HDPE DE NHAT.pdf
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman Leech
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
DEPED Work From Home WORKWEEK-PLAN.docx
DEPED Work From Home  WORKWEEK-PLAN.docxDEPED Work From Home  WORKWEEK-PLAN.docx
DEPED Work From Home WORKWEEK-PLAN.docx
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Socio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptxSocio-economic-Impact-of-business-consumers-suppliers-and.pptx
Socio-economic-Impact-of-business-consumers-suppliers-and.pptx
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 

Minimum-Operation DRL Scheme for Mobile Distributed Frameworks

  • 1. https://iaeme.com/Home/journal/IJARET 2049 editor@iaeme.com International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 11, Issue 10, October 2020, pp. 2049-2060, Article ID: IJARET_11_10_197 Available online at https://iaeme.com/Home/issue/IJARET?Volume=11&Issue=10 ISSN Print: 0976-6480 and ISSN Online: 0976-6499 DOI: https://doi.org/10.17605/OSF.IO/YNQKC © IAEME Publication Scopus Indexed AN ACCOMPLISHED MINIMUM-OPERATION DEPENDABLE RECOVERY LINE COMPILATION SCHEME FOR NON- DETERMINISTIC MOBILE DISTRIBUTED FRAMEWORKS Suresh Kumar1, Rajeev Yadav2 1 Research Scholar, Sunrise University Alwar, India 2 Professor, CSE, Sunrise University Alwar, India ABSTRACT While dealing with mobile distributed frameworks, we come across some issues like: mobility, low bandwidth of wireless channels and lack of stable storage on mobile nodes, disconnections, limited battery power and high failure rate of mobile nodes. These issues make traditional Dependable Recovery Line Compilation (DRL- compilation) techniques designed for Distributed frameworks unsuitable for Mobile environments. In this paper, we design a minimum operation algorithm for Mobile Distributed frameworks, where no useless retrieval-marks are taken and an effort has been made to optimize the filibustering of operations. We propose to delay the processing of selective reckoning-communications at the receiver end only during the DRL-compilation period. A Process is allowed to perform its normal reckonings and send reckoning-communications during its filibustering period. In this way, we try to keep filibustering of operations to bare minimum. In order to keep the filibustering time minimum, we collect the dependency vectors and compute the exact minimum set in the beginning of the algorithm. The number of operations that take retrieval-marks is minimized to 1) avoid awakening of Mob_Nodes in doze mode of operation, 2) minimize thrashing of Mob_Nodes with DRL-compilation activity, 3) save limited battery life of Mob_Nodes and low bandwidth of wireless channels. In coordinated DRL-compilation, if a single operation fails to take its retrieval-mark; all the DRL-compilation effort goes waste, because, each operation has to abort its partially-committed retrieval-mark. In order to take its partially-committed retrieval-mark, an Mob_Node needs to transfer large retrieval-mark data to its local Mob_Supp_St over wireless channels. The DRL- compilation effort may be exceedingly high due to frequent aborts especially in mobile frameworks. We try to minimize the loss of DRL-compilation effort when any operation fails to take its retrieval-mark in coordination with others. Key words: Fault tolerance, consistent global state, coordinated DRL-compilation and mobile frameworks.
  • 2. An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non- Deterministic Mobile Distributed Frameworks https://iaeme.com/Home/journal/IJARET 2050 editor@iaeme.com Cite this Article: Suresh Kumar and Rajeev Yadav, An Accomplished Minimum- Operation Dependable Recovery Line Compilation Scheme for Non-Deterministic Mobile Distributed Frameworks, International Journal of Advanced Research in Engineering and Technology (IJARET), 11(10), 2020, pp. 2049-2060. https://iaeme.com/Home/issue/IJARET?Volume=11&Issue=10 1. INTRODUCTION A distributed framework is one that runs on a collection of machines that do not have shared memory, yet looks to its users like a single computer. The term Distributed frameworks is used to describe a framework with the following characteristics: i) it consists of several computers that do not share memory or a clock, ii) the computers communicate with each other by exchanging reckoning-communications over a communication network, iii) each computer has its own memory and runs its own operating framework. A distributed framework consists of a finite set of operations and a finite set of channels. In the mobile distributed framework, some of the operations are running on mobile hosts (Mob_Nodes). A Mob_Node communicates with other nodes of the framework via a special node called mobile support station (Mob_Supp_St) [1]. A cell is a geographical area around a Mob_Supp_St in which it can support an Mob_Node. A Mob_Node can change its geographical position freely from one cell to another or even to an area covered by no cell. An Mob_Supp_St can have both wired and wireless links and acts as an interface between the static network and a part of the mobile network. Static network connects all Mob_Supp_Sts. A static node that has no support to Mob_Node can be considered as a Mob_Supp_St with no Mob_Node. Checkpoint is defined as a designated place in a program at which normal operation is interrupted specifically to preserve the status information necessary to allow resumption of processing at a later time. DRL-compilation is the operation of saving the status information. By periodically invoking the DRL-compilation operation, one can save the status of a program at regular intervals. If there is a failure one may restart reckoning from the last retrieval-marks thereby avoiding repeating reckoning from the beginning. The operation of resuming reckoning by rolling back to a saved state is called rollback recovery. The retrieval-mark-restart is one of the well-known methods to realize reliable distributed frameworks. Each operation takes a retrieval-mark where the local state information is stored in the stable storage. Rolling back an operation and again resuming its execution from a prior state involves overhead and delays the overall completion of the operation, it is needed to make an operation rollback to a most recent possible state. So it is at the desire of the user for taking many retrieval-marks over the whole life of the execution of the operation [6, 29, 30, 31]. In a distributed framework, since the operations in the framework do not share memory, a global state of the framework is defined as a set of local states, one from each operation. The state of channels corresponding to a global state is the set of reckoning-communications sent but not yet received. A global state is said to be “consistent” if it contains no orphan reckoning- communication; i.e., a reckoning-communication whose receive event is recorded, but its send event is lost. To recover from a failure, the framework restarts its execution from a previous consistent global state saved on the stable storage during fault-free execution. This saves all the reckoning done up to the last retrieval-marked state and only the reckoning done thereafter needs to be redone. In distributed frameworks, DRL-compilation can be independent, coordinated [6, 11, 13] or quasi-synchronous [2]. Message Logging is also used for fault tolerance in distributed frameworks [22, 29, 30, 31]. In coordinated or synchronous DRL-compilation, operations take retrieval-marks in such a manner that the resulting global state is consistent. Mostly it follows two-phase commit
  • 3. Suresh Kumar and Rajeev Yadav https://iaeme.com/Home/journal/IJARET 2051 editor@iaeme.com structure [6, 11, 23]. In the first phase, operations take partially-committed retrieval-marks and in the second phase, these are made enduring. The main advantage is that only one enduring retrieval-mark and at most one partially-committed retrieval-mark is required to be stored. In the case of a fault, operations rollback to last retrieval-marked state. The coordinated DRL-compilation protocols can be classified into two types: filibustering and non-filibustering. In filibustering algorithms, some filibustering of operations takes place during DRL-compilation [4, 11, 24, 25] In non-filibustering algorithms, no filibustering of operations is required for DRL-compilation [5, 12, 15, 21]. The coordinated DRL-compilation algorithms can also be classified into following two categories: minimum-operation and all operation algorithms. In all-operation coordinated DRL-compilation algorithms, every operation is required to take its retrieval-mark in an initiation [6], [8]. In minimum-operation algorithms, minimum interacting operations are required to take their retrieval-marks in an initiation [11]. In minimum-operation coordinated DRL-compilation algorithms, an operation Pi takes its retrieval-mark only if it a member of the minimum set (a subset of interacting operation). An operation Pi is in the minimum set only if the retrieval-mark initiator operation is transitively dependent upon it. Pj is directly dependent upon Pk only if there exists m such that Pj receives m from Pk in the current DRL-compilation interval [CI] and Pk has not taken its enduring retrieval-mark after sending m. The ith CI of an operation denotes all the reckoning performed between its ith and (i+1)th retrieval-mark, including the ith retrieval-mark but not the (i+1)th retrieval-mark. In minimum-operation DRL-compilation protocols, some useless retrieval-marks are taken or filibustering of operations takes place. In this paper, we propose a minimum-operation coordinated DRL-compilation algorithm for non-deterministic mobile distributed frameworks , where no useless retrieval-marks are taken. An effort has been made to minimize the filibustering of operations and the loss of DRL-compilation effort when any operation fails to take its retrieval-mark in coordination with others. Rao and Naidu [26] proposed a new coordinated DRL-compilation protocol combined with selective sender-based reckoning-communication logging. The protocol is free from the problem of lost reckoning-communications. The term ‘selective’ implies that reckoning- communications are logged only within a specified interval known as active interval, thereby reducing reckoning-communication logging overhead. All operations take retrieval-marks at the end of their respective active intervals forming a consistent global retrieval-mark. Biswas & Neogy [27] proposed a DRL-compilation and failure recovery algorithm where mobile hosts save retrieval-marks based on mobility and movement patterns. Mobile hosts save retrieval- marks when number of hand-offs exceed a predefined handoff threshold value. Neves & Fuchs [18] designed a time based loosely synchronized coordinated DRL-compilation protocol that removes the overhead of synchronization and piggybacks integer csn (retrieval-mark sequence number). Gao et al [28] developed an index-based algorithm which uses time-coordination for consistently DRL-compilation in mobile computing environments. In time-based DRL- compilation protocols, there is no need to send extra coordination reckoning-communications. However, they have to deal with the synchronization of timers. This class of protocols suits to the applications where operations have high reckoning-communication sending rate. 2. THE PROPOSED DRL-COMPILATION SCHEME 2.1. Basic Idea The proposed scheme is based on keeping track of direct dependencies of operations. Similar to [4], initiator operation collects the direct dependency vectors of all operations, computes
  • 4. An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non- Deterministic Mobile Distributed Frameworks https://iaeme.com/Home/journal/IJARET 2052 editor@iaeme.com minimum set, and sends the retrieval-mark request along with the minimum set to all operations. In this way, filibustering time has been significantly reduced as compared to [11]. During the period, when an operation sends its dependency set to the initiator and receives the minimum set, may receive some reckoning-communications , which may add new members to the already computed minimum set [25]. In order to keep the computed minimum set intact, we have classified the reckoning-communications, received during the filibustering period, into two types: (i) reckoning-communications that alter the dependency set of the receiver operation (ii) reckoning-communications that do not alter the dependency set of the receiver operation. The reckoning-communications in point (i) need to be delayed at the receiver side [25]. The reckoning-communications in point (ii) can be processed normally. All operations can perform their normal reckonings and send reckoning-communications during their filibustering period. When an operation buffers a reckoning-communication of former type, it does not operation any reckoning-communication till it receives the minimum set so as to keep the proper sequence of reckoning-communications received. When an operation gets the minimum set, it takes the retrieval-mark, if it is in the minimum set. After this, it receives the buffered reckoning- communications, if any. The proposed minimum-operation filibustering algorithm forces zero useless retrieval-marks at the cost of very small filibustering. In minimum-operation synchronous DRL-compilation, the initiator operation asks all communicating operations to take partially-committed retrieval-marks. In this scheme, if a single operation fails to take its retrieval-mark; all the DRL-compilation effort goes waste, because, each operation has to abort its partially-committed retrieval-mark. In order to take the partially-committed retrieval-mark, an Mob_Node needs to transfer large retrieval-mark data to its local Mob_Supp_St over wireless channels. Due to frequent aborts, total DRL- compilation effort may be exceedingly high, which may be undesirable in mobile frameworks due to scarce resources. Frequent aborts may happen in mobile frameworks due to exhausted battery, abrupt disconnection, or bad wireless connectivity. Therefore, we propose that in the first phase, all concerned Mob_Nodes will take mutable retrieval-mark only. Mutable retrieval- mark is stored on the memory of Mob_Node only. In this case, if some operation fails to take retrieval-mark in the first phase, then Mob_Nodes need to abort their mutable retrieval-marks only. The effort of taking a mutable retrieval-mark is negligible as compared to the partially- committed one. When the initiator comes to know that all relevant operations have taken their mutable retrieval-marks, it asks all relevant operations to come into the second phase, in which, an operation converts its mutable retrieval-mark into partially-committed one. In this way, by increasing small synchronization reckoning-communication overhead, we try to reduce the total DRL-compilation effort. 2.2. Data Structures Here, we describe the data structures used in the proposed DRL-compilation protocol. An operation on Mob_Node that initiates DRL-compilation is called initiator operation and its local Mob_Supp_St is called initiator Mob_Supp_St. If the initiator operation is on a Mob_Supp_St, then the Mob_Supp_St is the initiator Mob_Supp_St. All data structures are initialized on completion of a DRL-compilation operation if not mentioned explicitly. (i) Each operation Pi maintains the following data structures, which are preferably stored on local Mob_Supp_St: p-csni: A monotonically increasing integer retrieval-mark sequence number for each operation. It is incremented by 1 on mutable retrieval-mark. partially- committedi A flag that indicates that Pi has taken its partially-committed retrieval-mark for the current initiation.
  • 5. Suresh Kumar and Rajeev Yadav https://iaeme.com/Home/journal/IJARET 2053 editor@iaeme.com dd_seti[]: A bit vector of size n; dd_seti[j] is set to ‘1’ if Pi receives a reckoning- communication from Pj such that Pi becomes directly dependent upon Pj for the current CI. Initially, the bit vector is initialized to zeroes for all operations except for itself, which is initialized to ‘1’. For Mob_Nodei it is kept at local Mob_Supp_St. On global commit, dd_set [] of all operations are updated. In all-operation DRL-compilation, each operation initializes its dd_set [] on partially-committed retrieval-mark. filibusteringi: A flag that indicates that the operation is in filibustering period. Set to ‘1’ when Pi receives the dd_set [] request; set to ‘0’ on the receipt of mutable retrieval-mark request for a non-minimum-set operation. An operation comes out of the filibustering state only after taking its mutable retrieval- mark if it is a member of the minimum set; otherwise, it comes out of filibustering state after getting the mutable retrieval-mark request. bufferi: A flag. Set to ‘1’ when Pi buffers first reckoning-communication in its filibustering period. c_statei A flag. Set to ‘1’ on the receipt of the minimum set. Set to ‘0’ on receiving commit or abort. (ii) Initiator Mob_Supp_St maintains the following Data structures: min_vect[]: A bit vector of size n. Computed by taking transitive closure of dd_set [] of all operations with the dd_set [] of the initiator operation [4]. Minimum set= {Pk such that min_vect [k]=1}. r_tent[]: A bit vector of length n. r_tent[i] is set to ‘1’ if Pi has taken a partially- committed retrieval-mark. r_mut[]: A bit vector of length n. r_mut[i] is set to ‘1’ if Pi has taken a mutable retrieval-mark. Timer1: A flag; set to ‘1’ when maximum allowable time for collecting minimum- operation global retrieval-mark expires. (iii) Each Mob_Supp_St (including initiator Mob_Supp_St) maintains the following data structures D[]: A bit vector of length n. D[i]=1 implies Pi is running in the cell of Mob_Supp_St. ee_tent[]: A bit vector of length n. EE_tent[i] is set to ‘1’ if Pi has taken its partially- committed Checkpoint. ee_mut[]: A bit vector of length n. EE_mut[i] is set to ‘1’ if Pi has taken a mutable retrieval-mark. s_bit: A flag at Mob_Supp_St. Initialized to ‘0’. Set to ‘1’ when some relevant operation in its cell fails to take its partially-committed retrieval-mark. Pin: Initiator operation identification. csn[]: An array of size n, maintained on every Mob_Supp_St, for n operations. csn[i] represents the most recently committed retrieval-mark sequence number of Pi. After the commit operation, if m_vect[i] =1 then csn[i] is incremented. It should be noted that entries in this array are updated only after converting partially-committed retrieval-marks in to enduring retrieval- marks and not after taking partially-committed retrieval-marks.
  • 6. An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non- Deterministic Mobile Distributed Frameworks https://iaeme.com/Home/journal/IJARET 2054 editor@iaeme.com g_chkpt: A flag which is set to ‘1’ on the receipt of (i) retrieval-mark request in all- operation DRL-compilation or (ii) dd_set [] request in minimum-operation algorithm. chkpt A flag which is set to 1 when the Mob_Supp_St receives the retrieval-mark request in the minimum-operation algorithm. mss_id An integer. It is unique to each Mob_Supp_St and cannot be null. 2.3. The Proposed Minimum-operation DRL-compilation Algorithm The initiator Mob_Supp_St sends a request to all Mob_Supp_Sts to send the dd_set vectors of the operations in their cells. All dd_set vectors are at Mob_Supp_Sts and thus no initial DRL- compilation reckoning-communications or responses travels wireless channels. On receiving the dd_set [] request, a Mob_Supp_St records the identity of the initiator operation (say mss_ida) and initiator Mob_Supp_St, sends back the dd_set [] of the operations in its cell, and sets g_chkpt. If the initiator Mob_Supp_St receives a request for dd_set [] from some other Mob_Supp_St (say mss_idb) and mss_ida is lower than mss_idb,the, current initiation with mss_ida is discarded and the new one having mss_idb is continued. Similarly, if a Mob_Supp_St receives dd_set requests from two Mob_Supp_Sts, then it discards the request of the initiator Mob_Supp_St with lower mss_id. Otherwise, on receiving dd_set vectors of all operations, the initiator Mob_Supp_St computes min_vect [], sends mutable retrieval-mark request along with the min_vect [] to all Mob_Supp_Sts. When an operation sends its dd_set [] to the initiator Mob_Supp_St, it comes into its filibustering state. An operation comes out of the filibustering state only after taking its mutable retrieval-mark if it is a member of the minimum set; otherwise, it comes out of filibustering state after getting the mutable retrieval-mark request. On receiving the mutable retrieval-mark request along with the min_vect [], a Mob_Supp_St, say Mob_Supp_Stj, takes the following actions. It sends the mutable retrieval- mark request to Pi only if Pi belongs to the min_vect [] and Pi is running in its cell. On receiving the retrieval-mark request, Pi takes its mutable retrieval-mark and informs Mob_Supp_Stj. On receiving positive response from Pi, Mob_Supp_Stj updates p-csni, resets filibusteringi, and sends the buffered reckoning-communications to Pi, if any. Alternatively, If Pi is not in the min_vect [] and Pi is in the cell of Mob_Supp_Stj, Mob_Supp_Stj resets filibusteringi and sends the buffered reckoning-communication to Pi, if any. For a disconnected Mob_Node, that is a member of min_vect [], the Mob_Supp_St that has its disconnected retrieval-mark, converts its disconnected retrieval-mark into the required one. During filibustering period, Pi operations m, received from Pj, if following conditions are met: (i) (!buferi) i.e. Pi has not buffered any reckoning-communication (ii) (m.psn <=csn[j]) i.e. Pj has not taken its retrieval-mark before sending m (iii) (dd_seti[j]=1) Pi is already dependent upon Pj in the current CI or Pj has taken some enduring retrieval-mark after sending m. Otherwise, the local Mob_Supp_St of Pi buffers m for the filibustering period of Pi and sets bufferi. When a Mob_Supp_St learns that all of its operations in minimum set have taken their mutable retrieval-marks or at least one of its operations has failed to retrieval-mark, it sends the response reckoning-communication to the initiator Mob_Supp_St. In this case, if some operation fails to take mutable retrieval-mark in the first phase, then Mob_Nodes need to abort their mutable retrieval-marks only. The effort of taking a mutable retrieval-mark is negligible as compared to the partially-committed one. When the initiator comes to know that all relevant operations have taken their mutable retrieval-marks, it asks all relevant operations to come into
  • 7. Suresh Kumar and Rajeev Yadav https://iaeme.com/Home/journal/IJARET 2055 editor@iaeme.com the second phase, in which, an operation converts its mutable retrieval-mark into partially- committed one. Finally, initiator Mob_Supp_St sends commit or abort to all operations. On receiving abort, an operation discards its partially-committed retrieval-mark, if any, and undoes the updating of data structures. On receiving commit, operations, in the min_vect [], convert their partially- committed retrieval-marks into enduring ones. On receiving commit or abort, all operations update their dd_set vectors and other data structures. 2.4. An Example We explain the proposed minimum-operation DRL-compilation algorithm with the help of an example. In Figure 1, at time t1, P4 initiates DRL-compilation operation and sends request to all operations for their dependency vectors. At time t2, P4 receives the dependency vectors from all operations (not shown in the Figure 1) and computes the minimum set (min_vect[]) which is {P3, P4, P5}. P4 sends min_vect[]to all operations and takes its own mutable retrieval-mark. An operation takes its mutable retrieval-mark if it is a member of min_vect[]. When P3 and P5 get the min_vect[], they find themselves in the min_vect[]; therefore, they take their mutable retrieval-marks. When P0, P1 and P2 get the min_vect [], they find that they do not belong to min_vect [], therefore, they do not take their mutable retrieval-marks. Figure 1 An Example of the proposed Protocol An operation comes into the filibustering state immediately after sending the dd_set[]. An operation comes out of the filibustering state only after taking its mutable retrieval-mark if it is a member of the minimum set; otherwise, it comes out of filibustering state after getting the mutable retrieval-mark request. P4 receives m4 during its filibustering period. As dd_set4[5]=1 due to m3, and receive of m4 will not alter dd_set4[]; therefore P4 operations m4. P1 receives m5 from P2 during its filibustering period; dd_set1[2]=0 and the receive of m5 can alter dd_set1[]; therefore, P1 buffers m5. Similarly, P3 buffers m6. P3 operations m6 only after taking its mutable retrieval-mark. P1 operation m5 after getting the min_vect [].P2 operations m7 because at this
  • 8. An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non- Deterministic Mobile Distributed Frameworks https://iaeme.com/Home/journal/IJARET 2056 editor@iaeme.com movement it not in the filibustering state. Similarly, P3 operations m8. At time t3, P4 receives responses to mutable check point requests from all relevant operations (not shown in the Figure 1) and issues partially-committed retrieval-mark request to all operations. A operation in the minimum set converts its mutable retrieval-mark into partially-committed one. Finally, at time t4, P4 receives responses to partially-committed retrieval-mark requests from all relevant operations (not shown in the Figure 1) and issues the commit request. 3. EVALUATION OF THE PROPOSED MINIMUM-OPERATION DRL- COMPILATION ALGORITHM 3.1. Computation of average filibustering time and average number of reckoning- communications blocked The mobile distributed framework considered has N Mob_Nodes and M Mob_Supp_Sts. Each Mob_Supp_St is a fixed host that has wired and wireless interface. The two Mob_Supp_Sts are connected using a 2Mbps communication link. Each Mob_Node or Mob_Supp_St has one operation running on it. The length of each framework reckoning-communication is 50 bytes. The average delay on static network for sending framework reckoning-communication is (8*50*1000)/(2*1000000) = 0.2ms. The filibustering time is 2*0.2=0.4ms. In the proposed algorithm, selective incoming reckoning-communications at an operation are blocked during its filibustering period. We consider the worst case in which all incoming reckoning- communications are blocked. Blocking period in the proposed scheme is negligibly small; therefore the number of reckoning-communications blocked in the algorithms is insignificant. Table 1 Average number of reckoning-communications blocked during DRL-compilation Message Sending Rate 0.001 0.01 0.1 1 10 Average No. of Messages blocked in the proposed Scheme 4*10-7 4*10-6 4*10-5 4*10-4 4*10-3 3.2. Performance of the Proposed Minimum-Operation Algorithm We use the following notations for performance analysis of the algorithms: Nmss: number of Mob_Supp_Sts. Nmh: number of Mob_Nodes. Cpp: cost of sending a reckoning-communication from one operation to another Cst: cost of sending a reckoning-communication between any two Mob_Supp_Sts. Cwl: cost of sending a reckoning-communication from an Mob_Node to its local Mob_Supp_St (or vice versa). Cbst: cost of broadcasting a reckoning-communication over static network. Csearch: cost incurred to locate an Mob_Node and forward a reckoning-communication to its current local Mob_Supp_St, from a source Mob_Supp_St. Tst: average reckoning-communication delay in static network. Twl: average reckoning-communication delay in the wireless network. Tch: average delay to save a retrieval-mark on the stable storage. It also includes the time to transfer the retrieval-mark from an Mob_Node to its local Mob_Supp_St. N: total number of operations Nmin: number of minimum operations required to take retrieval-marks. Nmut: number of useless mutable retrieval-marks [5].
  • 9. Suresh Kumar and Rajeev Yadav https://iaeme.com/Home/journal/IJARET 2057 editor@iaeme.com Nind: number of useless induced retrieval-marks [15]. Nmutp number of useless mutable retrieval-marks [12] h: height of the DRL-compilation tree in Koo-Toueg [11] algorithm. Tsearch: average delay incurred to locate an Mob_Node and forward a reckoning-communication to its current local Mob_Supp_St. The Blocking Time: During the time, when a Mob_Supp_St sends the dd_set [] vectors and receives the retrieval- mark request, all the operations in its cell remain in the filibustering period. During the filibustering, an operation can perform its normal reckonings, send reckoning-communications and partially receive them. In the proposed scheme, filibustering period of an operation is 2Tst. The Synchronization reckoning-communication overhead: In worst case, it includes the following: The initiator Mob_Supp_St broadcasts send dd_set [], take_mutable_chkpt(), take_partially- committed_chkpt() and commit() reckoning-communications to all Mob_Supp_Sts: 4Cbst. The retrieval-mark request reckoning-communication from initiator operation to its local Mob_Supp_St and its response: 2Cwireless. All Mob_Supp_Sts send dd_set [] of their operations and response to mutable and partially- committed retrieval-mark request: 3Nmss*Cst. Mob_Supp_Sts send retrieval-mark and commit requests to relevant operations and receive response reckoning-communications: 5Nmh* Cwl. Total Message Overhead: 4Cbst+ 2Cwireless +3Nmss*Cst+ 5Nmh* Cwl. Number of operations taking retrieval-marks: In our algorithm, only minimum number of operations is required to retrieval-mark. 3.3. Comparison with other Algorithms Table 1 Cao- Singhal [4] Cao- Singhal [5] Lalit Kumar et al [15] Elnozahy et al [8] P. Kumar et al [12] Proposed Algorithm Avg. filibustering Time 2Tst 0 0 0 0 2Tst Average No. of retrieval- marks Nmin Nmin+ Nmut Nmin+ Nind N Nmin+ Nmutp Nmin Average Message Overhead 3Cbst+ 2Cwireless +2Nmss*C st+ 3Nmh* Cwl. 2*Nmin* Cpp +Cbst 3Cbst+2Cwl +2N mss* Cst +3Nmh * Cwl 2*Cbst + N *Cpp 3Cbst+2Cwl +(2N mss+p)* Cst +3Nmh * Cwl 4Cbst+ 2Cwireless +3Nmss*Cst+ 5Nmh* Cwl. Piggybacked Information Nil Integer Integer Integer Integer Integer Concurrent executions No Yes No No No No
  • 10. An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non- Deterministic Mobile Distributed Frameworks https://iaeme.com/Home/journal/IJARET 2058 editor@iaeme.com The Koo-Toueg [11] algorithm is a minimum-operation coordinated DRL-compilation algorithm for distributed frameworks. It requires operations to be blocked during DRL- compilation. DRL-compilation includes the time to find the minimum interacting operations and to save the state of operations on stable storage, which may be too long. In Cao-Singhal algorithm [4], filibustering time is reduced significantly as compared to [15]. P. Kumar [25] finds the problem with algorithm [4]. The algorithms proposed in [5, 12, 15] are non-filibustering, but they suffer from useless retrieval-marks. In the proposed scheme, the synchronization reckoning-communication is on higher side. We add two extra phases, one to collect the dependency vectors and another to take the mutable retrieval-marks. First phase is added to compute the exact minimum set in the beginning of the protocol to minimize the filibustering time as in [4] & [25]. In order to minimize the loss of DRL-compilation effort when any operation fails to take its retrieval-mark in coordination with others, all relevant operations take mutable retrieval-marks in the first phase and convert their mutable retrieval- marks into partially-committed retrieval-marks in the second phase. In this way, by adding extra synchronization reckoning-communication overhead, we are able to deal with the problem of frequent aborts in coordinating DRL-compilation. 4. CONCLUSION We have proposed a minimum operation coordinated DRL-compilation algorithm for mobile distributed framework, where no useless retrieval-marks are taken and an effort is made to minimize the filibustering of operations. We are able to reduce the filibustering time to bare minimum by computing the exact minimum set in the beginning. Furthermore, the filibustering of operations is reduced by allowing the operations to perform their normal reckonings and send reckoning-communications during their filibustering period. The number of operations that take retrieval-marks is minimized to avoid awakening of Mob_Nodes in doze mode of operation and thrashing of Mob_Nodes with DRL-compilation activity. It also saves limited battery life of Mob_Nodes and low bandwidth of wireless channels. We try to reduce the loss of DRL-compilation effort when any operation fails to take its retrieval-mark in coordination with others. REFERENCES [1] A. Acharya and B. R. Badrinath, “Checkpointing Distributed Applications on Mobile Computers”, In Proceedings of the 3rd International Conference on Parallel and Distributed Information Systems (PDIS), pp. 73-80, 1994. [2] R. Baldoni, J-M Hélary, A. Mostefaoui and M. Raynal, “A Communication-Induced Checkpointing Protocol that Ensures Rollback-Dependency Tractability”, In Proceedings of the International Symposium on Fault-Tolerant-Computing Systems, pp. 68-77, 1997. [3] G. Cao and M. Singhal, “On coordinated checkpointing in Distributed Systems”, IEEE Transactions on Parallel and Distributed Systems, 9 (12), pp. 1213-1225, 1998. [4] G. Cao and M. Singhal, “On the Impossibility of Min-process Non-blocking Checkpointing and an Efficient Checkpointing Algorithm for Mobile Computing Systems,” In Proceedings of International Conference on Parallel Processing, pp. 37-44, 1998. [5] G. Cao and M. Singhal, “Mutable Checkpoints: A New Checkpointing Approach for Mobile Computing systems”, IEEE Transaction On Parallel and Distributed Systems, 12(2), pp. 157- 172, 2001.
  • 11. Suresh Kumar and Rajeev Yadav https://iaeme.com/Home/journal/IJARET 2059 editor@iaeme.com [6] K.M. Chandy and L. Lamport, “Distributed Snapshots: Determining Global State of Distributed Systems,” ACM Transaction on Computing Systems, 3(1), pp. 63-75, 1985. [7] E. N. Elnozahy, L. Alvisi, Y. M. Wang and D. B. Johnson, “A Survey of Rollback-Recovery Protocols in Message-Passing Systems,” ACM Computing Surveys, 34(3), pp. 375-408, 2002. [8] E.N. Elnozahy, D.B. Johnson and W. Zwaenepoel, “The Performance of Consistent Checkpointing”, In Proceedings of the 11th Symposium on Reliable Distributed Systems, pp. 39- 47, 1992. [9] J.M. Hélary, A. Mostefaoui and M. Raynal, “Communication-Induced Determination of Consistent Snapshots”, In Proceedings of the 28th International Symposium on Fault-Tolerant Computing, pp. 208-217, 1998. [10] H. Higaki and M. Takizawa, “Checkpoint-recovery Protocol for Reliable Mobile Systems”, Transactions of Information processing Japan, 40(1), pp. 236-244, 1999. [11] R. Koo and S. Toueg, “Checkpointing and Roll-Back Recovery for Distributed Systems”, IEEE Transactions on Software Engineering, 13(1), pp. 23-31, 1987. [12] P. Kumar, L. Kumar, R. K. Chauhan and V. K. Gupta, “A Non-Intrusive Minimum Process Synchronous Checkpointing Protocol for Mobile Distributed Systems”, In Proceedings of IEEE ICPWC-2005, 2005. [13] J.L. Kim and T. Park, “An efficient Protocol for checkpointing Recovery in Distributed Systems”, IEEE Transactions on Parallel and Distributed Systems, pp. 955-960, 1993. [14] L. Kumar, M. Misra, R.C. Joshi, “Checkpointing in Distributed Computing Systems”, In Concurrency in Dependable Computing, pp. 273-92, 2002. [15] L. Kumar, M. Misra, R.C. Joshi, “Low overhead optimal checkpointing for mobile distributed systems”, In Proceedings of 19th IEEE International Conference on Data Engineering, pp. 686 – 88, 2003. [16] L. Kumar and P.Kumar, “A Synchronous Checkpointing Protocol for Mobile Distributed Systems: Probabilistic Approach”, International Journal of Information and Computer Security, 1(3), pp. 298-314, 2007. [17] L. Lamport, “Time, clocks and ordering of events in a distributed system”, Communications of the ACM, 21(7), pp. 558-565, 1978. [18] N. Neves and W.K. Fuchs, Adaptive Recovery for Mobile Environments, Communications of the ACM, 40(1), pp. 68-74, 1997. [19] W. Ni, S. Vrbsky and S. Ray, “Pitfalls in Distributed Nonblocking Checkpointing”, Journal of Interconnection Networks, 1(5), pp. 47-78, 2004. [20] D.K. Pradhan, P.P. Krishana and N.H. Vaidya, Recovery in Mobile Wireless Environment: Design and Trade-off Analysis, In Proceedings of 26th International Symposium on Fault- Tolerant Computing, pp. 16-25, 1996. [21] R. Prakash and M. Singhal, “Low-Cost Checkpointing and Failure Recovery in Mobile Computing Systems”, IEEE Transaction On Parallel and Distributed Systems, 7(10), pp. 1035- 1048, 1996.
  • 12. An Accomplished Minimum-Operation Dependable Recovery Line Compilation Scheme for Non- Deterministic Mobile Distributed Frameworks https://iaeme.com/Home/journal/IJARET 2060 editor@iaeme.com [22] K.F. Ssu, B. Yao, W.K. Fuchs and N.F. Neves, “Adaptive Checkpointing with Storage Management for Mobile Environments”, IEEE Transactions on Reliability, 48(4), pp. 315-324, 1999. [23] L.M. Silva and J.G. Silva, “Global checkpointing for distributed programs”, In Proceedings of the 11th symposium on Reliable Distributed Systems, pp. 155-62, 1992. [24] Sunil Kumar, R K Chauhan, Parveen Kumar, “A Minimum-process Coordinated Checkpointing Protocol for Mobile Computing Systems”, International Journal of Foundations of Computer science, vol 19, no. 4, pp 1015-1038, 2008. [25] Parveen Kumar, “A Low-Cost Hybrid Coordinated Checkpointing Protocol for mobile distributed systems”, Mobile Information Systems, pp. 13-32, vol. 4, no. 1, 2007. [26] Rao, S., & Naidu, M.M, “A New, Efficient Coordinated Checkpointing Protocol Combined with Selective Sender-Based Message Logging”, IEEE/ACS International Conference on Computer Systems and Applications, 2008. [27] Biswas S, & Neogy S,“A Mobility-Based Checkpointing Protocol for Mobile Computing System”, International Journal of Computer Science & Information Technology, vol.2, no.1, pp135-15, 2010. [28] Gao Y., Deng C., & Che, Y.,“ An Adaptive Index-Based Algorithm Using Time- Coordination in Mobile Computing”, International Symposiums on Information Processing, pp.578-585, 2008. [29] Praveen Choudhary, Parveen Kumar, “Minimum-Process Global-Snapshot Accumulation Etiquette for Mobile Distributed Systems”, International Journal of Advanced Research in Engineering and Technology” vol. 11, Issue 8, pp. 937-948, August 2020. [30] Praveen Choudhary, Parveen Kumar, “Low-Overhead Minimum-Method Global-Snapshot Compilation Protocol for Deterministic Mobile Computing Systems”, International Journal of Emerging Trends in Engineering Research” vol. 9, Issue 8, pp.1069-1072, August 2021. [31] Deepak Chandra Uprety, Parveen Kumar, Arun Kumar Chouhary, “Transient Snapshot based Minimum-process Synchronized Checkpointing Etiquette for Mobile Distributed Systems”, International Journal of Emerging Trends in Engineering Research”, vol 10, no 4, August 2021.