2007-2008第一学期计算机网络试卷1A_第1页
2007-2008第一学期计算机网络试卷1A_第2页
2007-2008第一学期计算机网络试卷1A_第3页
2007-2008第一学期计算机网络试卷1A_第4页
2007-2008第一学期计算机网络试卷1A_第5页
已阅读5页,还剩5页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、天津理工大学考试试卷 2007 2008 学年度第 1 学期计算机网络原理 期末考试试卷课程代码: 0660086 试卷编号: 1-A 命题日期: 2007 年 12 月 10 日答题时限: 120 分钟 考试形式:闭卷笔试得分统计表:大题号总分 一二三PART : Choice (2 point per question total: 30 points)Instructions: Select one of the letters beside the choice that is the best answer for each question. 得分Q1234567891011121

2、31415A1. Which of the following services does not the transport layer provide for theapplication layer?A. In-order delivery of data segments between processesB. Best effort delivery of data segments between communicating hostsC. Multiplexing and demultiplexing of transport layer segmentsD. Congestio

3、n control2. What are the two of the most importmant protocols in the Internet? A. TCP and IP B. TCP and UDP C. TCP and SMTP D. ARP and DNS3. The Internet provides two services to its distributed applications: a connection oriented reliable service and a ( ). A. connection oriented unreliable service

4、 B. connectionless reliable service C. connectionless unreliable service D. In order data transport service4. Processes on two different end systems communicate with each other by exchanging ( ) across the computer network. A. packets B. datagram C. frames D. messages5. The job of delivering the dat

5、a in a transport-layer segment to the correct socket is called ( ).A. demultiplexingB. multiplexingC. TDMD. FDM6. Two important reasons that the Internet is organized as a hierarchy of networks for the purposes of routing are:A. Least cost and maximum free circuit availabilityB. Message complexity a

6、nd speed of convergenceC. Scale and administrative autonomy D. Link cost changes and link failure 7. Which of characters is not distance-vector algorithms characters?( )A. iterativeB. globalC. asynchronousD. distributed8. The length of IPV6 address is ( )bits. A. 32 B. 48C. 64D. 1289. The host compo

7、nent of a CIDR address of the form a.b.c.d/25 can contain addresses for:A. 225 hosts (minus “special” hosts)B. 512 hosts (minus “special” hosts)C. 2(32-25) hosts (minus “special” hosts)D. 25 hosts (minus “special” hosts)10. The primary function of the address resolution protocol (ARP) that resides i

8、n Internet hosts and routers is:A. To provide LAN router functionsB. To translate between LAN addresses and physical interface addressesC. To translate IP addresses to LAN addressesD. To calculate the shortest path between two nodes on a LAN11. The POP3 protocol runs over _ and uses port _. A. TCP 1

9、10 B. UDP 110 C. UDP 25D. TCP 2512. When a destination host transport layer receives data from the network layer, it unambiguously identifies the appropriate process to pass the data to by using a triplet consisting of:A. Source port #, destination IP address, and source IP addressB. Destination por

10、t #, source port #, process ID#C. Destination port #, source port #, destination IP addressD. Destination port #, source port #, source IP address13. From the list below, select the items found in the TCP segment structure that are not found in the UDP segment structure:A. Application Generated Data

11、B. Destination Port #C. Source Port #D. Sequence #14. The RIP routing protocol is based on an algorithm that is:A. Based on information received only from link “neighbors”B. A link state algorithmC. An OSPF algorithmD. A centralized routing algorithm15. With an exterior routing protocol, which of th

12、e following issues generally dominates the routing decisions?A. Geographical distance between ASsB. PolicyC. Number of ASs traversedD. Current congestion levels in the ASsPART : Briefly answer the following questions. (Total: 40 points)得分1(3points) What is the difference between a host and end syste

13、m? List the types of end systems. Is a Web Server an end system? 2(3points) Please briefly describe the function of the five layers in TCP/IP architecture (NOTE: include the protocol data unit)3. (3points) Consider accessing your email with POP. Suppose you have configured your pop mail client to op

14、erate in the down-load-and-delete mode. Complete the following transaction.C: listS: 1 498S: 2 912S: .C: retr 1S: blah blah S: blahS: .?4. (3points) Where can queuing occur in a router? Briefly explain the conditions that lead to such queuing.5. (3points) Describe why an application developer might

15、choose to run an application over UDP rather than TCP.6. (3points)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 number for a. The segments sent from A to Sb. The

16、segments sent from B to Sc. The segments sent from S to Ad. The segments sent from S to Be. If A and B are different hosts, is it possible that the source port number in the segments from A to S is the same as that from B to S?f. How about if they are the same host? 7. (4points) Fill in the blank: 1

17、) RIP advertisements typically announce the number of ( ) to various destinations. 2) BGP updates announce the ( ) to various destinations 3) For Selective Repeat protocol, sequence number space =( )times window size.4) The efficiency of Slotted ALOHA =( ) times bigger than Pure ALOHA.8. (3points)Co

18、nsider sending a packet over a path of N links. Assume that each packet has L bits. Each link transmits at R bps. The network is lightly loaded so that there are no queuing delays. Propagation delay and node processing delay are negligible. Suppose the network is a packet-switched datagram network a

19、nd a connectionless service is used. Now suppose each packet has 2h bits of header. How long does it take to send the packet? 9.(3points)If all the links in the Internet were to provide the reliable delivery service, would the TCP reliable delivery service be redundant? Why or Why not?10. (Total 4 p

20、oints)CDMA Suppose that four nodes using CDMA (Code Division Multiple Access) protocol to transport their data. The chipping sequences are listed respectively as below:A: (-1,+1,1,+1,+1,+1,1,-1) B: (-1, +1,1, 1,1,1, +1,-1)C: (-1,1,1,+1,+1,1,+1,+1)D: (-1,1,+1,1,+1,+1,+1,-1)(Computing process is needl

21、ess)Suppose that a CDMA receiver has received an encoded data as (-1,+1,-3,+1,-1,-3,+1,+1) from an aggregate signal channel in one bit-slot time, which node/nodes has/have sent data? Whats the corresponding data bit each of them sent? (3points)11.(2points) In the figure below, H1 remains in same IP

22、subnet, briefly describe how the switch would know which AP is associated with H1 when H1 is moving within BSS1 and BSS2.12. (3points) This question is about the “GSM: handoff with common MSC”. According to the figure below, ordering the 8 steps.A. Old BSS informs MSC of impending handoff, provides

23、list of 1+ new BSSs B. Old BSS tells mobile: perform handoff to new BSS C. New BSS allocates radio channel for use by mobileD. New BSS signals MSC, old BSS: ready E. MSC-old BSS resources releasedF. MSC sets up path (allocates resources) to new BSS G. Mobile signals via new BSS to MSC: handoff compl

24、ete. MSC reroutes callH. Mobile, new BSS signal to activate new channel13. (3points) Why is an ARP query sent within a broadcast frame? Why is an ARP response sent within a frame with a specific destination MAC address? PART : Answer the following questions. (Total: 30 points)得分1. (total: 15 points)

25、 Consider the network shown below. Run Dijkstras algorithm to compute the shortest paths from A to all other nodes in the network. While selecting the next node, if several nodes have the same min cost, select the one with lowest id, (e.g., if B and D have the same min cost, then select B).ADBCE41 3

26、5 313KMJFGHIL 2 4 62 3 2 3 2 7 3 2 4 5 Determine the routing table (destination, next-node, and cost) at node A.DestinationNext NodeCostBB4CDEFGIJKLM2. (10points)Consider the following plot of TCP window size as a function of time.Assuming TCP Reno is protocol experiencing the behavior show above, a

27、nswer the following question.a. Identify the intervals of time when TCP slow start is operating.b. Identify the intervals of time when TCP congestion avoidances is operating.c. After the 16th transmission round, is segment loss detected by a triple duplicate ACK or by a timeout?d. After the 22nd tra

28、nsmission round, is segment loss detected by a triple duplicate ACK or by a timeout?e. What is the initial value of Threshold an the first transmission round?f. What is the value of Threshold an the 18th transmission round?g. What is the value of Threshold an the 24th transmission round?h. During what transmission round is the 70th segment sent?i. Assuming a packet loss is

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论