Paxos Agreement - Computerphile

Sdílet
Vložit
  • čas přidán 26. 04. 2016
  • 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

Komentáře • 46

  • @UberAlphaSirus
    @UberAlphaSirus Před 8 lety +140

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

  • @Adamantium9001
    @Adamantium9001 Před 8 lety +145

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

  • @luciusandco
    @luciusandco Před 8 lety +45

    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 Před 8 lety +7

      +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.

  • @HydratedBeans
    @HydratedBeans Před 8 lety +30

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

  • @ckmishn3664
    @ckmishn3664 Před 8 lety +10

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

  • @joelhaynie5056
    @joelhaynie5056 Před 8 lety +39

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

  • @mehmedcanozkan3268
    @mehmedcanozkan3268 Před 8 lety +1

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

  • @DanDart
    @DanDart Před 8 lety +16

    Haven't you covered this before?

  • @Supuhstar
    @Supuhstar Před 8 lety +8

    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

  • @zee63976
    @zee63976 Před 8 lety +16

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

  • @seamusfrederick2927
    @seamusfrederick2927 Před 8 lety +1

    Nice explanation, very straight forward and easy to understand!

  • @therouterninja
    @therouterninja Před 7 lety +6

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

  • @rafal_czerwinski
    @rafal_czerwinski Před 8 lety +4

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

  • @tscoffey1
    @tscoffey1 Před 8 lety +3

    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?

  • @docopoper
    @docopoper Před 8 lety +3

    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.

  • @stuffedk
    @stuffedk Před 8 lety +9

    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.

  • @PaulSukys
    @PaulSukys Před 8 lety +1

    A very nice explanation, thank you!

  • @Zaurthur
    @Zaurthur Před 8 lety +20

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

  • @YohanesMarioChandra
    @YohanesMarioChandra Před 8 lety +3

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

  • @mattlm64
    @mattlm64 Před 8 lety +14

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

    • @dowRaist
      @dowRaist Před 8 lety +4

      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 Před 8 lety +1

      +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 ;-)

  • @sanchitsingh7089
    @sanchitsingh7089 Před 4 lety +5

    "Is Alice stuffed"

  • @DanShieldsUK
    @DanShieldsUK Před 8 lety +18

    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

  • @IceMetalPunk
    @IceMetalPunk Před 8 lety +1

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

  • @retepaskab
    @retepaskab Před 8 lety +1

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

  • @apenasmeucanal5984
    @apenasmeucanal5984 Před 8 lety +1

    Why did the title change?

  • @rajankalra893
    @rajankalra893 Před 6 lety +4

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

  • @noswonky
    @noswonky Před 8 lety +1

    I have the lock!

  • @tractorsold1
    @tractorsold1 Před 8 lety +2

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

  • @theherobrine6217
    @theherobrine6217 Před 8 lety +1

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

  • @jopaki
    @jopaki Před 8 lety

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

  • @ahmxtb
    @ahmxtb Před 5 měsíci

    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.

  • @ssshukla26
    @ssshukla26 Před 2 lety +2

    Genuinely get confused 🤔...

  • @abhim7
    @abhim7 Před 8 lety

    no subtitles ??

  • @TheSpacecraftX
    @TheSpacecraftX Před 8 lety

    Double digits! Also First.

  • @frankwalter7275
    @frankwalter7275 Před 4 měsíci

    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!!!!

  • @ChrisGraves1
    @ChrisGraves1 Před 8 lety +4

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

  • @caseythimm5522
    @caseythimm5522 Před 8 lety

    You aren't first.

  • @TherealToppo
    @TherealToppo Před 8 lety

    Lmao no

  • @Luredreier
    @Luredreier Před 8 lety

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

  • @theFR0ST3D
    @theFR0ST3D Před 8 lety +1

    next time a little bit brighter please

  • @philadams9254
    @philadams9254 Před 8 lety

    FIRST!!!!!!!111

  • @Ratstail91
    @Ratstail91 Před 8 lety

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

  • @oscarjenkins8853
    @oscarjenkins8853 Před 8 lety +2

    FIRST!