我是靠谱客的博主 明理毛衣,这篇文章主要介绍Stanford CS 144 Note 12 - End-to-End Principle 端到端原则,现在分享给大家,希望可以做个参考。

End-to-End principle有两部分

1. 

 用以解决问题的功能仅存在于两端的应用,network只能帮助,而不能解决问题

2. 

这个principle认为,不应该implement in the middle(network)

所有的functionality都应该去到fringe上:for flexibility & simplicity

For network design for long term use:strong end to end principle is valuable

For short term use:network engineers don't usually follow it

End-to-End principle在file transfer中的应用

如果仅仅只在transfer的过程中implement error detection,问题就是如果储存在D中的data was corrupted,它仍能通过error detection到达E。

network只能帮助,无法对correctness做保证

即使是TCP,也有小概率传输corrupted data,也必须用end-to-end check if it arrives correctly

最后

以上就是明理毛衣最近收集整理的关于Stanford CS 144 Note 12 - End-to-End Principle 端到端原则的全部内容,更多相关Stanford内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(95)

评论列表共有 0 条评论

立即
投稿
返回
顶部