Dual-Quorum Replication System for Edge Services
#2
Presented By
Mangesh Chanrakant Swami

[attachment=12718]
Seminar on DUAL QUORUM REPLICATION SYSTEM FOR EDGE SERVICES
DEFINITIONS
What is Quorum?
What is Replication System?
What is Edge Service?
Introduction
Object stored on a single server.
But what if the server fails ?
Quorum System
Client needs a quorum of servers to access the object
What is a quorum system?
All quorums must have at least one server in common with all other quorums.
SYSTEM MODEL
front end nodes that handle service client requests from across the Internet, execute application-specific processing, and act as edge server clients or just clients to the dual-quorum storage system
Output Quorum System (OQS) nodes that process client read requests.
Input Quorum System (IQS) nodes that process client write requests.
OPERTION
WRITE:-

Client queries a quorum Q for a timestamp from each server in Q
Client chooses a timestamp t greater than any of those returned, and greater than its own timestamp
Client writes v by sending <v, t> to servers:
Each server updates v if t > v’s timestamp on the server
The server returns an ack regardless of whether it updated v
Once the client has received an ack from every server in some quorum Q’, the write is complete
Q does not have to be the same as Q’
Reads:-
Client queries every server in some quorum Q for value/timestamp pairs <v , t>
Client applies some deterministic function Result(A) to the returned pairs
Result(A) should return the correct value v to indicate a read failure
However, the details of Result(A) are intentionally left unspecified to allow different implementations of quorum systems
Dual-Quorum Protocol Design
The basic idea is to separate the read and write quorum into two quorum systems so that they can be optimized individually to improve response time and availability for read-dominated or write-dominated workloads.
The two quorum systems conditionally synchronize with each other to maintain the consistency of data replicated on them when processing both reads and writes.
The protocol is discussed in two steps:-
Simplified asynchronous DQ (ADQ) protocol:-
This protocol allows independent optimizations of read and writes quorums.
Volume leases to the protocol :-
This protocol used to improve writing availability while retaining good read performance.
Dual Quorum Protocol
Asynchronous Dual-Quorum Protocol:-
Basic read and writes operations
Read hit and read miss
Dual-Quorum with Volume Leases
Data structures
APPLICATION
This protocol used in WAN to access Internet with speed and consistency.
Quorum is also used for sensing in Genomics i.e. Quorum sensing.
Quorums can also be used in Grid Technology.
ADVANTAGES
It is a Fault Tolerance
It can handle concurrent operations.
Improves service availability and latency.
It offers nearly ideal trade-offs among high availability, good performance, and strong consistency.
DISADVANTAGE
Support for data replication is a key problem in realizing the promise of Internet edge services.
CONCLUSION
The Internet edge service architecture attempts to improve service availability and latency by allowing clients to access the closest available edge server rather than a centralized server or a centralized server cluster. To provide a single service from multiple locations, service logic (code) replicated on all edge servers must access a collection of shared data.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: quorum a160 security monitor manual, what is quorum a 160 home security monitor, quorum cigars, renew az, lotari nite, quorum a 160 security moniter, quorum a 160 schematic,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: Dual-Quorum Replication System for Edge Services - by seminar class - 23-04-2011, 03:44 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  Web Services Architecture computer topic 0 7,639 25-03-2014, 10:20 PM
Last Post: computer topic
  Image Edge Detection based on FPGA seminar class 1 4,034 18-10-2012, 11:43 AM
Last Post: seminar details
  VWS: Applying virtualization techniques to Web Services computer girl 0 1,159 09-06-2012, 11:38 AM
Last Post: computer girl
  PLATONIS - A Validation Platform for Protocols and Services seminar projects crazy 4 3,049 01-03-2012, 10:30 AM
Last Post: seminar paper
  SERVICE ORIENTED ARCHITECTURE USING WEB SERVICES (SOAWS) seminar class 1 1,550 16-02-2012, 12:15 PM
Last Post: seminar paper
  Sobel Edge Detection Algorithm science projects buddy 7 6,637 15-02-2012, 10:49 AM
Last Post: seminar paper
  Creating Based Network Services And Contributions of Social Cloud Operation Support S project topics 0 948 19-07-2011, 03:39 PM
Last Post: project topics
  Generic Shape/Texture Descriptor Over Multiscale Edge Field:2-D Walking Ant Histogram project topics 0 927 02-05-2011, 09:59 AM
Last Post: project topics
  Dual-Link Failure Resiliency Through Backup Link Mutual Exclusion computer science technology 7 4,711 02-05-2011, 09:22 AM
Last Post: seminar class
  dual core processors shibin.sree 4 4,477 21-04-2011, 03:39 PM
Last Post: seminar class

Forum Jump: