当前位置:文档之家› 计算机网络(全英文版)期末复习

计算机网络(全英文版)期末复习

计算机网络(全英文版)期末复习
计算机网络(全英文版)期末复习

计算机网络

是非题

1.In computer networking jargon, the computers connected to the Internet are referred to as end systems, including servers , routers, mobile computers.

2.One of the attractive features of DSL and HFC is that the services are always on。

3.HTTP/1.1 uses inpersistent HTTP with pipelining.

4.UDP socket is identified by two-tuple: dest IP address, dest port number.

5.The IPv6 addresses space is 264.

6.ARP translates computer name to network-layer address.

7.HTTP uses reliably transfer email message from client to server, port number is 52.

8.Link Layer Services include Error Detection, full-duplex etc.

9.Star topology popular through mid 90s, Now bus topology prevails.

10.FTP,SMTP,POP3 and IMAP run on top of TCP rather than UDP.

11.With the SR protocol ,it is possible for the sender to receive an ACK for a packet that falls outside of its current window.

12.With GBN, it is possible for the sender to receive an ACK for a packet that falls outside of its current window.

13.Ethernet frames can carry more than 1500 bytes of data ,whereas frames for some wide-area links can carry no mare than 576 bytes.

14.Ipv6 allows for fragmentation at routers and IP header to be extended,but Ipv4 not.

15.For TDM, the time domain is segmented into four circuits; each circuit is assigned the same dedicated slot in the revolving TDM frames. The transmission rate of the frame is equal to the frame rate multiplied by the number of bits in a slot.

16.Most packet switches use store and forward transmission at the inputs to the links. Store-and-forward transmission means that the switch must receive the entire packet before it can begin to transmit the first bit of the packet onto the outbound link.

17.If a network employs virtual circuits, then the network's switches must maintain the ongoing connections. Specifically, each time a new connection is established connection entry must be added to the switch's VC number translation table; and each time a connection is released, an entry must be removed from the table.

名词解释:写英文全称和汉语全称

DNS Domain Name System 域名系统

FDM Frequency Division Multiplexing 频分多路复用

SMTP Simple Mail Transfer Protocol 简单邮件传输协议

TCP Transport Control Protocol 传输控制协议

RIP Routing Information Protocol 路由信息协议

ARP Address Resolution Protocol 地址解析协议

CSMA/CD Carrier Sense multiple Access/ Collision Detection 带有碰撞检测的载波侦听多点访问

MIME Multipurpose Internet Mail Extensions 多用途英特网邮件扩充协议

填空题

1.DNScvoked by an application to obtain the canonical hostname for a supplied alias hostname as well as the(IP address)of the host。

2.Two approaches toward congestion control are (end-to-end congestion control)and (network assisted congestion control)

3.The most fundamental responsibility of UDP and TCP is to extend IP's delivery service, extending host-to-host delivery to process-to-process delivery is called (transport layer multiplexing 多路传输、复用)and(demultiplexing多路分解)

4.Four types of OSPF routers(internal routers )(boundary routers)(areas border routers)(backbone routers)

5.(filtering)(过滤、筛选)is the ability to determine whether a frame should be forwarded to an interface or should just be dropped.When the frame should be forwarded, (forwarding)(转发、运输)is the ability to determine which of the interfaces the frame should be directed to. These are done with a (switch table).

6.Two generic forms of pipelined(流水线)protocols are (Go-back-N)and (selective repeat ).

7.(flow control)means that sender won’t overflow receiver’s buffer by transmi tting too much, too fast. ( congestion control)is used to prevent too many hosts from sending too much data too fast for network to handle.

8.Moving packets from router’s input to appropriate router output is called (forwarding). Determining route taken by packets from source to dest is called ( routing).

( RIP) and (OSPF ) are two routing protocols have been used for routing within an autonomous system in the internet.

9.In practice, algorithms with global state information are referred to as (link state)algorithm,since the algorithm must be aware of the cost of each link in the network. The decentralized routing algorithm is called (distance vertor ) algorithm,because each node maintain a vector of estimates of the costs to all other nodes in the network.

10.Each IP node (Host, Router) on LAN has ARP table, ARP Table includes three parts: ( IP address),( MAC address)and TTL.

11.Any multiple access protocol belongs to one of the three categories: (channel partitioning protocol),(Random Access )and taking-turns protocols.

12.A switch has the property of building its table automatically, dynamically and autonomously -- without anyintervention from a network administrator or from a configuration protocol. In other words, switches are (self-learning / plug and play)。

13.Data which an application wants to send and passed onto the transport layer are called (application-layer message )。Data generated by the transport layer and encapsulates application-layer message with transport layer header are called(transport-layer segments)。Data encapsulated transport-layer segment with a network-layer header are called(datagram)。Data ncapsulated network-layer datagram with a link-layer header are called(frame)。

14.Three predominent architectures used in modern network applications are (client/server),(peer-to-peer),(Hybrid of client/server and peer-to peer)。

15.There are two fundamental approaches to build a network core: (circuit switching)and ( packet switching).

16.Access networks can be classified into three categories: ( residential access network),( institutional access network), mobile access networks.

17.Internet standards are developed by ( Internet Telecommunication Union), the Internet documents are called ( FTP files).

18.What services might a network application need from a transport protocol? We can broadly classify an application's service requirements along three dimensions: (data loss), (band width), and timing.

19.The TCP service model includes a ( connect-oriented service) and a (realiab data transfer service). When an application invokes TCP for its transport protocol, the application receives both of these services from TCP.

20.FTP uses two parallel TCP connections to transfer a file, (control connection)is used for sending control information between the two hosts, such as user identification, password, commands to change remote directory, and commands to "put" and "get" files.(data connection)is used to actually send a file.

21.At the receiving end, the transport layer can then examine this field to determine the receiving process, and then direct the segment to that process. This job of delivering the data in a transport-layer segment to the correct application process is called(demultiplexing). The job of gathering data at the source host from different application processes, enveloping the data with header information to create segments, and passing the segments to the network layer is called (multiplexing).

22.There are two types of network links , a ( point-to-point) link consists of a single sender at one end of the link and a single receiver at the other end of the link. A (broadcast)link can have multiple sending and receiving nodes all connected to the same, single,shared channel.

选择题

1.(C)is reliable data transfer over channels with errors and loss。

A) rdt1.0 B)rdt2.0

C) rdt3.0 D)rdt2.1

2.In the following four types of delays ,( C) is uncertain 。

A)processing delay B) transmission delay

C) queuing delay D) propogation delay

3.Application that uses either TCP or UDP is ( A)。

A) Streaming multimedia B) Electronic mail

C)File transfer D)Web

4.( C) is called sliding-window protocol.。

A)SR protocol B)ARQ protocol

C)Go-Back-N protocol D)Alternating-bit protocol

5.During the period of encapsulation at the sending host,the network layer takes data

from transport-layer and appends network-layer header information,creating a network-layer (C)。

A) message B)segment

C) datagram D)frame

6.The time required to examine the packet’s header and determine where to direct the packet is the part of the ( A)。

A)nodal processing B)queuing

C) transmission D) propagation

7.Which application runs over TCP rather than UDP? ( A)

A) file transfer B)streaming multimedia

C) DNS D)internet telephony

8.( A )are responsible for com, org, net, edu, etc.

A) Top-level domain (TLD) servers B) Authoritative DNS servers

C) Local Name Server D)Root name servers

9.The Internet's address assignment strategy is known as ( B )。

A)longest prefix matching rule B)CIDR(Classless Interdomain Routing)

C)classful addressing D)address aggregation

10.( D ) translates network-layer address to link-layer address。

A) DNS B) IGMP

C)MPLS D) ARP

简答:

1.What are some characteristics of TCP?

Full-duplex data Connection-oriented Flow control congestion control point-to-point Piplined send&receive buffer Reliable in-order byte stream

2.Why is it said that FTP sends control information "out of band"?

FTP use two parallel TCP connection:one connection for sending control connection and another Connection for actually transferring file.

Because the control information is not sent over the same connection that the file is send over . FTP sends control information out of band;

https://www.doczj.com/doc/9314438201.html,pare and contrast Link state algorithms and Distance-vector routing

Link state :computes the least-cost path between source and destination using complete global knowledge about network

Distance-vector routing :the calculation of the least-cost path is carried out in an iterative,distributed,manner. A node only knows the neighbour to witch it should forward a packet in order to reach given destination along the least-cost path ,and the cost of that path from Itself to the destination.

4.What are the principle characteristics of the connection-oriented service and connectionless service?

1\ two end system first: "hand shake"before send

Application data:

Provides reliable data transfer

Provides flow control

Provides congestion control

2\ no handshaking

No guarantees of reliable data transfer

No flow control or congestion control

5.Suppose A sends two TCP segments back-to-back to B. The first segment has sequence number 90; the second has sequence number 110.

a) How much data is the first segment? 20 bytes

b) Suppose that the first segment is lost, but the second segment arrives at B. In the acknowledgement that B sends to A, what will be the acknowledgment number?90

6.Describe why an application developer may choose to run its application over UDP rather than TCP.

An application may not wants its application use TCP'S congestion ,which can throttle the application's sending rate at times of congestion and choose to run their application on UDP because want to avoid TCP's congestion .

Also ,some application do not need the reliable data transfer provided by TCP;

7.Consider sending a 3000 byte datagram into a link that has a MTU of 500 bytes. Suppose the original datagram is stamped with the identification number 422. How many fragments are generated? What are their characteristics?

计算:

1.Consider the queueing delay in a router buffer (preceding an outbound link). Suppose all packets are L bits, the transmission rate is R bps and that N packets arrive to the buffer every LN/R seconds. Find the average queueing delay of a packet。

2.Consider three LANs interconnected by two routers, as shown in the diagram below.

a) Redraw the diagram to include adapters. shown in Figure 2

Assign IP addresses to all of the interfaces. For LAN 1 use addresses of the form 111.111.111.xxx ; for LAN 2 uses addresses of the form 122.222.222.xxx ; and for LAN 3 use addresses of the form 133.333.333.xxx .

Assign LAN addresses to all of the adapters.

b) Consider sending an IP datagram from host A to host F. Suppose all the ARP tables are up-to-date。Write all the steps as done for the single-router 。

3.This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts, Hosts A and B, connected by a single link of rate R bps. Suppose that the two hosts are separted by m meters, and suppose the propagation speed along the link is s meters/sec. Host A is to send a packet of size L bits to Host B.

a) Express the propagation delay and the transmission time of the packet。

b) Suppose s=2.5*108, L=100bits and R=28 kbps. Find the distance m so that dprop equals dtrans.

4.CRC计算

5.最长前缀匹配表,应用最长前缀匹配表规则转发分组,见幻灯片

最新计算机网络英语词汇(完美版)

[A] Alphamosic Graphics字母镶嵌图形Active Directory动态目录 ADSI动态目录服务接口Autosizing自动调整大小Anonymous FTP 匿名文件传输Access Control 访问控制 ARP地址解析协议 API 应用程序界面 ACL 访问控制表 Attenuation 衰减 ARP 地址解析协议 Adapter 适配器 Average seek time 平均寻道时间Authorization 授权,认证 Adapter 适配器 A3D 3D定位音效技术 Acrobat Adobe阅读软件 AC97 音响数字/模拟转换 ACL 访问控制表 A3D Aureal声音技术 ATAPI AT附件包接口 aliasing 混淆 utoexec.bat 自动批处理文件API 应用程序设计接口 ASP服务器开发专用脚本 ADSL 非对称数字用户线路 AVI 影音文件 ADSL 非对称数字用户环线 Algorithm 算法 Alpha DEC公司微处理器 Authorwsre Authorware 多媒体创作软件AMI BIOS BIOS基本输入/输出系统AGP 加速图形接口 Aactive matrix 动态矩阵 Aactive Network 动态网络Authentication and Authorization 鉴别与授权 Auditing 审计,计审 At Work Architecture,Microsoft Microsoft 的At Work体系结构 [B] BISDN宽带综合业务数字网 BRI基本速率接口 BIS商务信息系统 Bundled Software捆绑软件 Bluetooth蓝牙 Back Door 后门

计算机网络第七版

计算机网络第七版答案 第一章概述 1-02 简述分组交换的要点。 答:(1)报文分组,加首部(2)经路由器储存转发(3)在目的地合并 1-03 试从多个方面比较电路交换、报文交换和分组交换的主要优缺点。 答:(1)电路交换:端对端通信质量因约定了通信资源获得可靠保障,对连续传送大量数据效率高。(2)报文交换:无须预约传输带宽,动态逐段利用传输带宽对突发式数据通信效率高,通信迅速。(3)分组交换:具有报文交换之高效、迅速的要点,且各分组小,路由灵活,网络生存性能好。 1-08 计算机网络都有哪些类别?各种类别的网络都有哪些特点? 答:按范围:(1)广域网WAN:远程、高速、是Internet的核心网。 (2)城域网:城市范围,链接多个局域网。 (3)局域网:校园、企业、机关、社区。 (4)个域网PAN:个人电子设备 按用户:公用网:面向公共营运。专用网:面向特定机构。 1-10 试在下列条件下比较电路交换和分组交换。要传送的报文共x(bit)。从源点到终点共经过k段链路,每段链路的传播时延为d(s),数据率为b(b/s)。在电路交换时电路的建立时间为s(s)。在分组交换时分组长度为p(bit),且各结点的排队等待时间可忽略不计。问在怎样的条件下,分组交换的时延比电路交换的要小?(提示:画一下草图观察k段链路共有几个结点。) 答:线路交换时延:kd+x/b+s, 分组交换时延:kd+(x/p)*(p/b)+ (k-1)*(p/b),其中(k-1)*(p/b)表示K段传输中,有(k-1)次的储存转发延迟,当s>(k-1)*(p/b)时,电路交换的时延比分组交换的时延大,当x>>p,相反。 1-14 计算机网络有哪些常用的性能指标? 答:速率,带宽,吞吐量,时延,时延带宽积,往返时间RTT,利用率 1-15 假定网络利用率达到了90%。试估计一下现在的网络时延是它的最小值的多少倍? 解:设网络利用率为U。,网络时延为D,网络时延最小值为D0U=90%;D=D0/(1-U)---->D/ D0=10 现在的网络时延是最小值的10倍

计算机网络期末复习

计算机网络复习题 Ch1 网络概论 1.计算机网络:把不同地理范围内若干台具有独立处理能力的计算机通过传输介质连接在 一起,并配备以完备的网络操作系统,使之能数据传输、设备共享。 2.网络协议:为进行网络中的数据交换而建立的规则、标准或约定。组成三要素:语法、 语义、同步。 3.实体:表示任何可发送或接受信息的硬件或软件进程。 4.分组交换:是一种存储转发的交换方式,将用户的报文划分成一定长度的分组,以分组 为存储转发,每个数据段前加上首部构成分组。 5.数据报服务:由网络层提供,简单灵活、无连接、尽最大努力交付。每个分组都携带完 整的源、目的主机地址信息,独立传送,选择最佳输出线,直至传完为止。 6.时延:是指数据(一个报文或分组,甚至比特)从网络(或链路)的一端传送到另一端 所需的时间。(越短越好) 7.吞吐量:表示在单位时间内通过某个网络(或信道、接口)的数据量。(越大越好) ●计算机网络的简单定义是一些相互连接的、自治的计算机的集合。 ●在网络边缘的端系统中运行的程序之间的通信方式通常可划分为两大类:C/S模式和 P2P模式。 ●客户是服务请求方,服务器是服务提供方。协议是水平的,服务是垂直的。 ●计算机网络是计算机与通信技术结合的产物。 ●从网络的作用范围进行分类,计算机网络可以分为:LAN(局域网)、W AN(广域网) 和MAN(城域网)等。 ●把网络按数据交换方式进行分类可分为:电路交换网、报文交换网、分组交换网。电路 交换方法在实时性方面优于其它交换方式。 ●随着电信和信息技术的发展,国际上出现了所谓“三网合一”的趋势,三网指:电信网、 有线电视网络、计算机网络。 ●国际性组织ISOC对Internet进行全面管理,它下面的技术组织IAB负责管理有关协议 的开发。所有Internet标准都是以RFC的形式在网上发表,它的意思是请求评论。 ●计算机网络通信的一个显著特点是间歇性、突发性。 ●带宽本身是指信道能传送信号的频率范围,也就是可以传送信号的高频与低频之差。在 计算机网络中,带宽常用来表示网络的通信线路所能传送数据的能力。 ●OSI的会话层处于运输层提供的服务之上,为表示层提供服务,会话层的主要功能是会 话管理。 ●表示层主要用于处理两个通信系统间信息交换的表示方式。它包括数据格式变换、数据 加密与解密、数据压缩与恢复等功能。

计算机网络实验报告

计算机网络实验报告 专业计算机科学与技术 班级15秋 学号1532001256679 姓名王小祥 组号一组 指导教师印志勇 国家开放大学东台分校 二○一七年十二月

目录 实验总体说明 (3) 实验一以太网帧的构成 (3) 实验三路由信息协议RIP (8) 实验四传输控制协议TCP (10) 实验五邮件协议SMTP、POP3、IMAP (12) 实验六超文本传输协议HTTP (14)

实验总体说明 1.实验总体目标 配合计算机网络课程的教学,加强学生对计算机网络知识(TCP/IP协议)的深刻理解,培养学生的实际操作能力。 2.实验环境 计算机网络协议仿真实验室: 实验环境:网络协议仿真教学系统(通用版)一套 硬件设备:服务器,中心控制设备,组控设备,PC机若干台 操作系统:Windows 2003服务器版 3.实验总体要求 ●按照各项实验内容做实验,记录各种数据包信息,包括操作、观察、记录、分析, 通过操作和观察获得直观印象,从获得的数据中分析网络协议的工作原理; ●每项实验均提交实验报告,实验报告的内容可参照实验的具体要求,但总体上应包 括以下内容:实验准备情况,实验记录,实验结果分析,算法描述,程序段,实验过程中遇到的问题以及对思考问题的解答等,实验目的、实验原理、实验步骤不需要写入实验报告中。 实验一以太网帧的构成 实验时间:____________ 成绩:________________ 实验角色:_____________ 同组者姓名:______________________________

试验二网际协议IP 实验时间:_____________ 成绩:________________ 实验角色:_____________ 同组者姓名:______________________________

第七版计算机网络复习提纲.pdf

考点1:internet和Internet的区别。(1章) nternet是互联网,泛指由多个计算机网络互连而成的网络,网络间的通信协议是任意的。Internet是因特网,指当前全球最大的、开放的、由众多网络相互连接的特定的计算机网络,使用TCP/IP协议作为通信规则。 考点2:因特网的核心部分。 核心部分:核心部分:由大量网络和连接这些网络的路由器组成,负责为边缘部分提供高速远程分组交换。 考点3:计算机网络的类别。 按范围:(1)广域网WAN:远程、高速、是Internet的核心网。(2)城域网:城市范围,链接多个局域网。(3)局域网:校园、企业、机关、社区。(4)个域网PAN:个人电子设备按用户:公用网:面向公共营运。专用网:面向特定机构。 考点4:计算机网络的性能指标。 速率,带宽,吞吐量,时延,时延带宽积,往返时间RTT,利用率 考点5:计算机网络体系结构。五层协议。 1.物理层 2.数据链路层 3.网络层 4.运输层 5.应用层 作业:1、计算机网络向用户可以提供那些服务?答:连通性和共享 3、比较电路交换、报文交换和分组交换的主要优缺点: (1)电路交换:端对端通信质量因约定了通信资源获得可靠保障,对连续传送大量数据效率高。 (2)报文交换:无须预约传输带宽,动态逐段利用传输带宽对突发式数据通信效率高,通信迅速。 (3)分组交换:具有报文交换之高效、迅速的要点,且各分组小,路由灵活,网络生存性能好。 17、收发两端之间的传输距离为1000km,信号在媒体上的传播速率为2×108m/s。试计算以下两种情况的发送时延和传播时延: (1)数据长度为107bit,数据发送速率为100kb/s (2)数据长度为103bit,数据发送速率为1Gb/s。 从上面的计算中可以得到什么样的结论? 解:(1)发送时延:ts=107/105=100s。传播时延:tp=106/(2×108)=0.005s (2)发送时延:ts =103/109=1μs。传播时延:tp=106/(2×108)=0.005s 结论:若数据长度大而发送速率低,则在总的时延中,发送时延往往大于传播时延。但若数据长度短而发送速率高,则传播时延就可能是总时延中的主要成分。 1-20 网络体系结构为什么要采用分层次的结构?试举出一些与分层体系结构的思想相似的日常生活。答:分层的好处: ①各层之间是独立的。某一层可以使用其下一层提供的服务而不需要知道服务是如何实现的。②灵活性好。当某一层发生变化时,只要其接口关系不变,则这层以上或以下的各层均不受影响。③结构上可分割开。各层可以采用最合适的技术来实现④易于实现和维护。⑤能促进标准化工作。 与分层体系结构的思想相似的日常生活有邮政系统,物流系统。 考点6:有关信道的几个基本概念。(2章)

计算机网络期末复习题(含答案)

1.HTML也称(超文本标记语言)或(超文本置标语言),用于标注文档或给文档添加标签,使得文档可以在(浏览器)中显示。2.URL主要有三部分组成,分别是:(传输协议)、(主机的IP地址或域名)、(资源所在路径和文件名) 3.Internet上的邮件接收服务器有三种类型,分别是(SMTP)、(IMAP)、和(POP)。 4.中WWW表示( 万维网服务),sina表示( 主机域名(新浪的域名) )、COM表示( 二级域名(商业机构域名))、CN表示( 根域名(中国的域名(China的缩写)) )。 5.LAN是局域网的英文缩写;FTP是文件传输协议的英文缩写;HTML是超文本标记语言的英文缩写;SMTP是简单邮件传送协议的英文缩写;POP是邮局协议的英文缩写。 6.在Internet Explorer浏览器中可以使用back(后退)按钮移回到上一个文件,也可使用forward(前进)按钮向前移动以浏览的下一个文件。 7.MIME称为多媒体邮件传送模式,使用支持MIME的工具,可以以附件的方式来发送其它文件。 8.Web搜索工具可以分为目录型搜索工具、搜索引擎和多元搜索引擎三种。 9.多路复用技术是一种为提高线路利用率而使多个数据源合用一条传输线路的技术。利用调制技术将多路信息调制到不同频率的载波上

形成一个合成的信号在信道上传输,这种多路复用技术被称为频分复用。 10.信源和信宿之间的通信线路被称作信道。以数字脉冲形式传输数据的信道称为数字信道。 11.根据信号在信道上的传输方向可将数据通信方式分为几类,其中通信双方都能发送和接收信息但是在信道上同一时刻只能容纳一个方向的传输的方式是半双工通信。 12.在数字信号的调制技术种有3种最简单的调制技术,分别以模拟信号的不同幅度、频率、相位来表示数字信号,其中以不同幅度来表示数字信号被称为幅移键控法ASK。 13.开放系统互连参考模型OSI/RM将网络划分为7个层次,分别是:物理层、数据链路层、网络层、传输层、会话层、表示层和应用层。14.在报文交换和报文分组交换中存在两种类型的交换方式,其服务类型分别为无连接服务和面向连接的服务,其中面向连接的服务被称作虚电路方式。 15.以太网是最早标准化的局域网,也是目前部署最广泛的局域网。以太网的核心思想是使用共享的公共传输信道传输信息,传统以太网具有总线型的逻辑拓扑结构。 16.数据交换技术中由中转节点把待传输的信息存储起来,然后通过缓冲器向下一节点转发出去,通过这种方式进行的数据交换被称为存储转发或存储交换。 17.ARP协议和RARP协议是TCP/IP中的重要协议,ARP协议的作

强烈推荐计算机网络英文试题库(附答案)chapter.doc

Chapter 2 Application Layer 1. In the following four descriptions, which one is correct? A In C/S architecture, clients communicate with each other directly. B In C/S architecture, client has a fixed well-known address. C In P2P architecture, peers communicate with each other directly. D In P2P architecture, peer has a fixed well-known address. 2. In the context of a communication session between a pair of process, the process that initiates the communication is labeled as the , the process that waits to be contacted to begin the session is labeled as the . A client process, server process B sending process, receiving process C input process, output process D communicating process, connecting process 3. A socket is the interface between within a host. A the network layer and the link layer B the link layer and the physical layer C the application layer and the transport layer D the transport layer and the network layer 4. In the following applications, which one is a loss-tolerant application? A E-mail B file transfer C instant messaging D real-time audio 5. In the following applications, which one is a bandwidth-sensitive application? A E-mail B web application C real-time audio D file transfer 6. The service of TCP can’t guarantee . A delivery of all data without error B delivery of all data in the proper order

计算机网络谢希仁(第七版)复习题(带答案)

第一章 1、(09-33)在OSI参考模型中,自下而上第一个提供端到端服务的层次是() A.数据链路层??B.传输层??C.会话层??D.应用层?? 2、(10-33)下列选项中,不属于网络体系结构中所描述的内容是() A.网络的层次 B.每一层使用的协议 C.协议的内部实现细节 D.每一层必须完成的功能 3、(10-34)在下图所示的采用“存储-转发”方式分组的交换网络中,所有链路的数据传输速度为100Mbps,分组大小为1000B,其中分组头大小20B,若主机H1向主机H2发送一个大小为980000B的文件,则在不考虑分组拆装时间和传播延迟的情况下,从H1发送到H2接收完为止,需要的时间至少是() A:80ms B:80.08ms C:80.16ms D:80.24ms 4、(11-33)TCP/IP参考模型的网络层提供的是() A.无连接不可靠的数据报服务 B.无连接可靠的数据报服务 C.有连接不可靠的虚电路服务 D.有连接可靠的虚电路服务 5、(12-33)在TCP/IP体系结构中,直接为ICMP提供服务协议的是:() A. PPP B. IP C. UDP D. TCP 6、(13-33)在OSI参考模型中,下列功能需由应用层的相邻层实现的是() A.对话管理 B.数据格式转换 C.路由选择 D.可靠数据传输 7.(13-35)主机甲通过1个路由器(存储转发方式)与主机乙互联,两段链路的数据传输速率均为10Mbps,主机甲分别采用报文交换和分组大小为10kb的分组交换向主机乙发送1个大小为8Mb(1M=106)的报文。若忽略链路传播延迟、分组头开销和分组拆装时间,则两种交换方式完成该报文传输所需的总时间分别为() A.800ms、1600ms B.801ms、1600ms C.1600ms、800ms、 D、1600ms、801ms 8.(14-33)在OSI参考模型中,直接为会话层提供服务的是() A.应用层 B表示层 C传输层 D网络层 参考答案:

计算机网络期末复习题型总结

计算机网络内容总结 第一章网络概述 一、计算机网络最重要的功能:连通性、共享性(填) 二、因特网的两大组成部分:边缘部分、核心部分(填) 1、主机A和主机B通信,实质上是主机A的某个进程同主机B的某个进程通信。 2、网络边缘的端系统之间的通信方式可以划分为两大类:客户—服务器方式(C/S)、 对等方式(P2P) 3、在网络核心部分起特殊作用的是路由器,路由器是实现分组交换的关键构件,其 任务是转发收到的分组。(选) 三、三种交换方式:电路交换、报文交换、分组交换(填) 1、电路交换:整个报文的比特流连续地从源点直达终点。电话交换机是电路交换,“建 立连接—通话—释放连接”,电路交换的线路的传输效率往往很低。 2、报文交换:整个报文先传送到相邻结点,全部存储下来后查找转发表,转发到下 一个结点。 3、分组交换:单个分组(整个报文的一部分)传送到相邻结点,存储下来后查找转 发表,转发到下一个结点。存储转发技术,主机是为用户进行信息处理的, 路由器是用来转发分组的,即进行分组交换。(选) 四、计算机网络的分类:按地域(中英文名称):广域网(WAN)、城域网(MAN)、局域 网(LAN)、个人区域网(PAN)(填) 五、(简答)时延:时延的4个组成部分、计算。 六、协议(定义、三要素及其含义):定义:为进行网络中的数据交换而建立的规则、标 准或约定称为协议。三要素及其含义:(1)语法:数据与控制信息的结构或格式(2)语义:需要发出何种控制信息,完成何种动作以及做出何种响应(3)同步:事件实现顺序的详细说明(填选) 七、 5层体系结构各层及功能:(填) 应用层(applicationlayer)为用户应用进程提供服务 运输层(transportlayer)为主机中进程间通信提供服务 网络层(networklayer)为主机间通信提供服务 数据链路层(datalinklayer)相邻结点间的无错传输 物理层(physicallayer)透明地传输原始的比特流 第二章物理层 一、关于信道(通信方式三种):单向通信、半双工通信、全双工通信(填) 1、单向通信又称单工通信,无线电广播,有线电广播,电视广播 2、双向交替通信又称半双工通信,对讲机 3、双向同时通信又称全双工通信(选) 二、常用的导向性传输媒体包括:双绞线、同轴电缆、光缆(填) 三、常用的非导向传输媒体:短波;微波:地面接力、卫星(填) 四、信道复用:FDM、TDM、STDM、WDM(名称、复用方法、特点):(填选选) FDM:频分复用,复用方法:整个带宽划分为多个频段,不同用户使用不同频段。特 点:所有用户在通信过程中占用不同的频带宽度。 TDM:时分复用,复用方法:将时间划分为一段段等长的时分复用帧(TDM帧)。TDM 帧划分为N个时隙。每一个用户在一个TDM帧中占用一个固定时隙。特点:所有用户在不 同的时间占用整个频带宽度。 1

计算机网络英文试题

Computer Network Test Paper 1.Who invented IP and some related Internet protocols? B a)Vinton Cerf and Bob Metcalfe b)Vinton Cerf and Robert Kahn c)Bob Metcalfe and Ivan Sutherland d)Bob Metcalfe and David Clark 2.In the OSI reference model, 3.The upper layers of the OSI model are, in correct order B a)Session, application, presentation b)Session, presentation, application c)Session, application, presentation, physical d)Application, presentation, session 4.The lower layers of the OSI model are, in correct order D a)physical, system, network, logical b)physical, logical, network, system c)physical, transport, network, data link d)physical, data link, network, transport 5.The Internet Protocol (IP) generally corresponds to which OSI layer? A a)Network (layer three) b)Transport (layer four) c)Data link (layer two) d)Session (layer five) 6.MTU stands for C a)Minimum Transfer Unit b)Minimum Transmission Unit c)Maximum Transmission Unit d)Maximum Transfer Unit 7.What layer of the OSI model is designed to perform error detection functions? B a)Physical b)Data link c)Network d)transport 8.Which of these network devices primarily functions at the OSI Network layer (layer 3)? C

计算机网络期末复习资料 2

1、计算机网络常用的数据交换技术 计算机网络常用的数据交换技术分别是电路交换、报文交换和分组交换。其中,电路交换必须经过“建立连接”->“通话”->“释放连接”的三个步骤,报文交换是必要时存储并继续传送消息来对其进行路由选择的一种交换方式而分组交换则采用存储转发技术对信息进行传输。 2、计算机网络的定义 计算机网络是一些互相连接的、自治的计算机集合。 3、计算机网络的分类 交换功能:电路交换网,报文交换网,分组交换网,混合交换网 作用范围:广域网(WAN)城域网(MAN) 局域网(LAN)(无线)个人区域 PAN 使用范围:公用网专用网 4、计算机网络的主要性能指标(速率、带宽、吞吐量、时延、时延带宽、往返时间RTT和利用率) 2.带宽原义指某个信号具有的频带宽度。 (1).模拟信号带宽--表示允许信号占用的频率范围。单位:HZ、KHZ、MHZ 如:话音的带宽为3.1 KHZ(300 HZ ~3.4 KHZ ) (2).数字信号带宽--表示数字信道发送数字信号的速率,即比特率或数据率或传输速率,也称为吞吐量。单位:比特/秒,bit/s,bps ●更常用的带宽单位是千比每秒,即 kb/s (103 b/s)兆比每秒,即 Mb/s(106 b/s) 吉比每秒,即 Gb/s(109 b/s)太比每秒,即 Tb/s(1012 b/s) ●请注意:在计算机上表示数据大小和容量时,K = 210 = 1024, M = 220, G = 230, T = 240。 (2)时延是指数据(一个报文或分组,甚至比特)从网络(或链路)的一段传送到另一端所需的时间。 发送时延是主机或路由器发送数据帧所需要的时间。 公式:发送时延=数据长度(b)/发送速率(b/s) 传播时延是电磁波在信道中传播一定距离需要花费的时间。 公式:传播时延=信道长度(m)/电磁波在信道上传播的速率(m/s) 总时延=发送时延+传播时延+处理时延+排队时延 时延带宽积=传播时延X带宽 (3)利用率 公式:D=D。/1-U (D表示网络当前时延,D。表示网络空闲时的时延,U是网络的利用率) 5、协议的基本概念及组成要素 进行网络中的数据交换而建立的规则、标准或约定叫做网络协议。 (1)网络协议三要素 1.语法 2.语义 3.同步 6、协议与服务的关系 协议是控制两个对等实体进行通信的规则的集合。在协议的控制下,两个对等实体间的通信使得本层能够向上一层提供服务,而要实现本层协议,还需要使用下面一层提供服务。1、协议的实现保证了能够向上一层提供服务。本层的服务用户只能看见服务而无法看见下面的协议。下面的协议对上面的服务用户是透明的。 2、协议是“水平的”,即协议是控制两个对等实体进行通信的规则。但服务是“垂直的”,即服务是由下层通过层间接口向上层提供的。上层使用所提供的服务必须与下层交换一些命令,这些命令在OSI中称为服务原语。

计算机网络实验

试验一 利用wireshark抓包工具抓包 一、实验名称 使用网络协议分析仪 Wireshark 二、实验目的 1. 掌握安装和配置网络协议分析仪Wireshark的方法; 2. 熟悉使用Wireshark工具分析网络协议的基本方法,加深对协议格式、协议层次和协议交互过程的理解。 三、实验内容和要求 1. 安装和配置Wireshark的网络协议分析仪,下载地址。 2. 使用并熟悉Wireshark分析协议的部分功能。 四、实验环境 1.Windows7 操作系统PC机器。 2.PC机器具有以太网卡一块,通过双绞线与局域网连接。 3.Wireshark软件(Wireshark-win64-2.0.2)。 五、操作方法与实验步骤 1:安装网络协议分析仪,从官网下载exe软件双击安装Wireshark-win64-2.0.2。 2:启用Wireshark进行试验。

2.1:启动初始如下显示: 2.2:分组捕获数据,并将捕获的数据保存为文件抓包实验数据.pcapng,当再次需要捕获时,可以打开文件在进行实验抓包。2.3:对数据进行协议分析。 在上部“俘获分组的列表”窗口中,有编号(No)、时间(Time)、源地址(Source)、目的地址(Destination)、协议(Protocol)、长度(Length)和信息(Info)等列(栏目),各列下方依次排列着俘获的分组。中部“所选分组首部的细节信息”窗口给出选中帧的首部详细内容。下部“分组内容”窗口中是对应所选分组以十六进制数和ASCII 形式的内容。 2.4无线网连接抓包实验数据如下图1 2.5本地连接网页抓包实验数据如下图2

计算机网络(第七版)谢希仁著-考试知识点整理

《计算机网络》整理资料 第1章概述 1、计算机网络的两大功能:连通性和共享; 2、计算机网络(简称为网络)由若干结点(node)和连接这些结点的链路(link)组成。网络中的结点可以是计算机、集线器、交换机或路由器等。 3、互联网基础结构发展的三个阶段: ①从单个网络ARPANET 向互联网发展的过程。②建成了三级结构的因特网。③逐渐形成了多层次ISP (Internet service provider)结构的因特网。 4、制定互联网的正式标准要经过以下三个阶段: ①互联网草案(Internet Draft)②建议标准(Proposed Standard)③互联网标准(Internet Standard) 5、互联网的组成: ①边缘部分:由所有连接在互联网上的主机组成,这部分是用户直接使用的。处在互联网边缘的部分就是连 接在互联网上的所有的主机,这些主机又称为端系统(end system)。(是进程之间的通信)两类通信方式: ?客户—服务器方式:这种方式在互联网上是最常见的,也是最传统的方式。 客户(client)和服务器(server)都是指通信中所涉及的两个应用进程(软件)。 客户是服务的请求方,服务器是服务的提供方;服务请求方和服务提供方都要使用网络核心部分所提供的服务。 客户程序:一对多,必须知道服务器程序的地址;不需要特殊硬件和很复杂的操作系统。 服务器程序:可同时处理多个远地或本地客户的请求(被动等待);一般需要有强大的硬件和高级的操作系统支持 ?对等连接方式(p2p):平等的、对等连接通信。既是客户端又是服务端; ②核心部分:由大量网络和连接在这些网络上的路由器组成,这部分是为边缘部分提供服务的(提供连通性 和交换)(主要由路由器和网络组成);核心中的核心:路由器(路由器是实现分组交换的关键构建,其任务是转发收到的分组) 交换——按照某种方式动态地分配传输线路的资源: ?电路交换:必须经过建立连接(占用通信资源)→通话(一直占用通信资源)→释放资源(归还通信资 源)三个步骤的交换方式。 电路交换的一个重要特点就是在通话的全部时间内,通话的两个用户始终占用端到端的通信资源; ?报文交换:基于存储转发原理(时延较长); ?分组交换:分组交换采用存储转发技术。在发送报文(message)之前,先把较长的报文划分成为一个个 更小的等长数据段,在每一个数据段前面,加上一些由必要的控制信息组成的首部(包头header)后,就构成了一个分组(包packet);分组是在互联网中传送的数据单元。 路由器处理分组过程:缓存→查找转发表→找到合适接口转发出去。 优点:高效(逐段占用链路,动态分配带宽),灵活(独立选择转发路由),迅速(不建立连接就能发送分组),可靠(保证可靠性的网络协议;分布式多路由的分组交换网) 问题:存储转发时会造成一定的时延;无法确保通信时端到端所需的带宽。 报文交换和分组交换不需要预先分配传输带宽; 6、计算机网络的分类: 按作用范围:WAN(广),MAN(城),LAN(局),PAN(个人区域网); 按使用者:公用网,专用网; 7、计算机网络的性能

计算机网络期末复习资料(试题与答案)

计算机网络 试题一: 第一部分选择题 一、单项选择题(本大题共20小题,每小题1分,共20分)在每小题列出的四个选项中只有一个选项是符合题目要求的,请将正确选项前的字母填在题后的括号。 1.采用全双工通信方式,数据传输的方向性结构为( ) A.可以在两个方向上同时传输 B.只能在一个方向上传输 C.可以在两个方向上传输,但不能同时进行 D.以上均不对 2.采用异步传输方式,设数据位为7位,1位校验位,1位停止位,则其通信效率为( ) A. 30% B. 70% C. 80% D. 20% 3.T1载波的数据传输率为( ) A. 1Mbps B. 10Mbps C. 2.048Mbps D. 1.544Mbps 4.采用相位幅度调制PAM技术,可以提高数据传输速率,例如采用8种相位,每种相位取2种幅度值,可使一个码元表示的二进制数的位数为( ) A. 2位 B. 8位 C. 16位 D. 4位 5.若网络形状是由站点和连接站点的链路组成的一个闭合环,则称这种拓扑结构为( ) A.星形拓扑 B.总线拓扑 C.环形拓扑 D.树形拓扑 6.采用海明码纠正一位差错,若信息位为4位,则冗余位至少应为( ) A. 2位 B. 3位 C. 5位 D. 4位 7.在RS-232C接口信号中,数据终端就绪(DTR)信号的连接方向为( ) A. DTE→DCE B. DCE→DTE C. DCE→DCE D. DTE→DTE 8.RS—232C的机械特性规定使用的连接器类型为( ) A. DB—15连接器 B.DB—25连接器 C. DB—20连接器 D. RJ—45连接器 9.采用AT命令集对MODEM进行编程设置,现要让MODEM完成“用音频先拨外线(拨0),然后停顿2秒再拨62753321”的操作,则应向MODEM发出的AT命令为( ) A. ATDP0,62753321 B. ATDT,62753321 C. ATDT0,62753321 D. ATDT0262753321 10.RS—232C的电气特性规定逻辑“1”的电平围分别为( ) A. +5V至+15V B. -5V至-15V C. 0V至+5V D. 0V至-5V 11.若BSC帧的数据段中出现字符串“A DLE STX”,则字符填充后的输出为( ) A. A DLE STX STX B. A A DLE STX C. A DLE DLE STX D. A DLE DLE DLE STX 12.若HDLC帧的数据段中出现比特串“”,则比特填充后的输出为( ) A. 1 B. 1 C. 1 D. 0 13.对于无序接收的滑动窗口协议,若序号位数为n,则发送窗口最大尺寸为( ) A. 2n-1 B. 2n C. 2n-1 D. 2n-1 14.以下各项中,不是数据报操作特点的是( ) A.每个分组自身携带有足够的信息,它的传送是被单独处理的

计算机网络实验二报告

计算机网络实验报告 课程_ 计算机网络 _ 实验名称TCP/IP协议分析与验证 姓名实验日期: 学号实验报告日期: 同组人姓名报告退发: ( 订正、重做 ) 同组人学号 实验名称 TCP/IP协议分析与验证 一.实验环境(详细说明运行的操作系统,网络平台,机器的IP地址) 操作系统:Win8.1 网络平台:Wireshark 机器的IP地址:192.168.191.3 二.实验目的 通过本实验使学生了解和掌握报文捕获工具Wiresshark(或者EtherDetect) 的使用方法和基本特点,通过Wireshark软件捕获并分析基于链路层的协议数 据,包括ARP、ICMP、IP、TCP、UDP以及DNS、FTP、HTTP协议的报文格式以及 工作过程,促使学生真正了解TCP、UDP、IP等协议的构成 三.实验内容及步骤 【实验内容】 要求学生在各自机器上进行文件下载和浏览网页操作,通过Wireshark捕获报文并分析TCP/IP协议族中各种协议的报文格式和工作过程。然后在各自机器上发送ping、tracert命令,然后通过Wireshark捕获以太网帧并分析IP、ICMP和ARP协议的报文格式和工作过程 【实验步骤】 (1)启动Wireshark,并设置好相关参数; (2)启动Wireshark捕获功能;

(3)发送ping或tracert命令或进行文件下载和网页浏览; (4)分析Wireshark捕获的各种报文并验证TCP/IP协议的报文格式和工作过程【实验题目】 1-1.(1)设置获取数据包的filter为两台机之间。 (2)捕获两台机之间的IP数据报的报文。 (3)在报文的十六进制代码中找出源IP、目标IP、首部长度以及协议字段的值。 粘贴报文处: 源IP:c0 a8 bf 03 目标IP:c0 a8 a8 0a 首部长度:45 协议字段的值及含义:01:使用的协议为icmp协议 1-2.(1)设置获取数据包的filter为两台机之间。 (2)捕获两台机之间的ICMP报文。 (3)分析echo request和echo reply两种类型的ICMP报文的。 Ping or tracert?(运行结果):

计算机专业英语试卷

计算机专业英语 一、请将下列英文专业术语翻译成汉语。(每小题1分,共10分) 1.integrated circuits 2.operation code 3.instruction 4.simulation 5.EDI 6.baud 7.portability 8.video conferencing 9.access control 二、请将下列汉语专业术语翻译成英文。(每小题1分,共10分) 1.加密 2.密钥 3.综合业务数字网 4.频分多路复用 5.信元 6.用户界面 7.关系结构 8.解释程序 9.流程图 三、请将下列专业术语和相应的解释进行匹配。(每小题2分,共20分) 1. ________decrypting 2. ________certification 3. ________packet switching

4. ________navigation 5. ________TDM 6. ________viewer 7. ________multimedia 8. ________virtual circuit 9. ________DBMS 10. _______binding a. The authoritative act of documenting compliance with agreed requirements. b. The process of restoring encrypted information to readability. c. A technique used so that transmission can continue on an alternative path in the event of a node failure or congestion. d. A form of space-division switching in which each input line is a TDM stream. The switch configuration may change for each time slot. e. The division of a transmission facility into multiple channels by allotting the facility to different channels, one at a time. f. A method of transmitting messages through a communications network, in which long messages are subdivided into short packets. Each packet is passed from source to destination through intermediate nodes. At each node, the entire message is received, stored briefly, and then passed on to the next node. g. A facility in which the customer leases circuits and, sometimes, switching capacity for the customer ‘s exclusive use. Access may be provided to a public switched telecommunications service. h. A class that serves as the basis for inheritance. A base class is the superclass for all its derived classes. i. The match between a message received by an object and one of its methods. Can be done static, that is, at compile-time, or dynamic, that is, at run-time. j. a request to perform a method for an object. A message results in the invocation of the method. The message contains a selector that identifies the method and any parameters from the method. k. A collection of one or more files treated as a whole unit. l. Software that organizes, manipulates, and retrieves data stored in a database. m. A specialized version of a program that allows you to view documents created

计算机网络谢希仁第七版复习题带答案

计算机网络谢希仁第七版复习题带答案 Document serial number【KKGB-LBS98YT-BS8CB-BSUT-BST108】

第一章 1、(09-33)在OSI参考模型中,自下而上第一个提供端到端服务的层次是() A.数据链路层B.传输层C.会话层D.应用层 2、(10-33)下列选项中,不属于网络体系结构中所描述的内容是() A.网络的层次 B.每一层使用的协议 C.协议的内部实现细节 D.每一层必须完成的功能 3、(10-34)在下图所示的采用“存储-转发”方式分组的交换网络中,所有链路的数据传输速度为100Mbps,分组大小为1000B,其中分组头大小20B,若主机H1向主机H2发送一个大小为980000B的文件,则在不考虑分组拆装时间和传播延迟的情况下,从 H1发送到H2接收完为止,需要的时间至少是() A:80ms B: C: D: 4、(11-33)TCP/IP参考模型的网络层提供的是() A.无连接不可靠的数据报服务 B.无连接可靠的数据报服务 C.有连接不可靠的虚电路服务 D.有连接可靠的虚电路服务 5、(12-33)在TCP/IP体系结构中,直接为ICMP提供服务协议的是:() A. PPP B. IP C. UDP D. TCP 6、(13-33)在OSI参考模型中,下列功能需由应用层的相邻层实现的是() A.对话管理 B.数据格式转换 C.路由选择 D.可靠数据传输 7.(13-35)主机甲通过1个路由器(存储转发方式)与主机乙互联,两段链路的数据传输速率均为10Mbps,主机甲分别采用报文交换和分组大小为10kb的分组交换向主机乙发送1个大小为8Mb(1M=106)的报文。若忽略链路传播延迟、分组头开销和分组拆装时间,则两种交换方式完成该报文传输所需的总时间分别为() 、1600ms 、1600ms 、800ms、 D、1600ms、801ms 8.(14-33)在OSI参考模型中,直接为会话层提供服务的是() A.应用层 B表示层 C传输层 D网络层 参考答案:

相关主题
文本预览
相关文档 最新文档