什么是实用拜占庭容错?

发布于 2024-10-06 05:30:03 字数 42 浏览 6 评论 0 原文

有人可以提供拜占庭容错算法和里氏算法的要点吗?

谢谢。

Can somebody please provide a gist of the Byzantine Fault Tolerant algorithm and Liskov's algorithm?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

土豪我们做朋友吧 2024-10-13 05:30:03

我认为 Castro 和 Liskov 1999 年文章的第 4 章的介绍对算法的内部工作原理给出了简洁而良好的概述:http://pmg.csail.mit.edu/papers/osdi99.pdf

I think the introduction to Chapter 4 of Castro and Liskov's article from 1999 gives a concise and good overview of the inner workings of the algorithm: http://pmg.csail.mit.edu/papers/osdi99.pdf

罪#恶を代价 2024-10-13 05:30:03

通过阅读 OSDI 发表的论文,您可以了解有关 PBFT 工作原理的更多详细信息(1999)。

如果您想彻底了解 PBFT 中使用的算法,那么,我强烈推荐博士论文技术论文。两者均由原作者米格尔·卡斯特罗撰写。它几乎包含了您想了解的有关 PBFT 的所有内容。如果您想查看其代码级实现,可以在 下载并查看该软件此页面

You can know much details of how PBFT works by reading the paper published in OSDI(1999).

If you want to have understanding the algorithm throughly used in PBFT, then, I highly recommend doctoral thesis and technical paper. Both are written by original author, Miguel Castro. It contains almost everything that you want to know about PBFT. And if you want to see its implementation in code-level, you can download and check the software in this page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文