计算机网络英文试题

2019-01-04 23:01

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)?

a) Switch b) Gateway

www.wdklife.com/bbs

C c) Router

d) All of the above

9. What is the size of today’s standard (IPv4) IP address?

a) 4 bytes (32 bits)

b) 12 bytes (96 bits) c) 15 bytes (120 bits) d) 16 bytes (128 bits)

10. What is the size of the next-generation (IPv6) IP address?

a) 4 bytes (32 bits) b) 12 bytes (96 bits) c) 15 bytes (120 bits) d) 16 bytes (128 bits)

11. Which of the following higher-level protocols runs over IP?

a) FTP b) HTTP c) SMTP

d) All of the above

12. Which of the following IPv4 addresses is the loopbackaddress?

a) 0.0.0.0 b) 10.0.0.1 c) 127.0.0.1

d) 255.255.255.255

13. Which of the following IPv6 addresses is the loopback address?

a) 0::0 b) 0::1

c) 127::0 d) 127::1

14. The length of an IP datagram header can vary depending on the options used. What is the

smallest possible IP header size? a) 16 bytes b) 20 bytes c) 24 bytes d) 60 bytes

15. The source IP address for an IPv4 datagram is stored where in the header?

a) 2nd longword (bytes 5-8) b) 3rd longword (bytes 9-12) c) 4rd longword (bytes 13-16)

C

B

B C D A

www.wdklife.com/bbs

d) 5rd longword (bytes 17-20)

16. The destination IP address for an IPv4 datagram is stored where in the header?

a) 2nd longword (bytes 5-8) b) 3rd longword (bytes 9-12)

c) 4rd longword (bytes 13-16) d) 5rd longword (bytes 17-20)

17. The header length field in an IPv4 datagram contains the size of an IP header measured in

number of a) Bits b) Bytes

c) Longwords (4 bytes) d) None of the above

18. Can IP run over any other physical networks besides Ethernet?

a) No (and IP does not run over Ethernet) b) No

c) Yes (but IP does not run over Ethernet) d) Yes

19. What function does Address Resolution Protocol (ARP) perform?

a) Converts IP addresses to Ethernet addresses b) Automatically assigns IP addresses to computers

c) Prevents two computers from using the same IP address

d) None of the above

20. What mechanism does ARP use to resolve IP addresses?

a) Mathematical formula b) Lookup table

c) Central web site

d) Random number generator

21. Which utility program is designed to report whether a networked computer is responding at

a given IP address, and how long these responses take? a) traceroute b) ping c) ttcp d) netstate

22. which of these shell commands supplies the IP address of a computer running the Linux

operating system? a) ipconfig b) ifconfig

B

B

B

A D

C

D

www.wdklife.com/bbs

c) linuxconf

d) none of the above

23. Which of the following technologies manage the conversion between IP addresses and host

names? B

a) BGP b) DNS

c) ARP

d) All of the above

24. CIDR stands for

D

a) Class-based Internet Domain Routing b) Careful Inter-Domain Routing

c) Constant Internet Domain Routing d) Classless Inter-Domain Routing

25. In CIDR notation, which of the following networks contains host 192.168.14.2?

a) 192.168.10.0/22 b) 192.168.11.0/21

c) 192.168.12.0/23 d) 192.168.13.0/24

26. Which central authority is responsible for allocating IP addresses on the Internet?

a) IETF b) IANA

c) IEEE

d) None of the above

27. The IP delivery service is C

a) Reliable, connection-oriented

b) Non-routable

c) Unreliable, connectionless d) None of the above

28. TCP stands for A

a) Transmission Control Protocol

b) Trivial Connection Protocol c) Traffic Control Protocol

d) Telephony Connection Protocol

29. UDP stands for

C

a) Universal Data Protocol

b) Unreliable Datagram Protocol c) User Datagram Protocol

www.wdklife.com/bbs

B

B d) Ultimate Data Protocol

30. Both TCP and UDP belong to which layer of the OSI mode?

a) Session b) Transport

c) Network d) Data Link

31. UDP offers which of the following benefits relative to TCP?

A B

a) UDP consumes fewer computer resources by not maintaining connection state b) UDP supports a self-regulating “throttle” feature that prevents network saturation c)

32. What is the maximum recommended length of twisted-pair Ethernet cables used in home or

business networks? B

a) 10 meters b) 100 meters c) 1000 meters d) Other

33. On Ethernet LANs, the Ethernet address is also known as the

a) IP address b) MAC address c) Virtual address

d) Other

34. How long is a MAC address?

a) 4 bytes b) 6 bytes

c) 8 bytes d) 10 bytes

35. What is the basic unit of Ethernet traffic?

a) File b) Frame c)

36. CSMA/CD stands for A

a) Carrier Sense Multiple Access with Collision Detection

b) Collision Sense Multiple Access with Carrier Detection c) Carrier Single-Multiple Access with Collision Detection d) Collision Single-Multiple Access with Carrier Detection

Packet d) Stream

B

B

B

UDP guarantees that Individual packets of a transmission will arrive “in order” d) None of the above

www.wdklife.com/bbs

37. Which of the following is a routing protocol?

a) ARP b) DNS c) BGP

d) SMTP

38. Which of the following algorithm has the so calledcount-to-infinity problem?

a) Flooding algorithm

b) Link-state algorithm c)

Distance vector algorithm d) None of the above

39. Which of the following algorithm does BGP use?

C

a) Flooding algorithm b) Link-state algorithm c) Distance vector algorithm d) None of the above

40. Which of the following protocol does ICMP run over?

C a) TCP

b) UDP c) IP

d) Ethernet

41. Which of the following describes the TCP connection establishing mechanism?

a) One-way-handshake

b) Two-way-handshake c) Three-way-handshake d) Four-way-handshake

www.wdklife.com/bbs

C

C


计算机网络英文试题.doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:最新未来版小学六年级上册品德与社会复习题

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: