Content deleted Content added
m Adding various systems that may meet the criteria |
GreenC bot (talk | contribs) Move 1 url. Wayback Medic 2.5 per WP:URLREQ#ieee.org |
||
(30 intermediate revisions by 13 users not shown) | |||
Line 1:
{{Short description|Field of computer science}}
'''Social cloud computing''', also '''peer-to-peer social cloud computing''', is an area of computer science that generalizes [[cloud computing]] to include the sharing, bartering and renting of computing resources across peers whose owners and operators are verified through a [[social network]] or [[reputation system]].<ref>{{cite
==Research==
[[Peer-to-peer]] (P2P) computing and networking to enable decentralized cloud computing has been an area of research for sometime
==Applications==
Social cloud computing has been highlighted as a potential benefit to large-scale computing, video gaming, and media streaming.<ref>{{cite book|last1=Babaoglu|first1=Ozalp|last2=Marzolla|first2=Moreno|last3=Tamburini|first3=Michelle|title=Proceedings of the 27th Annual ACM Symposium on Applied Computing |chapter=Design and implementation of a P2P Cloud system |date=March 2012|pages=412–417|doi=10.1145/2245276.2245357|url=http://www.cs.unibo.it/babaoglu/papers/pdf/acm-sac-2012.pdf|publisher=ACM|isbn=9781450308571|citeseerx=10.1.1.307.6956|s2cid=3041583 }}</ref> The tenets of social cloud computing has been most famously employed in the [[Berkeley Open Infrastructure for Network Computing]] (BOINC), making the service the largest computing grid in the world.<ref>{{Cite web |title = Largest computing grid |url = http://www.guinnessworldrecords.com/world-records/largest-computing-grid |website = Guinness World Records |accessdate=28 March 2017}}</ref> Another service that uses social cloud computing is Subutai. Subutai allows peer-to-peer sharing of computing resources globally or within a select permissioned network.<ref>{{cite web|title=What is Subutai?|url=https://subutai.io|website=Subutai|accessdate=28 March 2017}}</ref>
==Challenges==
Many challenges arise when moving from a traditional cloud infrastructure, to a social cloud environment.<ref>{{cite web|title=Peer-to-Peer Cloud Computing|url=http://www.cs.unibo.it/babaoglu/papers/pdf/P2Pclouds.pdf|accessdate=28 March 2017}}</ref>
===Availability of computational resources===
In the case of traditional cloud computing, availability on demand is essential for many cloud customers. Social Cloud Computing doesn't provide this availability guarantee because in a P2P environment, peers are mobile devices which may enter or leave the P2P network at any time, or PCs which have a primary purpose that can override the P2P computation at any time. The only relatively successful use cases as of recent years are those which do not require real time results, only computation power for a small subset or module of a larger algorithm or data set.
===Trust and security===
Unlike large scale data centers and company brand image, people may be less likely to trust peers vs. a large company like Google or Amazon. Running some sort of computation with sensitive information would then need to be encrypted properly and the overhead of that encryption may reduce the usefulness of the P2P offloading. When resources are distributed in small pieces to many peers for computations, inherent trust must be placed in the client, regardless of the encryption that may be promised to the client.
===Reliability===
Similar to availability, reliability of computations must be consistent and uniform. If computations offloaded to the client are continuously interrupted, some mechanism for detecting this must be in place such that the client may know the computation is tainted or needs to be completely re-run. In P2P social computing, reliable expected computation power is difficult to achieve because the speed of the client calculation may depend on how much the client is using the end device. Some ways of overcoming this may be to only allow computations to occur at night, or during specified times the client resources will not be in use.
==See also==
* [[Berkeley Open Infrastructure for Network Computing]]
* [https://subutai.io Subutai
==References==
{{Reflist}}
[[
[[Category:Social software]]
[[Category:Social media]]
|