【期末考试复习】计算机网络英文版_第1页
【期末考试复习】计算机网络英文版_第2页
【期末考试复习】计算机网络英文版_第3页
【期末考试复习】计算机网络英文版_第4页
【期末考试复习】计算机网络英文版_第5页
已阅读5页,还剩10页未读 继续免费阅读

下载本文档

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

文档简介

1、.第一章 计算机网络概述l Identify the five components of a data communications system. (数据通信系统5个组成部分:报文 发送方 接受方 传输介质 协议)message,sender,receiver,transmission medium and protocol.l What are the three criteria necessary for an effective and efficient network?performance, reliability,and security.l What is an inte

2、rnet(互联网)? What is the Internet(因特网)? An internet is an interconnection of networks which is a collection of networks connected by internetworking devices such as routers. The Internet is the name of a specific worldwide network that uses the TCP/IP protocol suite and is the largest internet in the

3、world.第二章 数据和信号l Which practical methods are used for analysis of a signal? And which is suitable for network techniques? 研究电磁信号的方法是哪两种?适用于网络技术的? Time domain and frequency domain frequency domainl Why cant any digital signal be transferred with no distortion in communication transmission?(数字信号为什么不能无

4、失真传输?)1.Because to receive an exact replica of the digital signal, all of the frequency components must be faithfully through the transmission medium, if certain harmonic cannot transfer successful, the signal we receive will be distorted. However, any medium transfers signals only within certain fr

5、equency ranges, that is, has a limited bandwidth.2.Transmission impairments of signals (attenuation, distortion and noise) always exist, so signal errors unavoidable.l Whats the bandwidth(带宽)? Explain briefly what correlation do bandwidth, data rate and cost have in communication process?带宽、数据率、成本之间

6、的关系?The range of frequencies contained in a composite signal is its bandwidth. In networking, we use the term bandwidth in two contexts with two different measuring values: Bandwidth in Hertz is the range of frequencies in a composite signal or the range of frequencies that a channel can pass, usual

7、ly used to present the performance of analog channels and transmission media. (Another is) Bandwidth in bits per second is the speed of bit transmission in a channel,a link,or even a network, usually used to present the performance of links and communication devices of a network.(课本P84)The greater t

8、he transmission bandwidth,the greater the data rate, and the higher the cost.l Q3-3: How can a composite signal be decomposed into its individual frequencies? 复位信号如何分解成单独的频率成分?If the composite signal is periodic, we can ues Fourier Series decompose it into a series of signals with discrete frequenci

9、es;if the composite signal is nonperiodic, we can ues Fourier Transform decompose it into a combination of sine waves with continuous frequencies.l Q3-4: Name three types of transmission impairment. 三种传输减损?Attenuation, distortion,and noise. 衰减、失真和噪声l Q3-7: What does the Nyquist theorem have to do wi

10、th communications? 奈奎斯特公式在通信中的作用? Estimate the channel capacity of noise-free digital channels, , when the channel is greater than the data rate transmitted on channel capacity, it will be failure due to severe distortion. The Nyquist theorem defines the theoretical maximum bit rate of a noiseless c

11、hannel.l Q3-8: What does the Shannon capacityhave to do with communications? 香农容量原理在通信中的作用?Estimate the thermal noise interference channel capacity (theoretical upper limit), the data rate is higher, damage caused by noise will be more serious. The Shannon capacity defines the theoretical highest da

12、ta rate for noisy channel.第三章 传输介质l Briefly describe the main applications of three types of guided transmission media. 三种重要的有向传输介质的应用总的说:Twisted-pair cable is used for voice and data communications. Coaxial cable is used in cable TV networks and traditional Ethernet LANs. Fiber-optic cable is used

13、in backbone networks, cable TV networks, and Fast Ethernet networks.分别说:twisted-pair cable: 双绞线 (广泛用于楼内布线)1.Used as telephone lines to provide voice and data channels connecting subscribers to the central telephone office.2.Used as DSL (digital subscriber line) loop to provide high-data-rate Interne

14、t connection the so called Family Broad Band.3.Used in LANs to provide high-data-rate baseband transmission (10 and 100 Mbps).coaxial cable: 同轴电缆 (不用了,目前主要用于有线电视)1. Was widely used in analog telephone networks (10000 voice signals) and in digital telephone networks (data rate up to 600 Mbps). Howeve

15、r, it has largely been replaced with fiber-optic cable.2.Was widely used in cable TV networksHowever, cable TV providers replaced most of coax with fiber-optic cable.3.Was widely used in early traditional Ethernet LANs. However, it has been replaced with UTP which has data rate up to 100 Mbps. Now,

16、mainly used for CATVfiber-optic cable: 光纤(广泛用于楼间布线和长途传输)widely used for wirings between buildings or long-distance transmission.such as:1.High-speed backbone networks because its wide bandwidth is cost-effective.2.Cable TV networks use usually a combination of optical fiber and coaxial cable.3.Backb

17、one channels in LANs, CANs and WANs4.Lightning-proof networks5.Secrecy networks against wiretappingl What types of optical fiber transmission modes are there? Which of them is suitable for long distance transmission?Types:sigal mode and multimode, and the multimode include two types:Step-index and G

18、raded-index.The sigal mode is suitable for long distance transmission.第四章l What is Encoding? Why must encoding be used for data transmission?(1)【什么是编码?】Convert internal data of a sender into line signals suitable for transmission is called encoding.(2)【数据发送时为什么要编码?】1) Electromagnetic signals in info

19、rmation process devices are not allowed transmitting directly over communication lines.2) The signal type of a device differs from the signal type of a communication line.3) The parameter requirements of device signals differs from the one of line signals.4) Specific requirements in synchronization,

20、 efficiency , error control, etc. Because electromagnetic signals in information process devices are not allowed transmitting directly over communication lines, so encoding must be used for data transmission to converts internal data of a sender into line signals suitable for transmission.2.3.4.机内信号

21、与线路类型不一样;机内信号参数与线路传输的要求不一样;同步、效率、纠错等方面的特殊要求l Which two techniques are used when analog data transmitted by digital signals? Which of them is the most important? Why? 用数字信号传输模拟数据常用技术有哪两种?最常用的是?为什么?(1) Pulse Code Modulation(PCM) and Delta Modulation(DM).(2) Pulse Code Modulation(PCM) is the most impor

22、tant.(3) The principal advantage of DM over PCM is the simplicity of its implementation. In general, PCM exhibits better SNR characteristics at the same data rate.l What processes will be involved when analog data are digitized by PCM technique? 用PCM技术将模拟数据数字化时,要经过哪些处理步骤?Sampling (PAM)-quantization-

23、binary encoding-digital to digital codingl Q4-1 List three techniques of digital-to-digital conversion.They are line coding,block coding and scrambling coding.l Q4-4 Define baseline wandering and its effect on digital transmission.(1)In decoding a digital signal, the receiver calculates a running av

24、erage of the received signal power. This average is called the baseline.(2)The incoming signal power is evaluated against this baseline to determine the value of the data element. (3)A long string of 0s or 1s can cause a drift in the baseline (baseline wandering) and make it difficult for the receiv

25、er to decode correctly.l Q4-5 Define a DC component and its effect on digital transmission.(Define) When the voltage level in a digital signal is constant for a while, the specturm creates very low frequencies(results of Fourier analysis). These frequences around zero,called DC(derect-current) compo

26、nents, that present problems for a system that can not pass low frequencies or a system that uses electrical coupling.(Effect) DC component means 0/1 parity that can cause base-line wondering. 直流分量的影响不仅仅是基线偏移,还有更重要的原因。看看教材和课件,或看看原书作业答案。l Q4-9 Define scrambling and give its purpose.(Define) Scramblin

27、g is a way to avoid a long sequence of 0s in the original stream,Scrambling is a technique that does not increase the number of bits and does provide synchronization,Scrambling is a solution that substitutes long zero-lever pulse with a combination of other lever to provide synchronization.(Purpose)

28、 substitutes long zero-lever pulse with a combination of other lever to provide synchronization. Its purpose is to provide synchronization without increasing the number of bits.l Q4-10 Compare and contrast PCM and DM. PCM is the most common technique to change an analog signal to digital data edit i

29、s very complex.Although DM is not perfect,the quantization error of DM is much less than that for PCM. In general, PCM exhibits better SNR characteristics at the same data rate. Both of them are use sampling to convert the analog signal to digital signal.PCM finds the value of the signal amplitude f

30、or each sample; DM finds the change from the previous sample(between two consecutive samples).第五章l Which modulation techniques are used in analog transmission? Which of them is the most susceptible to noise? Which of them is the mechanism commonly used in all modern modems.1.Amplitude shift keying (

31、 ASK)Frequency shift keying ( FSK )Phase shift keying ( PSK)Quadrature Amplitude Modulation(QAM)2.The most susceptible to noise of the four digital-to-analog conversion techniques is ASK.3.The mechanism commonly used in all modern modems of them is QAM.l Q5-1 Define analog transmission.(1) Analog tr

32、ansmission refers to the transmission of analog signals using a band-pass channel. Analog transmission is the only choice if we have a bandpass channel.(2) While digital transmission is very desirable, a low-pass channel is needed.Baseband digital or analog signals are converted to a complex analog

33、signal with a range of frequencies suitable for the channel.l Q5-2 Define carrier signal and explain its role in analog transmission.(Define) A sender produces an analog signal as fundamental wave to carry digital signals. The fundamental wave is called carrier signal.(explain) Digital data are conv

34、erted into modulated signals through changing one or more of three characteristics of a carrier signal: amplitude, frequency and phase.Most familiar application is for transmitting digital data through the public telephone network via a modem.(A carrier is a single-frequency signal that has one if i

35、ts characteristic (amplitude, frequency, or phase) changed to represent the baseband signal.【In analog transmission, the sending device produces a high frequency analog signal that acts as a base for the information signals (data). The base signal is called the carrier signal. It is to represent the

36、 baseband signal.】)l Q5-3 Definne digital-to-analog conversion.Digital-to-analog conversion is the process of changing one of the characteristics of an analog signal based on the information in digital data. It is also called modulation of a digital signal. The baseband digital signal representing t

37、he digital data modulations the carrier to create a broadband analog signal.l Q5-4 Which of characteristics of an analog signal are changed to represent the digital signal in each of the following digital-analog conversions?a.ASK changes the amplitude of the carrier.b.FSK changes the frequency of th

38、e carrier.c.PSK changes the phase of the carrier.d.QAM changes both the amplitude and phase of the carrier.QAM is the most efficient of these options and is the mechanism commonly used in all modern modems.l Q5-5 Which of the four digital-to-analog conversion techniques(ASK,FSK,PSK or QAM) is the mo

39、st susceptible to noise?Defend your answer.(Answer) The most susceptible to noise of the four digital-to-analog conversion techniques is ASK.(Define) Noise usually affects the amplitude; therefore, ASK is the modulation technique most affected by noise than phase or frequency.第六章l Which of the four

40、multiplexing techniques is (are) suitable for analog channels? Which of them is (are) suitable for digital channels? (See P181 Questions Q6-3)Frequency-division and wavelength-division multiplexing are suitable for analog channels Synchronous time-division multiplexing and asynchronous time-division

41、 multiplexing are suitable for digital channels.l Which of the four multiplexing techniques is (are) suitable for electrical links? Which of them is (are) suitable for optical links?Frequency-division , Synchronous time-division and asynchronous time-division multiplexingare suitable forelectrical l

42、inks .Wavelength-division multiplexing is suitable for optical links.光传输信道都属于模拟信道,而时分复用只适用于数字信道。l Describe the main differences between FDM and TDM.In FDM signals generate by each sending device modulate different carrier frequencies.In TDM instead of sharing a portion of the bandwidth as in FDM,tim

43、e is share.Each connections occupies a portion of time in the link.一个是通过frequency (carrier modulation)实现复用,另一个是通过 time (slot allocation) 实现复用。4. P181-182 6.4.2 Questions:Q6-3.Distinguish between a link and a channel in multiplexing.In multiplexing,The word link refers to the physical path.The word c

44、hannel refers to the portion of a link that carriers a transmission between a give pair of lines .One link can have many (n)channels.l Q6-7.Which of the three multiplexing techniques is common for fiber-optic links?It is the Wavelength -division multiplexing.(WDM)because it allows the multiplexing o

45、f signals with a very high frequencyl Q6-9.Distinguish between synchronous and statistical TDM. In synchronous TDM each input connection has an allotment in the output even if it is not sending data.Time slots preassigned to sources and fixed.Time slots allocated even if no data. In synchronous TDM,

46、 each input has a reserved slot in the output frame. This can be inefficient if some input lines have no data to send. In statistical TDM slots are dynamically allocated to improve bandwidth efficient.can improve the efficient by remove the empty slots from the frame.Only when an input lines has a s

47、lots worth of data to send is it given a slot in the output frame and the number of slots in each frame is less than the number of input lines.第七章l Whats bit-level errors? Describe the basic principle and the requirement for detection of bit-level errors. The bit-level errors means one bit or more b

48、its of a given data unit (such as a byte, character or packet) is(are) changed from 1 to 0 or from 0 to 1. The central concept in detecting or correcting errors is redundancy, i.e. send some extra bits with our data. These redundant bits, based on specific algorithm, are added by the sender and remo

49、ved by the receiver. Their presence allows the receiver to detect or correct corrupted bits.l Which techniques are commonly used in bit-level error detection? Which of them is(are) implemented by hardware such as gate circuits ? Which of them is(are) implemented by software? Give their main applicat

50、ions.(1) Parity Check, CRC and Checksum are commonly used in bit-level error detection.(2) Parity Check and CRC are implemented by hardware such as gate circuits. Parity Check is used in peripherals and CRC is used in networks such as LANs and WANs.(3) Checksum is implenmented by software. Mainly us

51、ed for the Internet.l Which of FEC and ARQ is commonly used in computer networks?ARQ is commonly used in computer networks.l Define the Hamming distance and the minimum Hamming distance.(1) The Hamming distance between two words(of the same size) is the number of differences between corresponding bi

52、ts.(2) The minimum Hamming distance is the smallest Hamming distance between all possible pairs in a set of words.最小海明距的计算见P286l Briefly describe the principle of CRC.CRC的工作原理CRC is a most powerful of the redundancy checking techniques based on binary division. At the encoder, the redundant bits are

53、 derived by dividing the augmented data unit with the predetermined divisor, and the remainder is the CRC. Then the CRC is appended to the end of a datawordand create the transmitted codeword.Also,to be valid, a CRC must have exactly one less bit than the divisor, and the resulting codeword becomes

54、exactly divisible by the same divisor. At the decoder, the received codeword is divided by the same divisor. And the remainder is called syndrome. If there is no remainder, the data unit is assumed to be intact and is therefore accepted. Otherwise, it means that the data unit has been corrupted in t

55、ransmission and therefore the remainder must be rejected.The divisors used in CRC are normally called the generator polynomial(生成多项式) or simply the generator, which are given by some international organizations.l Q10-4 In a codeword, we add two redundant bits to each 8-bits data word. Find the numbe

56、r ofa.valid codewords. b.invalid codewordsWe have k=8, r=2, n=8+2=10.a.The number of valid codewords is 2k=28=256;b.The number of invalid codewords is 2n-2k=210-28=768;Q10-6 If we want to be able to detect two-bit errors, what should be the minimum Hamming distance?The minimum Hamming distance d=s+1

57、,since s=2,d=3.l Q10-8 In CRC, if the dataword is 5 bits and the codeword is 8 bits, how many 0s need to be added to the dataword to make the dividend? What is the size of the remainder? What is the size of the divisor?(1) We need argment the datawords with three 0s.(2) The size of the remainder is

58、3.(3) The size of the divisor is 4.(We have k=5 and n=8. The size of the dividend is the same as the size of the codeword (8 bits). We need to augment the dataword with three 0s. The size of the remainder is r=n-k=8-5=3bits.The size of the divisor is: r+1=4 bits)第八章l Why do we need the data link layer? And what is a data link?The data link layer is needed because it is necessary to impos

温馨提示

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

评论

0/150

提交评论