当前位置:文档之家› 计算机网络英文版——提供给学生部分习题答案

计算机网络英文版——提供给学生部分习题答案

计算机网络英文版——提供给学生部分习题答案
计算机网络英文版——提供给学生部分习题答案

Solution of Selected Exercises from the End of Chapter Exercises

Chapter 1 - Introduction And Overview

1.4 To what aspects of networking does data communications refer?

Answer:Data communications refers to the study of low-level mechanisms and technologies used to send information across a physical communication medium, such as a wire, radio wave, or light beam.

1.5 What is packet-switching, and why is packet switching relevant to the Internet?

Answer: Packet switching divides data into small blocks, called packets, and includes an identification of the intended recipient in each packet. Packet switching changed networking in a fundamental way, and provided the basis for the modern Internet. Packet switching allows multiple senders to transmit data over a shared network.

1.8 What is a communication protocol? Conceptually, what two aspects of communication does a protocol specify?

Answer: A communication protocol refer to a specification for network communication.Major aspects of a protocol are syntax (format) and semantics (meaning) of the protocol.

1.9 What is a protocol suite, and what is the advantage of a suite?

Answer:protocols are designed in complete, cooperative sets called suites or families, instead of creating each protocol in isolation. Each protocol in a suite handles one aspect of communication; together, the protocols in a suite cover all aspects of communication. The entire suite is designed to allow the protocols to work together efficiently. 1.11 List the layers in the TCP/IP model, and give a brief explanation of each.

(See Textbook)

1.14 Give a brief explain of the layers in the ISO Open System Interconnection model.

(See Textbook)

Chapter 3 - Internet Applications And Network Programming

3.1 What are the two basic communication paradigms used in the Internet?

Answer: There are various approaches, but according to textbook, we can specify them as Stream Paradigm and Message Paradigm.

3.2 Give six characteristics of Internet stream communication.

(See Textbook)

3.3 Give six characteristics of Internet message communication.

(See Textbook)

3.4 If a sender uses the stream paradigm and always sends 1024 bytes at a time, what size blocks can the Internet deliver

to a receiver?

Answer: stream paradigm does not provide any guarantees for block sizes, so all depends on individual transfer.

3.6 What are the three surprising aspects of the Internet’s message delivery semantics?

Answer:The Internet’s message delivery has the followi ng undesirable characteristics:

* Messages can be lost

* Messages can be duplicated

* Messages can be delivered out-of-order

3.8 When two applications communicate over the Internet, which one is the server?

Answer: T he application that waits for some other applications to contact is called server, and the application that contact other one is called client.

3.14 What two identifiers are used to specify a particular server?

Answer: A particular server is identified by the following identifiers:

* An identifier for the computer on which a server runs (IP Address)

* An identifier for a particular service on the computer (Port Number)

Chapter 4 - Traditional Internet Applications

4.1 What details does an application protocol specify?

(See Textbook)

4.3 What are the two key aspects of application protocols, and what does each include?

(See Textbook)

4.6 What are the four parts of a URL, and what punctuation is used to separate the parts?

Answer: The URL into four components: a protocol, a computer name, a document name, and parameters. The computer name and protocol port are used to form a connection to the server on which the page resides. And the document name and parameters are used to request a specific page.

4.7 What are the four HTTP request types, and when is each used?

(See Textbook)

4.12 When a user requests an FTP directory listing, how many TCP connections are formed? Explain.

Answer: FTP uses two types of connections to perform its functionality, namely

* A control connection is reserved for commands. Each time the server needs to download or upload a file, the server opens a new connection.

* A data connection is used to transfer files.

4.16 List the three types of protocols used with email, and describe each.

(See Textbook)

4.17 What are the characteristics of SMTP?

(See Textbook)

4.20 What are the two main email access protocols?

Answer: Two major email access protocols are:

* Post Office Protocol (POP)

* Internet Mail Access Protocol (IMAP)

Chapter 6- Information Sources and Signals

6.4 State and describe the four fundamental characteristics of a sine wave.

(See Textbook)

6.9 What is the analog bandwidth of a signal?

Answer: Analog bandwidth of signal can be defined as to be the difference between the highest and lowest frequencies of the constituent parts (i.e., the highest and lowest frequencies obtained by Fourier analysis)

6.11 Suppose an engineer increases the number of possible signal levels from two to four. How many more bits can be sent in the same amount of time? Explain.

Answer: The number of levels that can be represented by n bits is given by 2n . So if number of levels changes from 2→4, it means number of bits goes from 1→2

612. What is the definition of baud?

Answer: Baud is defined as the number of times that a signal can change per second.

6.14 What is the bandwidth of a digital signal? Explain.

Answer: According to the definition of analog bandwidth, a digital signal has infinite bandwidth because Fourier analysis of a digital signal produces an infinite set of sine waves with frequencies that grow to infinity.

6.18 What is the chief advantage of a Differential Manchester Encoding?

Answer: The most important property of differential encoding is that the encoding works correctly even if the two wires carrying the signal are accidentally reversed.

6.20 If the maximum frequency audible to a human ear is 20,000 Hz, at what rate must the analog signal from a microphone be sampled when converting it to digital?

Answer: The sampling rate = 2 × f max, so the signal should be sampled at 2x20,000 = 40,000 Hz

Chapter 7 - Transmission Media

7.2 What are the three energy types used when classifying physical media according to energy used?

Answer: Three types of energy used when classifying physical media are electrical, electromechanical (radio), and light

7.4 What three types of wiring are used to reduce interference form noise?

(See Textbook)

7.10 List the three forms of optical fiber, and give the general properties of each.

(See Textbook)

7.21 What is the relationship between bandwidth, signal levels, and data rate?

Answer: If a transmission system uses K possible signal levels and has an anal og bandwidth B, Nyquist’s Theorem states that the maximum data rate in bits per second, D, is: D = 2 B log2K

7.22 If two signal levels are used, what is the data rate that can be sent over a coaxial cable that has an analog bandwidth

of 6.2 MHz?

Answer: Using the D= 2 B log2 K relationship, D = 2*6.2*log22 = 2*6.2*1 = 12.4 Mbps

7.24 If a system has an input power level of 9000, and an output power level of 3000, what is the difference when

expressed in dB?

Answer: Decibel is expressed as 10log10(P out/P in) → 10log10(3,000/9,000) = to be determined by reader

7.23 If a system has an average power level of 100, an average noise level of 33.33, and a bandwidth of 100 MHz, what

is the effective limit on channel capacity?

Answer: Shannon theorem specify the maximum data rate that could be achieved over a transmission system that experiences noise: C = Blog2 (1 + S/N) = 100,000,000 * log2 (1 + 100/33.33) = 100,000,000 * log24 = 200,000,000 = 200 Mbps

7.25 If a telephone system can be created with a signal-to-noise ratio of 40 dB and an analog bandwidth of 3000 Hz, how

many bits per second could be transmitted?

Answer: First we should convert 40 dB to a real number, namely if 40 = 10 log10S/N→S/N = 10,000 , Using the Shannon’s capacity expression C = B log2(1 + S/N) → C = 3,000 log2 (1+ 10,000) = to be determined by reader

Ch 8 - Reliability And Channel Coding

8.1 List and explain the three main sources of transmission errors.

(See Textbook)

8.3 In a burst error, how is burst length measured?

Answer: For a burst error, the burst size, or length, is defined as the number of bits from the start of the corruption to the end of the corruption.

8.4 What is a codeword?

Answer: We can define the set of all possible messages to be a set of datawords, and define the set of all possible encoded versions to be a set of codewords. So each possible code sequence is considered to be a codeword.

8.8 Compute the Hamming distance for the following pairs: (0000, 0001), (0101, 0001), (1111, 1001), and ( 0001, 1110).

(See Textbook)

8.11 Generate a RAC parity matrix for a (20, 12) coding of the dataword 100011011111.

(See Textbook)

8.15 Express the two values in the previous exercise as polynomials.

Answer:X10+ X7 + X5 + X3 + X

X4+ X2+ 1

Ch 9 - Transmission Modes

9.1 Describe the difference between serial and parallel transmission.

Answer: Transmission modes can be divided into two fundamental categories:

* Serial: one bit is sent at a time

* Parallel: multiple bits are sent at the same time

9.2 What are the advantages of parallel transmission? What is the chief disadvantage?

Answer: A parallel mode of transmission has two chief advantages:

* High speed: Because it can send N bits at the same time, a parallel interface can operate N times faster than an equivalent serial interface.

* Match to underlying hardware: Internally, computer and communication hardware uses parallel circuitry.

Thus, a parallel interface matches the internal hardware well.

The main disadvantage of parallel transmission is number of cables required, for long distance communication, this is an important consideration.

9.4 What is the chief characteristic of asynchronous transmission?

Answer:Asynchronous transmission can occur at any time, with an arbitrary delay between the transmission of two data items, it allows the physical medium to be idle for an arbitrary time between two transmissions.

Chapter 11 - Multiplexing And Demultiplexing

11.2 What are the four basic types of multiplexing?

(See Textbook)

11.4 What is a guard band?

Answer: For proper communication without interference, we should choose a set of carrier frequencies with a gap between them known as a guard band. The guard band reduces or eliminates the possible interference between neighboring carrier signals.

11.8 Explain how a range of frequencies can be used to increase data rate.

Answer:To increase the overall data rate, a sender divides the frequency range of the channel into K carriers, and sends 1 /K of the data over each carrier.

11.12 Suppose N users compete using a statistical TDM system, and suppose the underlying physical transport can send

K bits per second. What is the minimum and maximum data rate that an individual user can experience?

Answer: If we neglect the overhead generated by statistical TDM, a system will have two possibilities: * Minimum: If all channels have equal data then the rate will be K/N bps

* Maximum: If only one channel active and the others are passive, then rate will be K bps

Chapter 13 - Local Area Networks: Packets, Frames, And Topologies

13.1 What is circuit switching, and what are its chief characteristics?

Answer: The term circuit switching refers to a communication mechanism that establishes a path between a sender and receiver with guaranteed isolation from paths used by other pairs of senders and receivers. The circuit switching has the following main characteristics:

* Point-to-point communication

* Separate steps for circuit creation, use, and termination

* Performance equivalent to an isolated physical path

13.3 In a packet switching system, how does a sender transfer a large file?

Answer: The packet switching system requires a sender to divide each message into blocks of data that are known as packets . The size of a packet varies; each packet switching technology defines a maximum packet size. So, a large file will be divided into smaller pieces and sent.

13.5 What are the characteristics of LANs, MANs, and W ANs?

Answer: There are lots of details that can be said and discussed for categorization of network types based on geography, few points are highlighted below:

* Local Area Network (LAN): Least expensive; spans a single room or a single building

* Metropolitan Area Network (MAN) Medium expense; spans a major city or a metroplex

* Wide Area Network (WAN) Most expensive; spans sites in multiple cities

13.6 Name the two sublayers of Layer 2 protocols defined by IEEE, and give the purpose of each.

Answer: The Layer 2 protocols defined by IEEE defines two sub-layers as mentioned below:

* Logical Link Control (LLC) Addressing and demultiplexing

* Media Access Control (MAC) Access to shared media

13.8 What are the four basic LAN topologies?

Answer: The four basic LAN topologies are star, ring, mesh and bus.

13.10 In a mesh network, how many connections are required among 20 computers?

Answer: The expression to calculate number of connections in a mesh network is given by n (n-1)/2. So for 20 computers then number of connections required will be = 20 (20 – 1)/2 =190

13.15 Give a definition of the term frame .

Answer: In a packet-switched network, each frame corresponds to a packet processed at data link layer.

Chapter 14 - The IEEE MAC Sub-Layer

14.1 Explain the three basic approaches used to arbitrate access to a shared medium.

(See Textbook)

14.3 List the three main types of channelization and the characteristics of each.

(See Textbook)

14.6 What is a token, and how are tokens used to control network access?

Answer: A special control message is called a token. In a token passing system, when no station has any packets to send, the token circulates among all stations continuously. When a station captures the token, it sends its data, and when transmission completed, it releases the token.

14.8 Expand the acronym CSMA/CD, and explain each part.

Answer: The acronym CSMA/CD stands for Carrier Sense Multi-Access with Collision Detection, which means the following:

* Carrier Sense: Instead of allowing a station to transmit whenever a packet becomes ready, Ethernet requires each station to monitor the cable to detect whether another transmission is already in progress.

* Multiple Access: The system allows multiple users/hosts to make use of a common/shared media

* Collision Detection. A collision can occur if two stations wait for a transmission to stop, find the cable idle, and both start transmitting.

14.10 Why does CSMA/CD use a random delay? (Hint: think of many identical computers on a network.)

Answer: Randomization is used to avoid having multiple stations transmit simultaneously as soon as the cable is idle.

That is, the standard specifies a maximum delay, d, and requires each station to choose a random delay less than d after a collision occurs. In most cases, when two stations each choose a random value, the station that chooses the smallest delay will

Chapter 15 - Wired LAN Technology (Ethernet And 802.3)

15.1 How large is the maximum Ethernet frame, including the CRC?

Answer: According to Fig. 15.1 a conventional Ethernet frame has the following fields:

* Header: 14 bytes (fixed)

* Payload: 46-1500 bytes (there is a minimum frame size because of collision detection)

* CRC: 4 bytes (fixed)

Accordingly an Ethernet frame will be maximum 1518 bytes and minimum 64 bytes

15.3 In an 802.3 Ethernet frame, what is the maximum payload size?

Answer: The 802.3 Ethernet makes use of 8-bytes of the original/conventional Ethernet for Logical Link Control / Sub- Network Attachment Point (LLC / SNAP) header instead of extending/increasing the header. This is for sake of backward compatibility. So the maximum pay load is reduced from 1500 bytes to 1492 bytes.

15.6 How did a computer attach to a Thicknet Ethernet?

Answer: Hardware used with Thicknet was divided into two major parts:

* Transceiver: A network interface card (NIC) handled the digital aspects of communication, and a separate electronic device called a transceiver connected to the Ethernet cable and handled carrier detection, conversion of bits into appropriate voltages for transmission, and conversion of incoming signals to bits.

* AUI: A physical cable known as an Attachment Unit Interface (AUI) connected a transceiver to a NIC in a computer. A transceiver was usually remote from a computer.

15.7 How were computers attached to a Thinnet Ethernet?

Answer: Thinnet Ethernet (formally named 10Base2) uses a thinner coaxial cable that was more flexible than Thicknet. The wiring scheme differed dramatically from Thicknet. Instead of using AUI connections between a computer and a transceiver, Thinnet integrates a transceiver directly on the NIC, and runs a coaxial cable from one computer to another.

15.8 What is an Ethernet hub, and what wiring is used with a hub?

Answer: An electronic device that serves as the central interconnection is known as a hub. Hubs were available in a variety of sizes, with the cost proportional to size. The hubs are becoming old-fashioned, and being replaced with switches.

15.3 What category of twisted pair wiring is needed for a 10 Mbps network? 100 Mbps? 1000 Mbps?

Answer: The three major categories of Ethernet and their wiring is listed below:

* 10 Mbps: 10BaseT (Ethernet) Category 5

* 100 Mbps: 100BaseT (Ethernet Fast) Category 5E

* 1 Gbps: 1000BaseT (Gigabit Ethernet) Category 6

Chapter 20 - Internetworking: Concepts, Architecture, and Protocols

20.2 Will the Internet be replaced by a single networking technology? Why or why not?

Answer: Incompatibilities make it impossible to form a large network merely by interconnecting the wires among networks. The beauty of the Internet is interconnection of wide range of technologies from various manufacturers.

Diversity of the products and solutions is a richness instead of limitation as long as they all adopt the same set of protocols.

20.3 What are the two reasons an organization does not use a single router to connect all its networks?

Answer:An organization seldom uses a single router to connect all of its networks. There are two major reasons: * Because the router must forward each packet, the processor in a given router is insufficient to handle the traffic passing among an arbitrary number of networks.

* Redundancy improves internet reliability. To avoid a single point of failure, protocol software continuously monitors internet connections and instructs routers to send traffic along alternative paths when a network or router fails.

20.6 In the 5-layer reference model used with the TCP/IP Internet protocols, what is the purpose of each of the five

layers?

(See 1.11)

Chapter 21- IP: Internet Addressing

21.3 In the original classful address scheme, was it possible to determine the class of an address from the address itself?

Explain.

Answer:Yes, since in the classful addressing scheme initial bit(s) gives indication about the class being used.

21.7 If an ISP assigned you a /28 address block, how many computers could you assign an address?

Answer: When an organization is assigned /28 CIDR address, it means 28 bits out of 32 bits are fixed, so 32-28 = 4 bits available for user space. So number of users 24-2 = 4, since the all 0s and all 1s address are having special use and can’t be assigned to a user.

21.8 If an ISP offers a / 17 address block for N dollars per month and a / 16 address block for 1.5 N dollars per month,

which has the cheapest cost per computer?

Answer: Number of addresses in /17 block 232-17 = 215Price per address: N /215 = N / 215

Number of addresses in /16 block 232-16 = 216Price per address: 1.5N /216 = 0.75N/215 So /16 address block will be cheaper in comparison with the price given for /17 block.

21.10 Suppose you are an ISP with a / 24 address block. Explain whether you accommodate a request from a customer

who needs addresses for 255 computers. (Hint: consider the special addresses.)

Answer: For a/24 address block, number of available addresses will be 232-24 = 28 = 256. However, a suffix with all 0s address is reserved for network ID and a suffix with all 1s address is reserved for broadcast address, so number of addresses that can be assigned to computers/hosts will be 256 -2 = 254.

21.11 Suppose you are an ISP that owns a / 22 address block. Show the CIDR allocation you would use to allocate

address blocks to four customers who need addresses for 60 computers each.

Answer: The /22 address block can be assigned as follows:

ddd.ddd.ddd.00/26

ddd.ddd.ddd.01/26

ddd.ddd.ddd.10/26

ddd.ddd.ddd.11/26

Chapter 22- Datagram Forwarding

22.1 What are the two basic communication paradigms that designers consider when designing an internet?

Answer:* Connection-oriented service * Connectionless service

22.2 How does the Internet design accommodate heterogeneous networks that each have their own packet format?

Answer: To overcome heterogeneity, the Internet Protocol defines a packet format that is independent of the underlying hardware. The result is a universal, virtual packet that can be transferred across the underlying hardware intact. The Internet packet format is not tied directly to any hardware. The underlying hardware does not understand or recognize an Internet packet.

22.5 What is the maximum length of an IP datagram?

In the current version of the Internet Protocol (IP version 4), a datagram can contain at most 64 K (65535) octets, including the header.

22.7 If a datagram contains one 8-bit data value and no header options, what values will be found in header fields H.

LEN and TOTAL LENGTH?

Answer: H. LEN indicated header in 32-quantities, since no options, then this value will be 5. The TOTAL LENGTH indicated the number of bytes in a datagram including the header. This means 5x4 bytes + 1 (8-bits) = 21 bytes

Chapter 23 - Support Protocols And Technologies

23.1 When a router uses a forwarding table to look up a next-hop address, the result is an IP address. What must happen

before the datagram can be sent?

Answer: Each router along the path uses the destination IP address in the datagram to select a next-hop address, encapsulates the datagram in a hardware frame, and transmits the frame across one network. A crucial step of the forwarding process requires a translation: forwarding uses IP addresses, and a frame transmitted across a physical network must contain the MAC address of the next hop.

23.2 What term is used to describe the mapping between a protocol address and a hardware address?

Answer: Translation from a computer’s IP address to an equivalent hardware address is known as address resolution, and an IP address is said to be resolved to the correct MAC address. The TCP/IP protocol being used for this is called Address Resolution Protocol (ARP). Address resolution is local to a network.

23.5 How many octets does an ARP message occupy when used with IP and Ethernet addresses?

Answer: According to Fig 23.3 an ARP message has 7-lines of each being 32-bit (4 bytes or octets), therefore,

number of octets in an ARP can be determined as 7x4 = 28 octets

23.10 What types of addresses are used in layers below ARP?

Answer:ARP forms a conceptual boundary in the protocol stack; layers above ARP use IP addresses, and layers below ARP use MAC addresses.

23.17 What is the chief difference between BOOTP and DHCP?

Answer:The main difference is that the BOOTP protocol required manual administration. So before a computer could use BOOTP to obtain an address, a network administrator had to configure a BOOTP server to know the computer’s I P address.

Chapter 24 - The Future IP (IPv6)

24.3 List the major features of IPv6, and give a short description of each.

(See Textbook)

24.4 How large is the smallest IPv6 datagram header?

Answer: IPv6 datagram header consists of a base header + zero or more extension header. Since, smallest header is being asked, we assume zero extension header and consider IPv6 will have only base header. If we look at IPv6 header format in Fig. 24.3, it shows that 10x4 bytes = 40 bytes.

Chapter 26 - TCP: Reliable Transport Service

26.2 List the features of TCP.

(See Textbook)

26.6 When using a sliding window of size N, how many packets can be sent without requiring a single ACK to be

received?

Answer: If the size of the window is N, then it means a sender can transmit up to N packets without waiting for an ACK, as long as other controls are in place.

26.9 What is the chief cause of packet delay and loss in the Internet?

Answer: The main cause of packet delay and loss in the Internet is congestion.

Chapter 28 - Network Performance (QoS and DiffServ)

28.1 List and describe the three primary measures of network performance.

(See Textbook)

28.2 Give five types of delay along with an explanation of each.

(See Textbook)

Chapter 30 - Network Security

30.1 List the major security problems on the Internet, and give a short description of each.

(See Textbook)

30.2 Name the technique used in security attacks.

(See Textbook)

30.8 List and describe the eight basic security techniques.

(See Textbook)

计算机网络考试试题及答案

《计算机网络》考试试题及答案 1.被称为计算机网络技术发展里程碑的计算机网络系统是( ) 网网网网 2.下列关于TCP/IP协议特点的叙述中错误..的是( ) A.开放的协议标准、免费使用、独立于特定的计算机硬件与操作系统 B.独立于特定的网络硬件、可以运行于局域网、广域网和互联网中 C.标准化的高层协议,可以提供多种可靠的用户服务 D.灵活的网络地址分配方案,使得网络设备在网中具有灵活的地址 3.采用同步TDM时,为了区分不同数据源的数据,发送端采取的措施是( ) A.在数据中加上数据源标识 B.在数据中加上时间标识 C.各数据源使用固定时间片 D.各数据源使用随机时间片 4.规定了信号的电平、脉宽、允许的数据传输速率和最大传输距离的物理层特性是( A.机械特性 B.电气特性 C.功能特性 D.规程特性 5.曼彻斯特编码采用的同步方法是( ) A.外同步 B.自同步 C.群同步 D.字符同步 6.正确的循环冗余校验码的检错能力描述是( ) A.可检测出所有三比特的错 B.可检测出所有偶数位错 C.可检测出所有奇数位错 D.可检测出所有大于、等于校验位长度的突发错7.在HDLC操作方式中,传输过程只能由主站启动的是( ) A.正常响应方式 B.异步响应方式 C.异步平衡方式 D.正常与异步响应方式协议提供的3类功能分别是:成帧、链路控制和( ) A.通信控制 B.网络控制

C.存储控制 D.安全控制 9.路由选择包括的两个基本操作分别为( ) A.最佳路径的判定和网内信息包的传送 B.可能路径的判定和网间信息包的传送 C.最优选择算法和网内信息包的传送 D.最佳路径的判定和网间信息包的传送 不支持...的网络类型是( ) A.点对点网络 B.广播网络) C.非广播式的网络 D.点对多点网络数据报经分段后进行传输,在到达目的主机之前,分段后的IP数据报( ) A.可能再次分段,但不进行重组 B.不可能再次分段和重组 C.不可能再次分段,但可能进行重组 D.可能再次分段和重组 类IP地址可标识的最大主机数是( ) 13.路由信息协议(RIP)使用的路由算法是( ) A.最短路由选择算法 B.扩散法 C.距离矢量路由算法 D.链路状态路由算法 14.在Internet中,路由器的路由表通常包含( ) A.目的网络和到达该网络的完整路径 B.所有目的主机和到达该主机的完整路径 C.目的网络和到达该网络的下一个路由器的IP地址 D.互联网中所有路由器的地址 段结构中,端口地址的长度为( ) 比特比特 比特比特 16.可靠的传输协议中的“可靠”是指( )

计算机网络试题及答案最新版

一、选择题 题目1 计算机网络的功能有()。 选择一项: A. 用户管理 B. 病毒管理 C. 资源共享正确 D. 站点管理 题目分析: 计算机网络的功能有:(1)资源共享;(2)数据通信;(3)集中管理;(4)增加可靠性;(5)提高系统的处理能力和安全功能。其中,资源共享和数据通信是计算机网络最基本的两大功能。 正确答案是:资源共享 题目2 网络资源子网负责()。 选择一项: A. 信息处理 B. 数据通信 C. 数字认证机制

D. 路由 题目分析: “资源子网”主要负责:(1)全网的信息处理;(2)为网络用户提供网络服务;(3)资源共享功能。 正确答案是:信息处理 题目3 通常按网络覆盖的地理范围分类,可分为局域网、()和广域网三种。 选择一项: A. 星型网络 B. 有线网 C. 城域网 D. 无线网 反馈 Your answer is incorrect. 题目分析:

计算机网络按网络覆盖的地理范围进行分类可以分为:(1)局域网;(2)城域网;(3)广域网。 正确答案是:城域网 题目4 为了简化计算机网络的分析与设计,有利于网络的硬件和软件配置,按照计算机网络的系统功能,一个计算机网络中实现网络通信功能的设备及其软件的集合称为网络的()。 选择一项: A. 无线网 B. 通信子网 C. 有线网 D. 资源子网 反馈 Your answer is incorrect. 题目分析: 计算机网络系统是由通信子网和资源子网组成。通信子网:一个计算机网络中实现网络通信功能的设备及其软件的集合。资源子网:网络中实现资源共享功能的设备及其软件的集合。

计算机网络基础习题(含答案)

计算机网络基础习题 一、单项选择题 1局域网的网络硬件主要包括服务器、工作站、网卡和 ____________ A. 网络拓扑结构 B .计算机 C .网络传输介质 D .网络协议 2. 目前,局域网的传输介质主要是同轴电缆、双绞线和 ____________ A. 电话线 B ?通信卫星 C ?光纤D ?公共数据网 3. __________________________________ 第二代计算机网络是以网为中心的计算机网络 A. 分组交换B .共享交换C .对等服务D .点对点 4?网络节点是计算机与网络的___________ 。 A.接口 B .中心C .转换D .缓冲 5. 上因特网,必须安装的软件是_________________ A. C语言B .数据管理系统 C .文字处理系统 D . TCP/IP协议 6. 下列叙述中正确的是_______________ A. 将数字信号变换为便于在模拟通信线路中传输的信号称为调制 B. 在计算机网络中,一种传输介质不能传送多路信号 C. 在计算机局域网中,只能共享软件资源,不能共享硬件资源 D. 以原封不动的形式将来自终端的信息送入通信线路称为调制解调 7. 为网络提供共享资源的基本设备是_________________ A.服务器 B.工作站C .服务商 D.网卡 A.软件 B .线路C .服务商D 9. 要使用WindowsXP系统电脑上网,首先要对 A. Modem B .工作站C .服务器 10 .若干台有独立功能的计算机,在 _________ .协议 __________ 进行设置 D .网络和拨号连接 的支持下,用双绞线相连的系统属于计算机网络。 A.操作系统 B . TCP/IP协议C .计算机软件D .网络软件 11.计算机网络最突出的优点是_________________ 。 A.共享软、硬件资源 B .处理邮件C .可以互相通信 D .内存容量大 12 .广域网和局域网是按照 __________ 来分的。 &计算机网络系统由硬件、________ 口规程三部分内容组成

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

第一章 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)的报文。若忽略链路传播延迟、分组头开销和分组拆装时间,则两种交换方式完成该报文传输所需的总时间分别为()

计算机网络选择题题库及答案

单选 Ch1 1、下述说法中正确的是(D) A.网络层的协议是网络层内部处理数据的规定 B.接口实现的是人与计算机之间的交互 C.在应用层与网络层直接的接口上交换的是包 D.上一层的协议数据单元就是下一层的服务数据单元 2、在OSI参考模型中,第n层与它之上的第n+1层的关系是(A) A.第n层为第n+1层提供服务 B.第n+1层为从第n层接收的报文添加一个报头 C.第n层使用第n+1提供的服务 D.第n层和第n+1层相互没有影响 3、在OSI参考模型中,自下而上第一个提供端到端服务的层次是(B) A.数据链路层 B.传输层 C.会话层 D.应用层 4、下列选项中,不属于网络体系结构中所描述的内容是(C) A.网络层次 B.每一层使用的协议 C.协议的内容实现细节 D.每一层必须完成的功能 5、下列说法正确的是(D) A.在较小范围内布置的一定是局域网,而在较大范围内布置的一定是广域网 B.城域网是连接广域网而覆盖园区的网络 C.城域网是为淘汰局域网和广域网而提出的一种网络技术 D.局域网是基于广播技术发展起来的网络,广域网是基于交换技术发展起来的网络 Ch2 1、在图所示的采用“存储-转发”方式分组的交换网络中,所有链路的数据传输速度为100Mbps,分组大小为1000B,其中分组头大小为20B,若主机H1向主机H2发送一个大小为980000B的文件,则在不考虑分组拆装时间和传播延迟的情况下,从H1发送到H2接收完为止,需要的时间至少是(C)。(2010年全国考研题) A 80ms B 80.08ms C 80.16ms D 80.24ms

2、在无噪声情况下,若某通信链路的带宽为3KHz,采用4个相位、每个相位有4种振幅的QAM调制技术,则该通信链路的最大数据传输速率是(B)。(2009年全国考研题) A 12Kbps B 24Kbps C 48Kbps D 96Kbps 3、将1路模拟信号分别编码为数字信号后,和另外7路数字信号采用同步TDM方式复用到一条通信线路上。1路模拟信号的频率变化范围为0~1KHz,每个样值采用PCM方式编码为4位的二进制数,7路数字信号的数据率均为7.2Kbps。复用线路需要的最小通信能力是(C)。 A 7.2Kbps B 8Kbps C 64Kbps D 512Kbps 4、在一个CDMA移动通信系统中,A、B、C站分配的地址码分别是(-1-1-1+1+1-1+1+1)、(-1-1+1-1+1+1+1-1)和(-1+1-1+1+1+1-1-1),某一时刻A发送数据位0,B发送数据1,C 未发送,则接收C站信息的接收者收到的信号是(A)。 A (0 0 +2-2 0 +2 0 -2) B (0 +2 +2 -2 0 +2 0 -2) C (+2 0 +2 -2 0 +2 0 -2) D (0 0 +2 -2 0 +2 0 0) 5、利用一根同轴电缆互连主机构建以太网,则主机间的通信方式为(B)。 A 全双工 B 半双工 C 单工 D 不确定 6、图是二进制序列的曼彻斯特编码,码元1是前低后高,试画出该二进制序列的差分曼彻斯特编码。如果以100Mbps数据率发送该二进制序列,则所需要的信道带宽至少为多少?

计算机网络习题及答案

计算机网络习题及答案 This manuscript was revised on November 28, 2020

计算机网络习题及答案 第一章计算机网络的基本概念 一、选择题 √1、完成路径选择功能是在OSI模型的()。 A.物理层 B.数据链路层 C.网络层 D.运输层 2、在TCP/IP协议簇的层次中,保证端-端的可靠性是在哪层上完成的() A.网络接口层 B.互连层 C.传输层 D.应用层 √3、在TCP/IP体系结构中,与OSI参考模型的网络层对应的是()。 A.网络接口层 B.互联层 C.传输层 D.应用层 4、在OSI七层结构模型中,处于数据链路层与传输层之间的是()。 A.物理层 B.网络层 C.会话层 D.表示层 √5、计算机网络中可以共享的资源包括()。 A.硬件、软件、数据 B.主机、外设、软件 C.硬件、程序、数据 D.主机、程序、数据 √6、网络协议组成部分为()。 A.数据格式、编码、信号电平 B.数据格式、控制信息、速度匹配 C.语法、语义、定时关系 D.编码、控制信息、定时关系 二、填空题 √1、按照覆盖的地理范围,计算机网络可以分为________、________和________。 √2、Internet采用_______协议实现网络互连。 3、ISO/OSI中OSI的含义是________。 √4、计算机网络是利用通信线路将具有独立功能的计算机连接起来,使其能够和 ________ 和________。 5、TCP/IP协议从上向下分为________、________、________和________4层。 6、为了实现对等通信,当数据需要通过网络从一个节点传送到到另一个节点前,必须在数据的头部(和尾部) 加入____________,这种增加数据头部(和尾部)的过程叫做____________或 ____________。 √7、计算机网络层次结构划分应按照________和________的原则。 8、ISO/OSI参考模型将网络分为从低到高的________、________、________、 ________、________、________和 ________七层。 9、建立计算机网络的目的是___________和____________。 三、问答题 1、什么是计算机网络 2、ISO/OSI与TCP/IP有和区别 3、什么是数据的封装、拆包 √4、TCP/IP各层之间有何关系 √5、画出ISO/OSI参考模型和 TCP/IP协议的对应关系,并说明为什么采用层次化的体系结构

《计算机网络原理》复习题及答案

《计算机网络原理》讲义 第一部分选择题 1、在Internet网络管理的体系结构中,SNMP协议定义在【 B 】 A.网络访问层 B.网际层 C.传输层 D.应用层 2、在网络管理标准中,通常把【 B 】层以上的协议都称为应用层协议。 A.应用 B.传输 C.网络 D.数据链路 3、TCP提供面向【 B 】的传输服务。 A、无连接 B、连接、 C、地址 D、端口 ( 4、路由协议分类中,外部网关协议是指【 A 】 A.在自治系统之间的路由协议 B.在一个Intranet 内的路由协议 C.在一个局域网内的路由协议 D.在一个校园网内的路由协议 5、TCP提供一个或多个端口号作为通信主机中应用进程的【 B 】 A.进程号 B.地址 C.作业号 D.计数器 6、光纤分为单模光纤和多模光纤,这两种光纤的区别是【 D 】。 A. 单模光纤的数据速率比多模光纤低 ) B. 多模光纤比单模光纤传输距离更远 C. 单模光纤比多模光纤的价格更便宜 D. 单模光纤的纤芯小,多模光纤的纤芯大 7、规定的最小帧长为64字节,这个帧长是指【 B 】。 A.从前导字段到校验和字段的长度 B.从目标地址到校验和的长度 C.从帧起始符到校验和的长度 D.数据字段的长度 8、TCP协议使用【 C 】次握手机制建立连接。 A.1 B.2 C.3 D.4 … 9、RIP协议默认的路由更新周期是【 A 】秒。 A.30 B.60 C.90 D.100 10、DNS是用来解析下列各项中的哪一项【 D 】 A. IP地址和MAC地址 B. 主机名和MAC地址 C.主机名和TCP端口地址 D. 主机名和IP地址 11、计算机网络是一门综合技术的合成,其主要技术是:【 B 】 A、计算机技术与多媒体技术 B、计算机技术与通信技术 C、电子技术与通信技术 D、数字技术与模拟技术 — 12、在因特网中,由网络和连接这些网络的路由器组成的部分叫做:【 D 】 A、传输部分 B、交换部分 C、边缘部分 D、核心部分 13、对于信噪比来说,当S/N=1000时,信噪比为。【 C 】

计算机网络基础知识试题及答案

2006年事业单位招考专业知识考试计算机基础知识理论试题答案附后 (一)单选题(选择最佳答案) 5.在资源管理器窗口中,被选中的文件或文件夹会__b_____。 A.加框显示B.反像显示 C.加亮显示D.闪烁显示 23.一张1.44M容量软盘,大约可存储_____a_______个中文字。 A.72万B.144万 C.14万D.720万 24.对3寸软盘进行写保护应将_________b_____。 A.封上写保护口B.将写保护口留空 C.在盘面贴上用户标签D.改变磁盘的容量 31.计算机存储器的容量以字节为单位。一个字节由___b___个二进制位组成。 A.1 B.2 C.8 D.16 44.在Access97的表中,通常称一个表列为______b___。 A.1个记录B.1个字段 C.1个表页D.1个关系 51.在拨号入网时,当线路接通后MODEM会发出声音,称为_____c____。 A.电铃声B.开机声 C.握手声D.电波声 (二)多选题 1.在Windows98中,以下关于剪贴板的描述,正确的有__acd______。 A.关闭Windows98后,剪贴板中的内容将消失 B.各次剪切或复制到剪贴板的内容,将导致剪贴板的内容越积越多 C.剪贴板的内容可以粘贴到多个不同的应用程序中 D.剪贴板中只保存有最后一次剪切或复制的内容 2.Windows98的桌面上一般包含有下列元素______acd______。 A.开始按钮B.显示器屏幕 C.快捷图标D.任务栏 3.在资源管理器中,查找文件的方式有_____bcd_______。 A.按照建立文件的操作者姓名 B.按需要查找的文件或文件夹的名称 C.按照文件最后的修改日期 D.按高级方式查找(可以给出需要查找文件的某些特征、状况) 4.如果在桌面上打开了多个窗口,使其中一个窗口变为当前窗口,可以____abd_____。A.单击位于任务栏中对应的任务按钮 B.将光标移到非当前窗口的可见部分,单击鼠标的右键 C.在桌面的背景部分双击鼠标左键 D.将光标移到非当前窗口的可见部分,单击鼠标的左键 5.当前常见的序号码有_____cd________。 A.五笔字型码B.表形码

计算机网络试题(含答案)

一、填空题 1.网络协议主要由三个要素组成:()、()和同步。 2.假设两个主机A,B通过一个路由器进行互联,提供主机A和主机B的应用进程之间 通信的层是(),通过主机与主机之间通信的层是()。 3.通信的目的是传送消息,如语音、文字和图像等。()是运送消息的实体。 4.在计算机网络中的信道使用多种复用技术,()是指所有用户在不同的时间 占用相同的频带。()是指所有的用户在同样的时间占用不同的频带宽度。 5.数据链路层使用的信道主要有两种类型:()信道和()信道, 前者最常使用的协议是PPP, 后者最常使用的协议有CSMA/CD。 6.以太网使用CSMA/CD协议可以使很多计算机以多点接入的方式连接在一根总线 上,协议的实质是()和()。 7.当网桥刚接入到以太网时,它的转发表是空的,这时若网桥收到一帧数据,网桥就 是按照()算法处理收到的帧,然后把帧转发出去。 二、选择题 1.IP数据报穿越Internet过程中可能被分片。在IP数据报分片以后,下列哪些设备负 责IP数据报的重组()。 A.源主机 B.目的主机 C.分片途径的路由器 D.分片途径的路由器和目的主机 2.下列哪个地址属于C类地址()? A.141.0.0.0 B.10.10.1.2 C.197.234.111.123 D.225.33.45.56 3.关于RIP协议和OSPF协议,下列说法正确的是()。 A.都是基于链路状态的外部网关协议。 B.RIP是基于链路状态的内部网关协议,OSPF是基于距离向量的内部网关协议。 C.都是基于距离向量的内部网关协议。 D.RIP是基于距离向量的内部网关协议,OSPF是基于链路状态的内部网关协议。 4.下列哪一个选项不属于路由选择协议的功能?() A.获取网络拓扑结构的信息。 B.选择到达每个目的网络的最优路径 C.构建路由表 D.发现下一跳的物理地址。 5.每一条TCP连接唯一的被通信两端的两个端点所确定,TCP连接的端点是指 ()。 A.IP地址 B.MAC地址 C.端口号 D.套接字

计算机网络练习题含答案

计算机网络练习题含答案 练习题 (1) Inter主要由________、通信线路、服务器与客户机和信息资源四部分组成。 A)网关 B)路由器 C)网桥 D)集线器答案:B 知识点:Inter的基本结构与主要服务评析:Inter的主要组成部分①通信线路; ②路由器:③服务器与客户机;④信息资源。 (2)在IP协议中用来进行组播的IP地址是________地址。 A)A类 B)C类 C)D类 D)E类答案:C 知识点:TCP/IP协议评析:在TCP/IP协议中,将IP地址分成5类。其中A、B、C类地址作为单目传送地址。E类地址保留,以备将来的特殊用途,而D类地址作为组播地址。 2.网络协议主要要素为( c )。 A)数据格式、编码、信号电平 B)数据格式、控制信息、速度匹配C)语法、语义、同步 D)编码、控制信息、同步网络协议的三个要素是语法、语义与规则(时序) 3.采用专用线路通信时,可以省去的通信阶段是( a )。

A)建立通信线路 B)建立数据传输链路 C)传送通信控制信号和数据D)双方确认通信结束 4.通信系统必须具备的三个基本要素是 ( d )。 A)终端、电缆、计算机 B)信号发生器、通信线路、信号接收设备C)信源、通信媒体、信宿 D)终端、通信设施、接收设备 5.Inter 的网络层含有四个重要的协议,分别为( c )。 A)IP,ICMP,ARP,UDP B)TCP,ICMP,UDP,ARP C)IP,ICMP,ARP,RARP D)UDP,IP,ICMP,RARP 6.在局域网参考模型中,两个系统的同等实体按协议进行通信。在一个系统中,上下层之间则通过接口进行通信,用( b )来定义接口。 A)服务原语 B)服务访问点 C)服务数据单元 D)协议数据单元 7.下面协议中,用于传输控制的是( c ) A) URL B) SMTP C) D)HTML 8.域名服务器上存放有inter主机的 ( b ) A) 域名 B) IP地址 C) 域名和IP地址 D)E-mail地址 9.采用Go-back-N法,接收到有错误的5号帧后接收到正确的6号帧,此时对6号帧应该( a ) 。 A)丢弃 B) 缓存 C) 递交高层 D)不处理 10.在Inter域名体系中,域的下面可以划分子域,各级域名用圆点分开,按照( d )。

计算机网络技术考试试题库含答案

计算机网络技术开始试题库 1单项选择题 1.1以下属于物理层的设备是(A) A. 中继器 B. 以太网交换机 C. 桥 D. 网关 1.2在以太网中,是根据_(B)__地址来区分不同的设备的. A. LLC地址 B. MAC地址 C. IP地址 D. IPX地址 1.3IEEE80 2.3u标准是指(B) A. 以太网 B. 快速以太网 C. 令牌环网 D. FDDI网 1.4下面哪种LAN 是应用CSMA/CD协议的(C) A、令牌环 B、FDDI C、ETHERNET D、NOVELL 1.5FDDI 使用的是___局域网技术。(C) A、以太网; B、快速以太网; C、令牌环; D、令牌总线。 1.6TCP 和UDP 协议的相似之处是(C) A、面向连接的协议 B、面向非连接的协议 C、传输层协议 D、以上均不对 1.7应用程序PING 发出的是_(C)_报文。 A、TCP 请求报文 B、TCP 应答报文 C、ICMP 请求报文 D、ICMP 应答报文 1.8小于___的TCP/UDP端口号已保留与现有服务一一对应,此数字以上的端口号可自由分配。(C) A、199 B、100 C、1024 D、2048 1.9当一台主机从一个网络移到另一个网络时,以下说法正确的是(B) A、必须改变它的IP 地址和MAC 地址 B、必须改变它的IP 地址,但不需改动MAC 地址 C、必须改变它的MAC 地址,但不需改动IP 地址 D、MAC 地址、IP 地址都不需改动 [IP协议—网络地址] 1.10IEEE80 2.5 标准是指(C) A、以太网 B、令牌总线网 C、令牌环网 D、FDDI 网 1.11ARP 协议的作用是(D) A、将端口号映射到IP 地址 B、连接IP 层和TCP 层 C、广播IP 地址 D、将IP 地址映射到第二层地址 1.1210BASE-T是指(C) A、粗同轴电缆 B、细同轴电缆 C、双绞线 D、光纤1.13如果要将两计算机通过双绞线直接连接,正确的线序是(C) A、1--1、2--2、3--3、4--4、5--5、6--6、7--7、8--8 B、1--2、2--1、3--6、4--4、5--5、6--3、7--7、8--8 C、1--3、2--6、3--1、4--4、5--5、6--2、7--7、8--8 D、两计算机不能通过双绞线直接连接 1.14帧中继的使用链路层协议是(C) A、LAPB B、LAPD C、LAPF D、HDLC 1.15在windows95/98 的dos 窗口下,能用以下命令察看主机的路由表(D) A、NETSTAT –R B、ARP -A C、TRACEROUTE D、ROUTE PRINT 1.16与10.110.1 2.29 mask 255.255.255.224 属于同一网段的主机IP 地址是(B) A、10.110.12.0 B、10.110.12.30 C、10.110.12.31 D、10.110.12.32 1.17某公司申请到一个C 类IP 地址,但要连接6 个的子公司,最大的一个子公司有26 台计算机,每个子公司在一个网段中,则子网掩码应设为(D)A、255.255.255.0 B、255.255.255.128 C、255.255.255.192 D、255.255.255.224 1.18224.0.0.5 代表的是___地址。(C) A、主机地址 B、网络地址 C、组播地址 D、广播地址 1.19路由选择协议位于(C.。 A. 物理层 B. 数据链路层 C. 网络层 D. 应用层 1.20在局域网中,MAC指的是( B)。 A. 逻辑链路控制子层 B. 介质访问控制子层 C. 物理层 D. 数据链路层 1.21255.255.255.224可能代表的是( C)。 A. 一个B类网络号 B. 一个C类网络中的广播 C. 一个具有子网的网络掩码 D. 以上都不是 1.22传输层可以通过(B )标识不同的应用。 A. 物理地址 B. 端口号 C. IP地址 D. 逻辑地址 1.23第二代计算机网络的主要特点是( A)。 A. 计算机-计算机网络 B. 以单机为中心的联机系统 C. 国际网络体系结构标准化 D. 各计算机制造厂商网络结构标准化

计算机网络习题及答案

计算机网络习题及答案 第一章计算机网络的基本概念 一、选择题 √1、完成路径选择功能是在OSI模型的()。 A.物理层 B.数据链路层 C.网络层 D.运输层 2、在TCP/IP协议簇的层次中,保证端-端的可靠性是在哪层上完成的() A.网络接口层 B.互连层 C.传输层 D.应用层 √3、在TCP/IP体系结构中,与OSI参考模型的网络层对应的是()。 A.网络接口层 B.互联层 C.传输层 D.应用层 4、在OSI七层结构模型中,处于数据链路层与传输层之间的是()。 A.物理层 B.网络层 C.会话层 D.表示层 √5、计算机网络中可以共享的资源包括()。 A.硬件、软件、数据 B.主机、外设、软件 C.硬件、程序、数据 D.主机、程序、数据 √6、网络协议组成部分为()。 A.数据格式、编码、信号电平 B.数据格式、控制信息、速度匹配 C.语法、语义、定时关系 D.编码、控制信息、定时关系 二、填空题 √1、按照覆盖的地理范围,计算机网络可以分为________、________和 ________。 √2、Internet采用_______协议实现网络互连。 3、ISO/OSI中OSI的含义是________。

√4、计算机网络是利用通信线路将具有独立功能的计算机连接起来,使其能够和________ 和________。 5、TCP/IP协议从上向下分为________、________、________和________4层。 6、为了实现对等通信,当数据需要通过网络从一个节点传送到到另一个节点前,必须在数据的头部(和尾部) 加入____________,这种增加数据头部(和尾部)的过程叫做____________或____________。 √7、计算机网络层次结构划分应按照________和________的原则。 8、ISO/OSI参考模型将网络分为从低到高的________、________、________、________、________、________和 ________七层。 9、建立计算机网络的目的是___________和____________。 三、问答题 1、什么是计算机网络 2、ISO/OSI与TCP/IP有和区别 3、什么是数据的封装、拆包 √4、TCP/IP各层之间有何关系 √5、画出ISO/OSI参考模型和 TCP/IP协议的对应关系,并说明为什么采用层次化的体系结构

计算机网络习题和答案解析

第二章习题 2. 3,1 单项选择题 [1 1适合在传输介质上传输的对象是( D )。 A.信息 B.数据(C.信号 D.二进制数 [2] 。 [3]利用一根同轴电缆互连主机构建以太网,则主机间的通信方式为( C )。 A.全双工 B.半双工 C.单工 D.不确定 [4] 一个1Mbps的网卡将1000比特数据全部发送到传输线上需要( D ). A Is B. C. D. [5]E1标准采用的复用方式是( A )。 A.同步时分复用 B.统计时分复用 C.频分复用 D.码分多址 [61若采用同步TDM方式通信,为了区分不同数据源的数据,发送端应该采取的措施是( C )。A.在数据中加上数据源标识 B。在数据中加上时间标识 C.各数据源使用固定时间片 D.各数据源使用随机时间片 [7]若采用同步TDM方式通信,接收端要将信号解复用,接收数据时要按照( B )。 A.时间片上的目的地址 B.数据上的时间标识 C.数据上的数据源标识 D.与源端相同的时间顺序 [8] 若采用统计TDM方式通信,只有当数据源有数据发送时才分配时间片,并在时间片中( )。A.仅附加发送信道序号 B.仅附加接收信道序号 C.附加发送信道序号和接收信道D.无须附加信息 [9]交换机采用的多路复用方式是( )。 A.同步TDM B.统计TDM C.FDM D.WDM [10]现有16路光信号通过过波分复用系统复用到一根光纤上,每条支路的速率为2. 5Gbps,则复用后的速率为( D )。 A. 2. 5Gbps B. lOGbps C. 20Gbps D. 40Gbp [11]传统的模拟电视系统采用的复用方式是( C )。 A.同步TDM B.统计TDM C.FDM D.WDM [12]当对数据率不同的多路信号采用同步TDM方式复用时,通常采用的技术是( )。 A.脉冲填充 B.压缩时隙 C.降低数据率 D.限制数据源 [13] 与同步TDM相比,统计TDM需要解决的特殊殊问题是( A )。 A.性能问题B.线路利用率问题 C.成帧与同步 D.差错控制 [17] 数据通信系统中发送装置的主要功功能是( D )。 A.将信号从信源发送到信宿 B.将信源的数据转发到传输介质上 C.将模拟信号转变成数字信号 D.产生适合在传输系统中传输的信号 [18] 在数据通信系统中,发送装置的作用一般不包括( C )。 A.调制信号 B.适配电压 k C.检错和纠错 D.暂存数据 [19] 以下为数字数据的是( D )。 A.声音 B.电视视频 C.气压值 D。硬盘保存的图像文件 [20] 传输计算机内的文件可用的信号形式有( )。 A.微波信号 B.脉冲信号 C.红外线信号 D.A、B、C都可以 [21] 下面说法正确的是( )。

计算机网络练习题附答案.

计算机网络练习题及答案 一、填空 1、计算机网络按照规模可以分为局域网、城域网和广域网。 3、交换式局域网的核心是交换机,当交换机的端口为100Mbps时,如果该端口是全双工的,那么其带宽是200MBPS 。 4、广域网一般由局域网和城域网组成。 5、网络互联的类型一般可以分成4种,分别是:局域网与局域网互联、局域网与城域网互联 、局域网和广域网与局域网互联和局域网和广域网与广域网互联。 6、路由器的路由可以分为静态和动态两类。 7、文件传输使用的FTP协议,远程登陆使用TELNET协议。 8、对于子网IP地址不足的问题,我们通常采用修改子网掩码方法来解决,而对于一 些不能分配给DHCP客户机的IP地址,我们可以通过设置排除地址来解决。 9、计算机网络是计算机技术与通信技术相结合的产物。 12、广域网的基本结构可分为资源子网和通信子网两部分。 13、按照信号方向与时间关系,数据通信可分为单工通信、半双工通信和全双工通信三种。 14、差错控制编码通常可分为检错码和纠错码两种。 15、计算机网络中,出现差错的主要原因是噪声,噪声可分为随机热噪声和冲击噪音两类。 16、从目前发展情况来看,局域网可分为共享介质局域网和交换式局域网两类。 17、决定局域网性能的主要技术要素是网络拓扑、传输介质和控制访问三方面。 18、调制解调器中把数字信号转换成模拟信号过程称为调制。 19、网关属于高层网络互连设备。 20、IP地址能够唯一地确定Internet上每台计算机的系统位置。

二、选择 1、计算机网络发展过程中,(A )对计算机网络的形成与发展影响最大。 A、ARPANET B、OCYOPUS C、DATAPAC D、Newhall 2、目前实际存在与使用的广域网基本都是采用(D )拓扑。 A、网状 B、环型 C、星型 D、总线型 3、计算机网络分为广域网、城域网、局域网,其划分的主要依据是网络的(C )。 A、拓扑结构 B、控制方式 C、作用范围 D、传输介质 4、两台计算机利用电话线路传输数据信号时需要的设备是(A ) A、调制解调器 B、网卡 C、中继器 D、集线器 5、(C )这种数字数据编码方式属于自含时钟编码。 A、非归零码 B、脉冲编码 C、差分曼彻斯特编码 D、二进制编码 6、当通信子网采用(A )方式时,我们首先要在通信双方之间建立起逻辑线路。 A、线路连接 B、虚电路 C、数据报 D、无线连接 7、在OSI参考模型中,同一结点内相邻层之间通过(B )来进行通信。 A、接口 B、协议 C、应用程序 D、进程 8、在给主机配置IP地址时,可以使用的有(): A. 129.12.1.112 B. 127.0.1.1(127的所有都不用) C. 192.168.1.255(后四位全一) D. 220.1.25.0(后四位全零) 9、域控制器的安装可以通过(A )来完成:

计算机网络试题库含答案

计算机网络试题库 单项选择题 1.1 1. 以下属于物理层的设备是(A) A. 中继器 B. 以太网交换机 C. 桥 D. 网关 [设备] 1.2 2. 在以太网中,是根据___地址来区分不同的设备的(B) A. LLC地址 B. MAC地址 C. IP地址 D. IPX地址 [局域网] 1.3 3. IEEE80 2.3u标准是指(B) A. 以太网 B. 快速以太网 C. 令牌环网 D. FDDI网 [局域网] 1.4 4. 下面哪种LAN 是应用CSMA/CD协议的(C) A、令牌环 B、FDDI C、ETHERNET D、NOVELL [局域网] 1.5 5. FDDI 使用的是___局域网技术。(C) A、以太网; B、快速以太网; C、令牌环; D、令牌总线。 [局域网] 1.6 6. TCP 和UDP 协议的相似之处是(C) A、面向连接的协议 B、面向非连接的协议 C、传输层协议 D、以上均不对

[协议] 1.7 7. 应用程序PING 发出的是___报文。(C) A、TCP 请求报文。 B、TCP 应答报文。 C、ICMP 请求报文。 D、ICMP 应答报文。 [IP协议] 1.8 8. 小于___的TCP/UDP端口号已保留与现有服务一一对应,此数字以上的 端口号可自由分配。(C) A、199 B、100 C、1024 D、2048 [TCP协议——端口] 1.9 9. 当一台主机从一个网络移到另一个网络时,以下说法正确的是(B) A、必须改变它的IP 地址和MAC 地址 B、必须改变它的IP 地址,但不需改动MAC 地址 C、必须改变它的MAC 地址,但不需改动IP 地址 D、MAC 地址、IP 地址都不需改动 [IP协议—网络地址] 1.10 10. IEEE80 2.5 标准是指(C) A、以太网 B、令牌总线网 C、令牌环网 D、FDDI 网 [局域网] 1.11 11. ARP 协议的作用是(D) A、将端口号映射到IP 地址 B、连接IP 层和TCP 层 C、广播IP 地址 D、将IP 地址映射到第二层地址[IP协议—ARP协议]

计算机网络练习题及答案

计算机网络概述 1.简答计算机网络产生和发展的四个阶段。 【要点提示】第一阶段:单主机的远程联机系统。第二阶段:以资源共享为目的的多主机、多终端的互连通信网络。第三阶段:面向全球围的开放式、标准化计算机网络。第四阶段:面向更多新应用的高速、智能化的计算机网络。 2.简答计算机网络的定义和构成要素。 【要点提示】计算机网络定义:通过通信设备和通信线路,将分布地理位置不同且功能独立的多个计算机系统相互连接起来,按照相同的协议,在网络操作系统的管理和控制下,实现资源共享和高速通信的系统。 构成的要素:功能独立的计算机,通信设备和传输介质,网络通信协议,网络操作系统。3.简答计算机网络的逻辑组成。 【要点提示】由资源子网和通信子网组成。 4.简答计算机网络的物理组成。 【要点提示】由网络硬件和网络软件组成。 5.扼要概述计算机网络的功能。 【要点提示】(1) 数据通信(2) 资源共享(3) 提高安全与可靠性(4) 数据信息的集中和综合处理。 6.简述因特网的主要功能 【要点提示】(1) 收发电子(2) 浏览WWW(3) 阅读网络新闻(4) 电子公告(5) 远程登陆(6) 下载资料(7) 信息查询(8) 实时交谈和电子商务 7.简答计算机网络的分类法 【要点提示】按作用围划分,按传输式划分,按通信介质划分,按通信速率,网络控制式,按拓扑结构划分。 8.按网络的作用围是如对计算机网络进行划分的。 【要点提示】局域网,城域网和广域网。 9.简答计算机网络的拓扑结构分类及特点。 【要点提示】总线型、星型、环型、树型和网状结构。 10.试述常用的网络传输介质 【要点提示】同轴电缆、双绞线、光线。 11.上网收集1~2所大学校园网的网络设计和建设案。 略

计算机网络试题及答案

一、选择题(单项选择题,请将答案填写在括弧中.每空1分,共40分) 1.最早的计算机网络产生的时间和名称是(D) A1959年SAGE B1969SAGE C1959年ARPANET D1969年ARPANET 2.IEEE802协议标准中不提供的服务原语有(B) A Request B Indication C Response D Confirmation 3.在OSI参考模型中,第N层与第N+1层之间的关系是( A ) A第N层是第N+1层的服务提供者B第N+1层从第N层接收报文并添加报头C第N层使用第N+1层提供的服务D第N层与第N+1层没有直接关系 4.下列选项中,不属于计算机网络物理层的特性是( D ) A机械特性B电气特性 C功能特性D规程特性 5.在OSI参考模型中,物理层的功能是( B ) A建立和释放连接B透明地传输原始比特流 C在物理实体间传送数据帧D发送和接受用户数据 6.计算机网络传输的信息单位是数据单元,对等实体间传送的数据单元是(B) A SDU B PDU C IDU D SDH 7.在OSI参考模型中,提供流量控制功能的是[1]( B ).提供建立、维护和拆除端到端连接功能的是[2]( D ).为数据分组提供路由功能的是[3]( C )。 [1] A 1、2层 B 2、4层C3、5层 D 5.6层 [2] A物理层B数据链路层 C 会话层D传输层 [3] A物理层B数据链路层 C 网络层D传输层 8.第二代计算机网络由通信子网和资源子网组成,通信子网包括( B ) A 物理层、数据链路层、传输层B物理层、数据链路层、网络层 C物理层、网络层、应用层D物理层、数据链路层、会话层

计算机网络基础练习题(答案)

《计算机网络基础》练习题 单项选择题。 1、CSMA/CD适用的网络拓扑结构是(C ) A.星形 B.环形C.总线型 D.网状形 2、一座大楼内的一个计算机网络系统,属于(B ) A.PAN https://www.doczj.com/doc/af9321949.html,N C.MAN D.WAN 3、网络协议主要要素为(C ) A、数据格式、编码、信号电平 B、数据格式、控制信息、速度匹配 C、语法、语义、同步 D、编码、控制信息、同步 4、交换机、路由器和集线器分别工作在OSI参考模型的( D ) A、网络层、数据链路层、物理层 B、数据链路层、物理层、网络层 C、物理层、数据链路层、网络层 D、数据链路层、网络层、物理层 5、完成路径选择功能是在OSI模型的(C ) A、物理层 B、数据链路层 C、网络层 D、运输层 6、组建局域网可以用集线器,也可以用交换机。用集线器连接的一组工作站(B ) A.同属一个冲突域,但不属于一个广播域 B.同属一个冲突域,也同属于一个广播域 C.不属一个冲突域,但同属于一个广播域 D.不属一个冲突域,也不属于一个广播域 7、在网络综合布线中,工作区子系统的主要传输介质是( B) A.单模光纤 B. 5类UTP C. 同轴电缆 D. 多模光纤 8、下列说法不正确的是( D) A.在同一台PC机上可以安装多个操作系统 B. 在同一台PC机上可以安装多个网卡 C. 在PC机上的一个网卡上可以同时绑定多个IP地址 D. 一个IP地址可以同时绑定到多个网卡上 9、局域网具有的几种典型的拓扑结构中,一般不含D A、星型 B、环型 C、总线型 D、网状型 10、共享介质的以太网采用的介质访问控制方法是( D ) A.并发连接 B.令牌 C.时间片 D. CSMA/CD 11、一个快速以太网交换机的端口速率为100Mbit/s,若该端口可以支持全双工传输数据,那么该端口实际的传输带宽为 C 。

计算机网络试题及答案

计算机网络技术试题及答案 第一部分选择题 一、单项选择题(本大题共20小题,每小题1分,共20分) 在每小题列出的四个选项中只有一个选项是符合题目要求的,请将正确选项前的字母填在题后的括号内。 1.对于带宽为6MHz的信道,若用8种不同的状态来表示数据,在不考虑热噪声的情况下,该信道每秒最多能传送的位数为() A 36×106 B 18× C 10 C 48×106 D 96×106 2.E1载波的数据传输为() A 1.544Mbps B 1Mbps C 2.048Mbps D 10Mbps 3.采用8种相位,每种相位各有两种幅度的PAM调制方法,在1200Baud的信号传输速率下能达到的数据传输速率为() A 2400b/s B 3600b/s C 9600b/s D 4800b/s 4.采用曼彻斯特编码的数字信道,其数据传输速率为波特率的() A 2倍 B 4倍 C 1/2倍 D 1倍 5.采用海明码纠正一位差错,若信息位为7位,则冗余位至少应为() A 5位 B 3位 C 4位 D 2位 6.在CRC码计算中,可以将一个二进制位串与一个只含有0或1两个系数的一元多项式建立对应关系。例如,与位串101101对应的多项式为() A x6+x4+x3+1 B x5+x3+x2+1 C x5+x3+x2+x D x6+x5+x4+1 7.X.21的设计目标之一是减少信号线的数目,其机械特性规定采用() A DB-25连接器 B DB-9连接器 C DB-15连接器 D RJ11连接器 8.采用AT命令集对Moden进行编程设置,现要让Modem完成“用脉冲拨号呼叫”的操作,则应向Modem发出的AT命令为() 9.采用RS-232C接口标准连接PC机和Modem,其请求发送信号(RTS)的连接方向为()A DCE→DTE B DCE→DCE C DTE→DTE D DTE→DCE 10.BSC规程采用的帧同步方法为() A字节计数法 B 使用字符填充的首尾定界符法 C 使用比特填充的首尾标志法 D 违法编码法 11.采用有序接收的滑动窗口协议,设序号位数为n,则发送窗口最大尺寸为() A 2n-1 B 2n-1 C 2n D 2n 12.若数据链路的发送窗口尺寸WT=4,在发送3号帧、并接到2号帧的确认帧后,发送方

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