- 1、本文档共57页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Introduction
Types of network
Network principles
Internet protocols
Network case studies:
Ethernet, wireless LAN and ATM
Summary;Why should we study network technology?
Network is the basis of distributed system
The performance, reliability, scalability, … of the underlying networks impact the behavior of DS and therefore affect their design
Some concepts
transmission media : wire, cable, fiber and wireless channels
hardware devices : router, switch, bridge, hub, repeater and network interface
software components : protocol stacks, communication handler and driver
communication subsystem: the collection of hardware and software components that provide the communication facilities for a distributed system.
host : computers and devices that use the network for communication purpose
node : computer or switching device attached to a network
subnet : a unit of routing (delivering data from one part of Internet to another); it’s a collection of nodes that can be reached on the same physical network.;Performance
latency : the delay that occurs after a send operation is executed before data starts to arrive at the destination computer. It can be measured as the time the time to transfer an empty message. It forms a part of process-to-process latency.
data transfer rate : the speed at which data can be transferred between two computers in the network once transmission has begun, bits/s
Message transmission time = latency + length / data transfer rate
data transfer rate is determined primarily by network physical characteristics, whereas the latency is determined primarily by software overheads, routing delays and delay of accessing to transmission channels
In distributed systems, messages are always small in size, so the latency is more significant than data transfer rate
total system bandwidth : the total volume of traffic that can be transferred across the network in a given time.
Ethernet: system bandwidth is as same as data transfer rate
WAN: multiple channels, det
文档评论(0)