Introduction to Computer Networks(网络架构与七( 六 )


2. Data Link Layer (如何将 frame 传给直接相连的主机或设备)
->aof bits into a frame
-> How toa frame to ahost () ?
-> MAC (Media)
CSMA/CD (IEEE 802.3 )
CSMA/CA (IEEE 802.11LAN)
-> Layer 2
3.Layer (如何将封包透过 送给目的地主机)
->among nodesa -
-> Datanodes in this layer isa
-> IP
->
之间会交流网络连接的情况 。
->(动态选择路径而设计的)
RIP(各个之间的情报每30秒交换一次)
OSPF(找最短路径)
BGP
->
4.Layer (提供不同主机 (应用程序)之间的资料传送)
->a -to-
-> Unit of datain this layer isa
-> TCP () –
-> UDP (User) –
5.Layer
a name space that is used to tiethethat are part of a
有时,两个在沟通的过程之中,会产生不同的,例如可能会建许多 TCP 连线,例如p2p,一个 peer 可能同时会跟几十个 peer 进行沟通,就会建很多连线,这么多连线我们可以将其统称为。相当于把不同的整理在一起 。
6.Layer
about theof datapeers
如何呈现资料的格式 。两边交换资料,需要用什么格式,例如中文可以用big5,也就是需要将资料呈现的方式定一个标准(如何做一个) 。
7.Layer
->type of
-> FTP/E-mail/DNS/HTTP//FB, ….
7.

Introduction to Computer Networks(网络架构与七

文章插图

Introduction to Computer Networks(网络架构与七

文章插图
In order for a newto bein the , there needs to be both aand at least one (andtwo)of the .
1.
1. Width of theband
2.of bits perthat can beover alink
-> 1 Mbps: 1 x 106 bits/
-> 1 x 10-6toeach bit orthat a , now each bit1 microspace.
-> On a 2 Mbps link the width is 0.5 micro .
->the width more will beper unit time.
小结:速度越快,每一个bit的宽度就越窄 。参看下图:
Introduction to Computer Networks(网络架构与七

文章插图
2.=time +time +time
time = /speed of light
time = size/ (资料的总大小除以频宽)
注意以下两点:
1. One bit=>is(短资料很快就送完, 但需要长时间才能传到对方, 资料已送完,?? 但前导资料还未到达对方)
time >>time
2. Large bytes=>is(长资料很慢才能送完, 未送完前, 前导资料已到对方)
time >>time
3. Delay *
Introduction to Computer Networks(网络架构与七

文章插图
Thea pair ofcan beas a pipe
(delay):of the pipe
此处,指的是time,即一端到另一端传输的时间 。
: width of the pipe
此处,就是频宽,显然频宽决定了time 。
所以此时问题又回到了我们之前所说的time 与time 谁更重要?!
->ofandon
For large file ,is
For small(HTTP, NFS, etc.),is
in() can alsosome(e.g., audio/video )
Delay *means how many data can bein the pipe
举例来说,delay of 80 ms andof 100 Mbps,则有:
-> 80 x 10-3x 100 x 106 bits/
-> 8 x 106 bits = 8 M bits = 1 MB data.
如果,想令这个 pipe 为 full 的话,那么在资料的第一个bit到达之前,需要发送 Delay *个 bit 的资料量 。当发出的资料的第一个bit到达后,方还需花费一整个 Delay 的时间才能将标记收到的信息发送给 ( stops to wait for a ) 。
因此,发送方在停下来等对方回应之前应该要传送 delay * 的资料量,也就是将 pipe 填满,才能充分的利用网络 。
Introduction to Computer Networks(网络架构与七

文章插图