Free Academic Seminars And Projects Reports
QUIVER: CONSISTENT OBJECT SHARING FOR EDGE SERVICES-PARALLEL AND DISTRIBUTED SYSTEMS - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Project Ideas And Disscussion (https://easyreport.in/forumdisplay.php?fid=32)
+--- Forum: Engineering Project Ideas (https://easyreport.in/forumdisplay.php?fid=33)
+---- Forum: Computer Science Project Ideas (https://easyreport.in/forumdisplay.php?fid=36)
+---- Thread: QUIVER: CONSISTENT OBJECT SHARING FOR EDGE SERVICES-PARALLEL AND DISTRIBUTED SYSTEMS (/showthread.php?tid=13158)



QUIVER: CONSISTENT OBJECT SHARING FOR EDGE SERVICES-PARALLEL AND DISTRIBUTED SYSTEMS - akhil - 08-16-2017

QUIVER: CONSISTENT OBJECT SHARING FOR EDGE SERVICES-PARALLEL AND DISTRIBUTED SYSTEMS

Abstract: We present Quiver, a system that coordinates service proxies placed at the edge of the Internet to serve distributed clients accessing a service involving mutable objects. Quiver enables these proxies to perform consistent accesses to shared objects by migrating the objects to proxies performing operations on those objects. These migrations dramatically improve performance when operations involving an object exhibit geographic locality, since migrating this object into the vicinity of proxies hosting these operations will benefit all such operations. This system reduces the workload in the server. It performs the all operations in the proxies itself. In this system the operations performed in First-In-First-Out process. This system handles two process serializability and strict serializabilty for durability in the consistent object sharing . Other workloads benefit from Quiver, dispersing the computation load across the proxies and saving the costs of sending operation parameters over the wide area when these are large. Quiver also supports optimizations for single-object reads that do not involve migrating the object. We detail the protocols for implementing object operations and for accommodating the addition, involuntary disconnection, and voluntary departure of proxies. Finally, we discuss the use of Quiver to build an e-commerce application and a distributed network traffic modeling service.

Technology:JAVA