2011
DOI: 10.1007/978-3-642-25873-2_20
|View full text |Cite
|
Sign up to set email alerts
|

Fork-Consistent Constructions from Registers

Abstract: Abstract. Users increasingly execute services online at remote providers, but they may have security concerns and not always trust the providers. Fork-consistent emulations offer one way to protect the clients of a remote service, which is usually correct but may suffer from Byzantine faults. They feature linearizability as long as the service behaves correctly, and gracefully degrade to fork-consistent semantics in case the service becomes faulty. This guarantees data integrity and service consistency to the … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2011
2011
2011
2011

Publication Types

Select...
1

Relationship

1
0

Authors

Journals

citations
Cited by 1 publication
(3 citation statements)
references
References 21 publications
(34 reference statements)
0
3
0
Order By: Relevance
“…For two operations of a shared memory o and o in σ, o causally precedes o (o → σ o ), if o, o are called by the same client and o happens before o , or if o is a READ operation that returns the value written by WRITE operation o. The next definition formalizes the notion of forklinearizability [4] and weak fork-linearizability [7]; for a formal definition of the term possible view as well as the above-mentioned notions we refer to the Technical Report [21].…”
Section: System Modelmentioning
confidence: 99%
See 2 more Smart Citations
“…For two operations of a shared memory o and o in σ, o causally precedes o (o → σ o ), if o, o are called by the same client and o happens before o , or if o is a READ operation that returns the value written by WRITE operation o. The next definition formalizes the notion of forklinearizability [4] and weak fork-linearizability [7]; for a formal definition of the term possible view as well as the above-mentioned notions we refer to the Technical Report [21].…”
Section: System Modelmentioning
confidence: 99%
“…An invocation to INC&READ(C ) advances the counter object C and returns a value which is higher than any value returned before, and READ(C) returns the current value of the counter object. An implementation of the INC&READ counter is given in the Technical Report [21] together with its formal properties. Our implementation uses wait-free atomic registers as base objects which makes it a wait-free variant of the abortable INC&READ counter described by Aguilera et al [13].…”
Section: A Fork-linearizable Universal Typementioning
confidence: 99%
See 1 more Smart Citation