Stanford CS 144 Note 4 - Layering

The idea of layering:

用postal service来类比

一个client和另一个client之间的信件交流中, they don't care how the letter gets to the other.

Lower layers abstract details away from the clients, 比如how the mailman delivers or which mailbox he puts the envelope in.

Benefits: Layer只和自己的上层和下层交流, 因此可以improve independently

Breaking the boundaries of layers is costly, and do so only when really have to.

应用layering的原因:

1. Modularity: it breaks down the system into smaller and more manageable modules.

2. well-defined services: each layer provides a well-defined service to the layers above.

3. reuse: a layer above can rely on all hard work put in by others by implementing layers below.

4, separation of concerns: each layer does its own job, and doesn't need to worry about others.(The network layer doesn't need to worry about changes on the transport layer such as TCP).

5. continuous improvements

6. Peer-to-peer communications

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值