ImageVerifierCode 换一换
格式:PPT , 页数:64 ,大小:2.17MB ,
资源ID:13870616      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/13870616.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(计算机网络英文版复习知识教材课程PPT格式课件下载.ppt)为本站会员(b****9)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

计算机网络英文版复习知识教材课程PPT格式课件下载.ppt

1、Computer NetworkingFinal Review,Jinghui Qin,Content,Computer Networks and the InternetApplication Layer Transport LayerThe Network LayerThe Link and Local Area NetworksWireless and Mobile Networks,Computer Networks and the Internet,Some basic conceptsprotocolcircuit switchingpacket switchingetc.Dela

2、y,Loss and Throughput in Packet-Switched Networksprocessing delayqueuing delaytransmission delay,Computer Networks and the Internet,propagation delayend-to-end delay computationthroughput:#instantaneous,averageProtocol Layers and Their Service ModelsSeven-layer ISO OSI reference modelFive-layer Inte

3、rnet protocol stackThe function of each layer,Computer Networks and the Internet,Problem 1-P5,Computer Networks and the Internet,Problem 1-P5,Computer Networks and the Internet,Solution 1-P5,Computer Networks and the Internet,Problem 2-P17,Computer Networks and the Internet,Solution 2-P17Throughput=

4、minRs,Rc,R/M,Application Layer,Some basic conceptsclientserversocketTransport Services Provided by InternetTCP services:#connection-oriented&#reliable data transferUDP services Application-Layer Protocol,Application Layer,HTTPNon-persistent and Persistent HTTP Message FormatRequest MessageResponse M

5、essageCookies,Application Layer,FTPtwo parallel connections out-of-band&#in-bande-mailSMTPPOP3IMAP,Application Layer,DNSService provided by DNSDNS Working MechanismDNS Records and Message,Application Layer,Problem-P2,Application Layer,Problem-P2,Application Layer,Problem-P2,Application Layer,Solutio

6、n-P2a)The document request was http:#/gaia.cs.umass.edu/cs453/index.html.The Host:#field indicates the servers name and/cs453/index.html indicates the file name.b)The browser is running HTTP version 1.1,as indicated just before hte first pair.c)The browser is requesting a persistent connection,as in

7、dicated by the Connection:#keep-alive.,Application Layer,Solution-P2d)This is a trick question.This information is not contained in an HTTP message anywhere.So there is no way to tell this from looking at the exchange of HTTP messages alone.One would need information from the IP datagrams(that carri

8、ed the TCP segment that carried the HTTP GET request)to answer this question.,Transport Layer,UDPUDP Segment StructureUDP ChecksumThe advantages of UDPPrinciples of Reliable Data TransferSRGBN,Transport Layer,TCPTCP Segment StructureTCP flow controlTCP congest controlAIMDSlow startReaction To Timeou

9、t Events,Transport Layer,Problem 1-P23Consider transferring an enormous file of L bytes from Host A to Host B.Assume an MSS of 1,460 bytes.a.What is the maximum value of L such that TCP sequence numbers are not exhausted?#Recall that the TCP sequence number field has 4 bytes.,Transport Layer,Problem

10、 1-P23b.For the L you obtain in(a),find how long it takes to transmit the file.Assume that a total of 66 bytes of transport,network,and data-link header are added to each segment before the resulting packet is sent out over a 100 Mbps link.Ignore flow control and congestion control so A can pump out

11、 the segments back to back and continuously.,Transport Layer,Solution 1-P23,Transport Layer,Solution 1-P23,Transport Layer,Problem 2-P34,Transport Layer,Problem 2-P34,Transport Layer,Problem 2-P34,Transport Layer,Solution 2-P34a)TCP slowstart is operating in the intervals 1,6 and 23,26b)TCP congesti

12、on advoidance is operating in the intervals 6,16 and 17,22c)After the 16th transmission round,packet loss is recognized by a triple duplicate ACK.If there was a timeout,the congestion window size would have dropped to 1.,Transport Layer,Solution 2-P34d)After the 22nd transmission round,segment loss

13、is detected due to timeout,and hence the congestion window size is set to 1.e)The threshold is initially 32,since it is at this window size that slowtart stops and congestion avoidance begins.f)The threshold is set to half the value of the congestion window when packet loss is detected.When loss is

14、detected during transmission round 16,the congestion windows size is 42.Hence the threshold is 21 during the 18th transmission round.,Transport Layer,Solution 2-P34g)The threshold is set to half the value of the congestion window when packet loss is detected.When loss is detected during transmission

15、 round 22,the congestion windows size is 26.Hence the threshold is 13 during the 24th transmission round.i)The congestion window and threshold will be set to half the current value of the congestion window(8)when the loss occurred.Thus the new values of the threshold and window will be 4.,Transport

16、Layer,Solution 2-P34H)During the 1st transmission round,packet 1 is sent;#packet 2-3 are sent in the 2nd transmission round;#packets 4-7 are sent in the 3rd transmission round;#packets 8-15 are sent in the 4th transmission round;#packets15-31 are sent in the 5th transmission round;#packets 32-63 are sent in the 6th transmission round;#packets 64 96 are sent in the 7th transmission round.Thus packet 70 is sent in the 7th transmission round.,The Network Layer,Virtual-Circuit NetworksDatagram Networkslongest pre

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1