
计网
文章平均质量分 82
supermax2020
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Filezilla 读取目录列表失败
Status: Connecting to 121.4.142.72:21... Status: Connection established, waiting for welcome message... Status: Plain FTP is insecure. Please switch to FTP over TLS. Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 25.原创 2022-01-12 20:38:13 · 3607 阅读 · 0 评论 -
循环冗余校验 使用及记忆方法
CRC(循环冗余校验)入正题之前,先确定自己知道校验的基本原则.发送端任务:根据源数据,生成校验码,并将源数据和校验码一同发送接收端任务: 根据源数据和校验码,按照一定的规则来校验是否发生了错误.设定:数据分为三部分:D: 需要发送的数据(Data)R: 校验码(CRC中的校验码是运算的余数,即Remainder)G: 生成多项式(Generator)这里需要注意: 和其他校验方式类似,发送方和接收方传输的数据只有D和R, 而生成多项式(G)则是根据链路层协议确定的.将生成多项式转为原创 2021-11-25 14:25:11 · 488 阅读 · 0 评论 -
问题记录:既然MAC能唯一标识一台设备,那为什么我们还需要IP呢?
以下内容节选自Quora,回答者Pankaj Kedia问题既然每个设备的MAC地址是唯一的,那为什么我们还需要引入IP来唯一地标识网络中的一个系统呢?回答者的答案让我用类比的方法来简单地回答这个问题:假设你的名字‘A’,显然世界上其他人可能和你重名,所以这不能唯一地辨识你的身份。现在我们把你父亲的名字也加上(假设你父亲的名字是B),那么可以用B-A来标识你。但显然,这也未必能唯一地标识你的身份。但是,我们再加上你爷爷的名字、你爷爷的父亲的名字——‘A’, ‘B.A’, ‘C.B.A’, ‘D.翻译 2021-11-24 15:45:49 · 283 阅读 · 0 评论 -
计算机网络-自顶向下方法(7th) 第五章 Problems 英文题目1-15+中文答案
P1.Looking at Figure 5.3 , enumerate the paths from y to u that do not contain any loops.(y,x,u)(y,w,x,u)(y,z,w,x,u)(y,x,v,u)(y,w,v,u)(y,x,w,v,u)(y,z,w,v,u)(y,w,u)(y,z,w,u)(y,x,w,u)(y,x,v,w,u)(不太知道怎么列举,我是根据后缀列举的,比如前面的分别是以x,u/v,u/w,u…)P2.Rep原创 2021-11-22 19:23:11 · 14541 阅读 · 4 评论 -
计算机网络-自顶向下方法 7th 5.4 BGP协议总结
不得不说国内陈鸣的译本把这部分翻译得像坨*****这篇是我根据英文原书的理解。阅读前需要了解:什么是AS(自治区域)AS中的子网转发表1、BGP的任务前面已经讲到了AS内的路由协议,比如OSPF,那么假如两个路由器不在同一个AS内呢?这就要用到BGP。BGP的一个重要任务是不同AS间的路由,不过BGP也可以进行AS内的路由(后面也会提到)。2、BGP中的前缀BGP中的分组不会被路由到特定的IP,而是会路由到CIDR化的前缀(prefix)。这个前缀代表了一个或者一组子网。CIDR:将子原创 2021-11-21 19:18:35 · 2607 阅读 · 0 评论 -
计算机网络-自顶向下方法(7th) 第四章 Problems 英文题目+部分中文答案
P1. Consider the network below.a. Show the forwarding table in router A, such that all traffic destined to host H3 is forwarded through interface 3.b. Can you write down a forwarding table in router A, such that all traffic from H1 destined to host H3原创 2021-11-04 14:22:53 · 29755 阅读 · 1 评论 -
计算机网络-自顶向下方法(7th) 第四章 Review Questions 英文题目
SECTION 4.1R1.Let’s review some of the terminology used in this textbook. Recall that the name of a transport-layer packet is segment and that the name of a link-layer packet is frame. What is the name of a network-layer packet? Recall that both routers原创 2021-11-03 20:58:41 · 3746 阅读 · 0 评论 -
计算机网络-自顶向下方法(7th) 第三章 Problems 英文题目+中文答案
P1.Suppose Client A initiates a Telnet session with Server S. At about the same time, Client B also initiates a Telnet session with Server S. Provide possible source and destination port numbers fora. The segments sent from A to S.b. The segments sent原创 2021-10-27 14:32:12 · 23598 阅读 · 9 评论 -
计算机网络-自顶向下方法(7th) 第三章 Review Questions 英文题目+中文答案
SECTIONS 3.1–3.3R1.Suppose the network layer provides the following service. The network layer in the source host accepts a segment of maximum size 1,200 bytes and a destination host address from the transport layer. The network layer then guarantees to原创 2021-10-23 19:07:24 · 7444 阅读 · 0 评论 -
计算机网络-自顶向下方法(7th) 第二章 Problems 英文题目+中文答案
P1.True or false?a. A user requests a Web page that consists of some text and three images. For this page, the client will send one request message and receive four response messages.b. Two distinct Web pages (for example, www.mit.edu/research.html a原创 2021-10-10 14:31:08 · 48992 阅读 · 2 评论 -
计算机网络-自顶向下方法(7th) 第二章 Review Questions 英文题目+中文答案
R1.List five nonproprietary Internet applications and the application-layer protocols that they use.答案:Web: HTTP文件传输:FTP邮件:SMTP远程登录:Telnet网络新闻:NNTPR2.What is the difference between network architecture and application architecture?网络体系结构是大体固定的,大致原创 2021-10-07 18:41:43 · 27458 阅读 · 1 评论 -
计算机网络-自顶向下方法(7th) 第一章 Problems 中英对照
P1.Design and describe an application-level protocol to be used between an automatic teller machine and a bank’s centralized computer. Your protocol should allow a user’s card and password to be verified, the account balance (which is maintained at the ce原创 2021-10-06 17:00:29 · 8573 阅读 · 2 评论 -
计算机网络-自顶向下方法(7th) 第一章 Review Questions 中英对照
对于这些技术,给出每种技术的传输速率的范围,并讨论它们的传输速率是共享的还是专用的。List the available residential access technologies in your city. For each type of access, provide the advertised downstream rate, upstream rate, and monthly price. 列举在你的城市中家庭接入的方式,对于每一种方式,写出下载速率、上传速率,价格。IXP是如何赚钱的?原创 2021-10-03 10:06:22 · 5303 阅读 · 1 评论 -
计网笔记(一) 什么是因特网
本文为《计算机网络-自顶向下方法》第七版 阅读笔记1.1什么是因特网1.1.1具体构成描述端系统(主机)所有连接到因特网*的设备都称为主机(host)或端系统(end system)。具体可以包括计算机、智能手机、电视、游戏机以及各种智能设备。服务器也是种端系统(单纯理解成电脑就可以)。*本书中的网络以因特网举例通信链路和分组交换机端系统通过**通信链路(communication)和分组交换机(packet switch)**链接到一起。通信链路的物理媒体有很多类型,比如光纤、铜线、无原创 2021-07-13 20:18:14 · 266 阅读 · 1 评论