Paxos Agreement - Computerphile

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • 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/nottscom...
    Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharan.com

Комментарии • 46

  • @UberAlphaSirus
    @UberAlphaSirus 8 лет назад +145

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

  • @Adamantium9001
    @Adamantium9001 8 лет назад +145

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

  • @HydratedBeans
    @HydratedBeans 8 лет назад +31

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

  • @ckmishn3664
    @ckmishn3664 8 лет назад +11

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

  • @joelhaynie5056
    @joelhaynie5056 8 лет назад +39

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

  • @luciusandco
    @luciusandco 8 лет назад +46

    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 лет назад +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.

  • @therouterninja
    @therouterninja 7 лет назад +6

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

  • @DanDart
    @DanDart 8 лет назад +16

    Haven't you covered this before?

  • @mehmedcanozkan3268
    @mehmedcanozkan3268 8 лет назад +1

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

  • @zee63976
    @zee63976 8 лет назад +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

  • @rafal_czerwinski
    @rafal_czerwinski 8 лет назад +4

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

  • @stuffedk
    @stuffedk 8 лет назад +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.

  • @seamusfrederick2927
    @seamusfrederick2927 8 лет назад +1

    Nice explanation, very straight forward and easy to understand!

  • @Zaurthur
    @Zaurthur 8 лет назад +20

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

  • @YohanesMarioChandra
    @YohanesMarioChandra 8 лет назад +3

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

  • @Supuhstar
    @Supuhstar 8 лет назад +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

  • @mattlm64
    @mattlm64 8 лет назад +14

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

    • @dowRaist
      @dowRaist 8 лет назад +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 8 лет назад +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 ;-)

  • @DanShieldsUK
    @DanShieldsUK 8 лет назад +19

    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

  • @tscoffey1
    @tscoffey1 8 лет назад +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 8 лет назад +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.

  • @PaulSukys
    @PaulSukys 8 лет назад +1

    A very nice explanation, thank you!

  • @sanchitsingh7089
    @sanchitsingh7089 4 года назад +5

    "Is Alice stuffed"

  • @IceMetalPunk
    @IceMetalPunk 8 лет назад +1

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

  • @rajankalra893
    @rajankalra893 6 лет назад +4

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

  • @ssshukla26
    @ssshukla26 3 года назад +2

    Genuinely get confused 🤔...

  • @ahmxtb
    @ahmxtb 8 месяцев назад

    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.

  • @retepaskab
    @retepaskab 8 лет назад +1

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

  • @apenasmeucanal5984
    @apenasmeucanal5984 8 лет назад +1

    Why did the title change?

  • @tractorsold1
    @tractorsold1 8 лет назад +2

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

  • @theherobrine6217
    @theherobrine6217 8 лет назад +1

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

  • @noswonky
    @noswonky 8 лет назад +1

    I have the lock!

  • @frankwalter7275
    @frankwalter7275 6 месяцев назад

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

  • @jopaki
    @jopaki 8 лет назад

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

  • @ChrisGraves1
    @ChrisGraves1 8 лет назад +4

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

  • @theFR0ST3D
    @theFR0ST3D 8 лет назад +1

    next time a little bit brighter please

  • @abhim7
    @abhim7 8 лет назад

    no subtitles ??

  • @caseythimm5522
    @caseythimm5522 8 лет назад

    You aren't first.

  • @Ratstail91
    @Ratstail91 8 лет назад

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

  • @Luredreier
    @Luredreier 8 лет назад

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

  • @TheSpacecraftX
    @TheSpacecraftX 8 лет назад

    Double digits! Also First.

  • @TherealToppo
    @TherealToppo 8 лет назад

    Lmao no

  • @philadams9254
    @philadams9254 8 лет назад

    FIRST!!!!!!!111

  • @oscarjenkins8853
    @oscarjenkins8853 8 лет назад +2

    FIRST!