Module 22 - Parallel and Distributed Computing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

distributed system

a set of physically separate processors connected by one or more conucation links, like grid computing and cloud computing

2
New cards

event ordering

coordination of requests that requires events to be ordered, with sent messages / recieved messages being used to synchronize the closks

3
New cards

two phase commit protocol

allow scoordination ubnder reasonable operating conditions

4
New cards

distributed transactions

when two or more machiens agree to do something, or not do something, atomically ( does not mean they do the task at the same time )

5
New cards

bully algorithm

processes are numbered; if leader is not heard from, assume they crashed, processes try to become new leader which is decided through lack of message during timeouts and power crashes