{"id":20750249,"url":"https://github.com/pullisanisatvika/cloud-computing-part-1","last_synced_at":"2026-04-18T20:04:24.928Z","repository":{"id":235999652,"uuid":"791696258","full_name":"pullisanisatvika/Cloud-Computing-part-1","owner":"pullisanisatvika","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-25T07:42:25.000Z","size":1098,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T03:27:54.886Z","etag":null,"topics":[],"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/pullisanisatvika.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}},"created_at":"2024-04-25T07:38:30.000Z","updated_at":"2024-04-25T07:42:29.000Z","dependencies_parsed_at":"2024-04-25T08:42:27.955Z","dependency_job_id":"e5973d61-a291-4022-a281-9690c5af5c9d","html_url":"https://github.com/pullisanisatvika/Cloud-Computing-part-1","commit_stats":null,"previous_names":["pullisanisatvika/cloud-computing-part-1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pullisanisatvika%2FCloud-Computing-part-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pullisanisatvika%2FCloud-Computing-part-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pullisanisatvika%2FCloud-Computing-part-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pullisanisatvika%2FCloud-Computing-part-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pullisanisatvika","download_url":"https://codeload.github.com/pullisanisatvika/Cloud-Computing-part-1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243048326,"owners_count":20227609,"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":[],"created_at":"2024-11-17T08:26:25.512Z","updated_at":"2026-04-18T20:04:24.891Z","avatar_url":"https://github.com/pullisanisatvika.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%2Fpullisanisatvika%2Fcloud-computing-part-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpullisanisatvika%2Fcloud-computing-part-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpullisanisatvika%2Fcloud-computing-part-1/lists"}