我是靠谱客的博主 明理毛衣,最近开发中收集的这篇文章主要介绍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 CS 144 Note 12 - End-to-End Principle 端到端原则所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部