Paxos Agreement - Computerphile

The Democracy of computer collaboration, PAXOS is a method for ensuring networked computers reach agreement. Heidi Howard of the University of Cambridge Computer Laboratory explains.
/ computerphile
/ computer_phile
This video was filmed and edited by Sean Riley.
Computer Science at the University of Nottingham: bit.ly/nottscomputer
Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharan.com

Пікірлер: 46

  • @UberAlphaSirus
    @UberAlphaSirus8 жыл бұрын

    crystal clear until, bob came along with a higher id, then it became clear as mud

  • @Adamantium9001
    @Adamantium90018 жыл бұрын

    This isn't an example. It's an abstraction in dire need of an example in order to ground it.

  • @luciusandco
    @luciusandco8 жыл бұрын

    the thing that bothers me here is that she doesn't explain anything about the IDs. are they randomly generated at joining times, built upon ranking or time bound?

  • @YouHolli

    @YouHolli

    8 жыл бұрын

    +luciusandco Depends. The algorithm must produce a potentially infinite sequence of values and have a means to compare them. So for example you could start with "a" as the first key, then "aa", then "aaa" and so on measuring the length of the key as comparator. Or you just start at zero and count upwards.

  • @mehmedcanozkan3268
    @mehmedcanozkan32688 жыл бұрын

    Great Videos Computerphile! Best chain of informative channels that you have got here with Brady and stuff!

  • @ckmishn3664
    @ckmishn36648 жыл бұрын

    PAXOS: The official operating system of the Penny Arcade eXpo. 😸

  • @joelhaynie5056
    @joelhaynie50568 жыл бұрын

    PAXOS, & Vecotor Clocks some of the hardest concepts in Distributed Systems! Both by Leslie Lamport. You guys should snag and interview with HIM!

  • @HydratedBeans
    @HydratedBeans8 жыл бұрын

    This was the hardest assignment I ever did in school. AI was easier than paxos Great video!

  • @Supuhstar
    @Supuhstar8 жыл бұрын

    can this be used for Angel-only encryption? Where several systems have pieces of the key, but a majority need to agree before the thing can be decrypted

  • @DanDart
    @DanDart8 жыл бұрын

    Haven't you covered this before?

  • @rafal_czerwinski
    @rafal_czerwinski8 жыл бұрын

    Looks like a fault-tolerant variant of 2-phase-commit protocol used to handle distributed transactions.

  • @seamusfrederick2927
    @seamusfrederick29278 жыл бұрын

    Nice explanation, very straight forward and easy to understand!

  • @tscoffey1
    @tscoffey18 жыл бұрын

    Which node generates the system-wide id's, such that they are guaranteed to be unique? And if any node can generate the new id, how is the lock for that authority negotiated, so that no two nodes attempt to generate the same id?

  • @zee63976
    @zee639768 жыл бұрын

    When I had distributed systems class my professor said paxos is so complex that nobody's able to implement it the way Lamport described

  • @therouterninja
    @therouterninja7 жыл бұрын

    This is the simplest explanation of Paxos i've found yet. Great job!

  • @docopoper
    @docopoper8 жыл бұрын

    So what if node 3 commits Alice, but fails after committing just to node 4. Then node 4 fails, and then Bob comes along and commits with a lower id to node 5 while node 3 and4 are still down. Bob presumably gets the key using nodes 5, 6 and 1. But if nodes 3 and 4 then come back online and nodes 1 and 6 go offline, then alice asks for the lock again... The majority of nodes think that she has the lock and she has the highest id... So presumably she gets the lock.

  • @mattlm64
    @mattlm648 жыл бұрын

    Raft is a more straight-forward solution and I think it's more widely used.

  • @dowRaist

    @dowRaist

    8 жыл бұрын

    I can't say if raft is more widely used, but i've encountered it on more systems than paxos. Most universities (I can only speak for the US) tend to focus on paxos as a part of distributed/parallel systems education. Raft was mentioned in the course I took, but paxos was the "teaching algorithm" so to speak.

  • @cacheman

    @cacheman

    8 жыл бұрын

    +Matthew Mitchell Yes. Paxos was known as notoriously hard to understand and implement right, but of course Lamport through that was so much nonsense he had to write his "Paxos Made Simple", thereby proving himself wrong ;-)

  • @PaulSukys
    @PaulSukys8 жыл бұрын

    A very nice explanation, thank you!

  • @Zaurthur
    @Zaurthur8 жыл бұрын

    So it's like a semaphore over a network with error correction? Neat.

  • @YohanesMarioChandra
    @YohanesMarioChandra8 жыл бұрын

    Finally. I've been waiting for this video for a very long time. Thanks for the simple explanation, as always.

  • @DanShieldsUK
    @DanShieldsUK8 жыл бұрын

    The Paxos algorithm was actually developed from the tiny Greek island of Paxos' voting system I believe. I've been on holiday there many times :D

  • @sanchitsingh7089
    @sanchitsingh70894 жыл бұрын

    "Is Alice stuffed"

  • @IceMetalPunk
    @IceMetalPunk8 жыл бұрын

    What happens if there's an even number of nodes and half fail? Is that considered a majority?

  • @retepaskab
    @retepaskab8 жыл бұрын

    What happens when all of the computers that were majority fail? Looks like then we have outdated data.

  • @stuffedk
    @stuffedk8 жыл бұрын

    Example of locking: When in the office you want to change an excel file that is on the shared drive but you can't open it because someone else has it open. You're welcome.

  • @apenasmeucanal5984
    @apenasmeucanal59848 жыл бұрын

    Why did the title change?

  • @rajankalra893
    @rajankalra8936 жыл бұрын

    It looked pretty much like 2PC(Phase Commit) protocol!

  • @noswonky
    @noswonky8 жыл бұрын

    I have the lock!

  • @tractorsold1
    @tractorsold18 жыл бұрын

    Sounds like something VMSclusters have been doing since the 1980s.

  • @theherobrine6217
    @theherobrine62178 жыл бұрын

    42th comment. This is the ultimate number as a comment

  • @ssshukla26
    @ssshukla263 жыл бұрын

    Genuinely get confused 🤔...

  • @ahmxtb
    @ahmxtb7 ай бұрын

    you guys need to buy an ipad to draw these diagrams and stream it to a mac or PC over airplay to record them, instead of re-drawing.

  • @jopaki
    @jopaki8 жыл бұрын

    How is this 'protocol' (paxos) logic realized? SSL/TLS? Or is this a 'special' protocol?

  • @ChrisGraves1
    @ChrisGraves18 жыл бұрын

    The changing numbers... and I think she's going a little all over the place. Interesting video though.

  • @abhim7
    @abhim78 жыл бұрын

    no subtitles ??

  • @frankwalter7275
    @frankwalter72755 ай бұрын

    no kudos to the editor. I tried to focus on her drawing and the editor switched all the time between her, her drawings and a digital version of it. Pick one thing!!!!

  • @caseythimm5522
    @caseythimm55228 жыл бұрын

    You aren't first.

  • @Ratstail91
    @Ratstail918 жыл бұрын

    This reminds me very much of the bitcoin blockchain. Presumably one took inspiration from the other.

  • @TheSpacecraftX
    @TheSpacecraftX8 жыл бұрын

    Double digits! Also First.

  • @theFR0ST3D
    @theFR0ST3D8 жыл бұрын

    next time a little bit brighter please

  • @Luredreier
    @Luredreier8 жыл бұрын

    Hum, this reminds me of the Rust programming language...

  • @TherealToppo
    @TherealToppo8 жыл бұрын

    Lmao no

  • @philadams9254
    @philadams92548 жыл бұрын

    FIRST!!!!!!!111

  • @oscarjenkins8853
    @oscarjenkins88538 жыл бұрын

    FIRST!