{"id":15664108,"url":"https://github.com/kevin85421/cloud-computing-concepts-part-1","last_synced_at":"2025-05-06T18:49:15.742Z","repository":{"id":156000757,"uuid":"155101189","full_name":"kevin85421/Cloud-Computing-Concepts-Part-1","owner":"kevin85421","description":"Coursera course : https://www.coursera.org/specializations/cloud-computing","archived":false,"fork":false,"pushed_at":"2018-11-13T07:50:15.000Z","size":1067,"stargazers_count":21,"open_issues_count":2,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T01:51:16.624Z","etag":null,"topics":["cloud-computing-concepts","coursera","uiuc"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevin85421.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-28T18:16:47.000Z","updated_at":"2024-05-25T11:17:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b0faf1b-df7d-46fe-9437-819d64f41041","html_url":"https://github.com/kevin85421/Cloud-Computing-Concepts-Part-1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin85421%2FCloud-Computing-Concepts-Part-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin85421%2FCloud-Computing-Concepts-Part-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin85421%2FCloud-Computing-Concepts-Part-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin85421%2FCloud-Computing-Concepts-Part-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevin85421","download_url":"https://codeload.github.com/kevin85421/Cloud-Computing-Concepts-Part-1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252749867,"owners_count":21798611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-computing-concepts","coursera","uiuc"],"created_at":"2024-10-03T13:41:16.378Z","updated_at":"2025-05-06T18:49:15.721Z","avatar_url":"https://github.com/kevin85421.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud-Computing-Concepts-Part-1 : \n*\thttps://www.coursera.org/specializations/cloud-computing\n\n# What is the project? \n*\tThe project is about implementing a **Gossip Protocol**.\n*\tThe main functionalities of the project :\n\t* **Introduction** : \n\tEach new peer contacts a well-known peer (the introducer) to join the group. \n\t* **Membership** : \n\tA membership protocol satisfies completeness all the time (for joins and failures), and accuracy when there are no message delays or losses (high accuracy when there are losses or delays). \n# Detail \u0026 Principle :\n*\tData Structure of Message : \n```cpp\ntypedef struct MessageHdr {\n\tenum MsgTypes msgType; \n\tvector\u003c MemberListEntry\u003e member_vector; // membership list of source\n\tAddress* addr; // the source of this message\n}MessageHdr;\n```\n*\tPrinciple of **Gossip Protocol** :\n[reference](https://zhuanlan.zhihu.com/p/39703992)\n\n![image](https://github.com/kevin85421/Cloud-Computing-Concepts-Part-1/blob/master/gossip.jpg)\n\n\t\n\n\t\n\t\n# How do I run the Grader on my computer ?\n*\tThere is a grader script GraderNew.sh. It tests your implementation of membership protocol in 3 scenarios.\n\t* Single node failure\n\t* Multiple node failure\n\t* Single node failure under a lossy network.\n```\n\t$ chmod +x GraderNew.sh\n\t$ ./GraderNew.sh\n```\n# Result\n*\tPoints achieved: 90 out of 90 [100%]\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin85421%2Fcloud-computing-concepts-part-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevin85421%2Fcloud-computing-concepts-part-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin85421%2Fcloud-computing-concepts-part-1/lists"}