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

转载于:https://www.cnblogs.com/instant7/p/4127848.html

Computer Network Homework3’ s hard question相关推荐

  1. 计算机网络环境及应用系统的安装与调试(Computer network environment and application system installation and debugging)

    计算机网络环境及应用系统的安装与调试(Computer network environment and application system installation and debugging) W ...

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

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

  3. 南加利福尼亚大学计算机博士,斑马博士|南加州大学(USC) MSc Electronic Engineering (Computer Network)...

    原标题:斑马博士|南加州大学(USC) MSc Electronic Engineering (Computer Network) 斑马博士 (Dr. Zebra, Since 2010), 深受海内 ...

  4. 计算机网络技术的英语怎么说,计算机网络技术,Computer network technology,音标,读音,翻译,英文例句,英语词典...

    补充资料:计算机网络安全 计算机网络安全 computer network security lisuanii Wangluo QnquQn计算机网络安全(c.mputer.etw.rksecurit ...

  5. 计算机网络cdma编码实验,计算机网络CDMA练习题(Computer network CDMA exercises).doc...

    计算机网络CDMA练习题(Computer network CDMA exercises) 计算机网络CDMA练习题(Computer network CDMA exercises) The firs ...

  6. Advanced Computer Network Review(5)——COPE

    本文参考资料来自: 1.论文原文<XORs in The Air: Practical Wireless Network Coding>(SIGCOMM'06) 2.课程演示文稿 根据复习 ...

  7. CVPR 2020 Modality Shifting Attention Network for Multi-modal Video Question Answering

    动机 VQA具有挑战性,因为它需要同时使用图像和文本执行细粒度推理的能力.视频问答(VideoQA)和多模态视频问答(MVQA)都是这种需要推理的任务. 与VQA或VideoQA相比,MVQA是一项更 ...

  8. 计算机网络技术专业的英文名称,计算机网络技术专业,computer network major,音标,读音,翻译,英文例句,英语词典...

    补充资料:计算机网络互连技术 计算机网络互连技术 computer inter-networking techniques 1 isuanli wQngluo huliQn iishu计算机网络互连技 ...

  9. 计算机网络Computer Network

    1.1 协议标准化的好处 应用程序通信需要协议,分为服务端程序和客户端程序(甲方乙方),是对等实体. 应用层协议:为了实现应用程序的功能,要定义的通信标准.(已经标准化了的多种应用层协议对应着多种应用 ...

最新文章

  1. vue写进html,vue中html页面写入$t(‘’)怎么显示
  2. Scala数组的基本操作,数组进阶操作,多维数组
  3. oracle的exp和imp,oracle exp和imp
  4. DSSM算法-计算文本相似度
  5. 3年后准确率仍达97%:利用谷歌语音转文本 API 绕过reCAPTCHA
  6. PHP字体向右移动,CSS3如何实现文字向右循环闪过效果以及可在移动端使用的实例代码分享...
  7. 36 岁清华 IT 男,死前对妈妈说:我好累
  8. DSP2812开发板学习
  9. 人工智能实验——八数码难题
  10. python烤地瓜实例(深入理解面向对象编程)
  11. java继承stu继承person_4.3 jmu-Java-03面向对象-06-继承覆盖综合练习-Person、Student、Employee、Company (20 分)中的一些问题...
  12. 计算机专业的笔记本电脑配置要求,笔记本电脑硬件配置全解析,看完让你轻松选择笔记本...
  13. Alpha阶段敏捷冲刺③
  14. 使用Dozer进行对象copy,某些字段没有被copy的排查
  15. 基于Pytorch实现的声纹识别模型
  16. 毕业设计之基于协同过滤算法的电影推荐系统设计(一) - 项目简介
  17. 自学网络安全,一般人我劝你放弃吧!
  18. 《Android开发卷——自定义日期选择器(三)》
  19. 基于心理旋转的视线诱导设施优化及应用案例分析
  20. 每日新闻 | 特斯拉“太空跑车”完成第一圈绕日飞行 向火星靠近

热门文章

  1. Eclipse 应用的初步认识
  2. Sizzle系列之 选择元素
  3. MIPI参数配置解释
  4. 6410 linux内核移植
  5. 9.7 top:实时显示系统中各个进程的资源占用状况
  6. qhfl-7 结算中心
  7. 【鬼网络】之Linux网络设置
  8. 云效83行代码重构大师赛-码力全开,重启方舟
  9. 嘘!阿里程序媛上班的第一件事是...
  10. sql server express 并发数的限制_阿里数据库性能诊断的利器——SQL执行干预