Computer Network Homework3’ s hard question

1. Which kind of protocol does CSMA belong to?

A. Random Access Protocol

B. Take Turns Protocol

C. Centralized Protocol

(2 points)

Answer:

A

6. Which provides connection-oriented service?

A. LLC1

B. LLC2

C. LLC3

(2 points)

Answer:

B

  • unacknowledged connectionless service(LLC1)

  • connection-oriented service(LLC2)

  • acknowledged connectionless service(LLC3)

17. A host connected by hub works on which method?

A. full duplex

B. half duplex

C. simplex

(2 points)

Answer:

B

Explanation:

集线器(hub)用电子线路模拟总线方式,每次只允许一个站点发送。

18. In an Ethernet, four stations have one longest frame (1520 bytes) to send when the channel is busy. When all these frames are sent successfully, how many collisions will happen at least?

A. 1

B. 2

C. 3

D. 4

(2 points)

Answer:

C

Explanation:

第一次是在当前站点发送完毕后四个站点同时发送会产生冲突。然后,一个选择0t,另三个选择1t,结果冲突一次,然后这三个冲突站点分别选择从四个时间长度选三个,无论如何还会冲突一次,因为如果无冲突,则有一个站点先发送(帧很长),另外两个站点都会检测到信道忙,结果信道一空闲,它们立即发送,造成冲突。

After aborting, NIC enters exponential backoff: after mth collision, NIC chooses K at random from
{0,1,2,...,2m-1}. NIC waits K·512
bit times.

19. Which of the following Ethernet LAN has most collision domains?

A. all the hosts are connected to one switch by UTP cables

B. all the hosts are connected to one hub by UTP cables

C. all the hosts are connected by thin coax (10base-2)

(2 points)

Answer:

A

Explanation:

交换机每个接口一个形成冲突域。不过只有在这个接口接hub时才会有冲突发生,接口全双工工作时不会冲突。

20. Which field does not belong to an Ethernet Frame?

A. destination MAC address

B. source MAC address

C. type

D. frame check sequence

E. control

(2 points)

Answer:

E

DIXv2  -- type >=1536

802.3(original)  -- length

802.3 (1997 edition) -- type/length

21. What is the maximum length of the data field of an Ethernet Frame?

A. 46

B. 512

C. 1000

D. 1500

(2 points)

Answer:

D

23. When is a SNAP frame required in Ethernet?

A. The header of an Ethernet frame lacks length.

B. The header of an Ethernet frame lacks premeable.

C. The header of an Ethernet frame lacks source address.

D. The length of the playload field of an Ethernet frame is less than 46 bytes.

Answer:

D

Explanation:

使用长度字段主要是当Data中有填充字节时确定Data中payload的长度。

24. The Ethernet (802.3), fast Ethernet (802.3u) and Gigabit Ethernet standard are different mainly in the layer of OSI.

A. Physical

B. data link

C. network

D. transport

(2 points)

Answer:

A

Explanation:

10M/100M/1000Mbps以太网主要不同点是在物理层:物理介质不同、调制和编码方法不同、速率不同。

29. In spanning tree algorithm,how many bridges will be designated for a LAN segment?

A. 1

B. 2

C. 3

D. varied

(2 points)

Answer:

A

33. In spanning tree algorithm,which port will be selected as the root port for a bridge if two shortest paths from the bridge to the root bridge have the same neighboring bridge on the paths?

A. the port of the bridge with the highest port ID

B. the port of the bridge with the lowest port ID

C. the port of the neighboring bridge with the highest port ID

D. the port of the neighboring bridge with the lowest port ID

(2 points)

Answer:

D

Explanation:

不采用自己的端口号而采用邻居的端口号打破平衡。

35. In spanning tree algorithm,a data frame cannot be forwarded between which port pair of a bridge?

A. the designated port and root port

B. the designated port and the designated port

C. the blocked port and the root port

(2 points)

Answer:

C

37. What is one benefit of PVST+?

A. PVST+ supports Layer 3 load balancing without loops.

B. PVST+ reduces the CPU cycles for all the switches in the network.

C. PVST+ allows the root switch location to be optimized per VLAN.

D. PVST+ automatically selects the root bridge location, to provide optimized bandwidth usage.

(2 points)

Answer:

C

38. If a switch (802.1Q) receives a frame without VLAN ID tagged from trunk port, what will it do?

A. regard it as default VLAN

B. regard it as native VLAN

C. drop it

(2 points)

Answer:

B

40. Which of the following VLANs is static?

A. based on MAC address

B. based on subnets

C. based on network protocol

D. based on ports

(2 points)

Answer:

D

42. Which of the following spanning trees is most flexible for load balancing and computational complex?

A. PVST

B. CST

C. MST

(2 points)

Answer:

C

Explanation:

MST为多生成树算法,可以设置生成树的个数和每个VLAN采用哪颗生成树。

46. How does a switch differ from a hub?

A. A switch does not induce any latency into the frame transfer time.

B. A switch tracks MAC addresses of directly-connected devices.

C. A switch operates at a lower, more efficient layer of the OSI model.

D. A switch decreases the number of broadcast domains.

E. A switch decreases the number of collision domains.

(2 points)

Answer:

B

Explanation:

使用交换机会增加冲突域的数量

48. If host A sends an IP packet to host B, what will the source physical address be in the frame when it reaches host B?

The connections are: [host A]--[Router R1]--[Router R2]--[host B]

A. host A's MAC Address

B. host B's MAC Address

C. R1's MAC Address

D. R2's MAC Address

Answer:

D

Explanation:

在这里,每对路由器和主机之间采用一种数据链层协议,通过每一跳的源MAC地址和目的MAC都不同。IP分组被封装在帧中,通过最后一段数据链路层协议时,源MAC为路由器R2的,目的MAC地址为主机B的。

8. How many collision domains are there in the following Ethernet?  How many broadcast domains?

Answer:

7,1

Explanation:

Switch每个端口一个冲突域(只有接hub时会冲突)。集线器所有端口位于同一个冲突域。一个广播帧可以到达的地方属于同一个广播域。

12. In the following figure, S1~S3 are switches, A~E are hosts,which of following statements will be true? (select two)

A. If host A sends a frame to host D, D will receive it.

B. If host B sends a frame to host D, D will receive it.

C. If host D sends a frame to host A, A will receive it.

D. If host D sends a frame to host B, B will receive it.

E. If host E sends a frame to host A, A will receive it.

F. If host E sends a frame to host B, B will receive it.

G. If host A sends a frame to host E, E will receive it.

Answer:
EG

Computer Network Homework3’ s hard question的更多相关文章

  1. Computer Network Homework2’s hard question

    Computer Network Homework2’s hard question 2. What is the signal which is used to modulate the origi ...

  2. codeforces GYM 100114 J. Computer Network 无相图缩点+树的直径

    题目链接: http://codeforces.com/gym/100114 Description The computer network of “Plunder & Flee Inc.” ...

  3. codeforces GYM 100114 J. Computer Network tarjan 树的直径 缩点

    J. Computer Network Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/gym/100114 Des ...

  4. SGU 149. Computer Network( 树形dp )

    题目大意:给N个点,求每个点的与其他点距离最大值 很经典的树形dp...很久前就想写来着...看了陈老师的code才会的...mx[x][0], mx[x][1]分别表示x点子树里最长的2个距离, d ...

  5. (中等) CF 555E Case of Computer Network,双连通+树。

    Andrewid the Android is a galaxy-known detective. Now he is preparing a defense against a possible a ...

  6. [J]computer network tarjan边双联通分量+树的直径

    https://odzkskevi.qnssl.com/b660f16d70db1969261cd8b11235ec99?v=1537580031 [2012-2013 ACM Central Reg ...

  7. [Codeforces 555E]Case of Computer Network(Tarjan求边-双连通分量+树上差分)

    [Codeforces 555E]Case of Computer Network(Tarjan求边-双连通分量+树上差分) 题面 给出一个无向图,以及q条有向路径.问是否存在一种给边定向的方案,使得 ...

  8. Sgu149 Computer Network

    Sgu149 Computer Network 题目描述 给你一棵N(N<=10000)个节点的树,求每个点到其他点的最大距离. 不难想到一个节点到其他点的最大距离为:max(以它为根的子树的最 ...

  9. computer network layers architecture (TCP/IP)

    computer network layers architecture (TCP/IP) 计算机网络分层架构 TCP/IP 协议簇 OSI 模型(7 层) TCP/IP (4 层) Applicat ...

随机推荐

  1. php 多肽实例

    多态定义:只关心一个接口或者基类,而不关心一个对象的具体类.(同一类型,不同结果) 这里两个例子: 第一个,我们发现,基类定义了标准,子类进行了自我规则的实现.这是多态的一个要求.同时,这是满足重写: ...

  2. C语言之在头文件中定义全局变量

    通常情况下,都是在C文件中定义全局变量,在头文件中声明,但是,如果我们定义的全局变量需要被很多的C文件使用的话,那么将全局变量定义在头文件里面会方便很多,那到底是如何实现的? os_var.c文件内容 ...

  3. springmvc视图文件的保护

    可以将视图文件,包含视图文件的目录放在WEB-INF下,WEB-INF是受保护的,放在该目录下,就只能在代码中访问到了view文件了,用户无法通过浏览器直接输入地址访问.

  4. jquery 在将对象作为参数传递的时候要转换成 JSON

    不转换成JSON 会报错  Unexpected identifier 方法: JSON.stringify(对象)

  5. cmd命令行显示中文乱码

    cmd命令行显示中文乱码多数是由于字符编码不匹配导致. 1.查看cmd编码方式 方法一.打开cmd,输入chcp命令回车(显示默认编码:活动代码页:936指GBK) 方法二.打开cmd在标题栏单击鼠标 ...

  6. 【hiho1087】Hamiltonian Cycle

    题目大意:给定一个 N 个点的有向图,计数图上哈密顿回路的条数. 题解:哈密顿回路需要经过除了初始位置,每个点恰好一次.如果已知一条哈密顿回路的方向,那么从这条路上任意一个点出发,得到的都是同样的结果 ...

  7. 前端面试题-clearfix(清除浮动)

    一.浮动的概念 浮动的框可以向左或向右移动,直到它的外边缘碰到包含框或另一个浮动框的边框为止.由于浮动框不在文档的普通流中,所以文档的普通流中的块框表现得就像浮动框不存在一样. 二.浮动的影响 1. ...

  8. spring MVC 后端 接收 前端 批量添加的数据(简单示例)

    第一种方式:(使用ajax的方式) 前端代码: <%@ page contentType="text/html;charset=UTF-8" language="j ...

  9. IPC 进程间通信方式——共享内存

    共享内存 共享内存区域是被多个进程共享的一部分物理内存. 多个进程都可以把共享内存映射到自己的虚拟空间.所有用户空间的进程要操作共享内存,都要将其映射到自己的虚拟空间,通过映射的虚拟内存空间地址去操作 ...

  10. python-加密算法

    #!/usr/bin/python3 # coding:utf-8 # Auther:AlphaPanda # Description: 使用hashlib模块的md5和sha系列加密算法对字符串进行 ...