数据通信与网络09-错误检测与纠正-3.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据通信与网络09-错误检测与纠正-3

第九章 错误检测与纠正 9.1 Types of errors 9.2 Error detection 9.3 Error correction 9.4 Summary Introduction Any time data are transmitted from one node to the next, they can become corrupted in passage. Some applications require that errors be detected and corrected. Error detection and correction are implemented either at the data link layer or the transport layer of the OSI model. 9.1 Types of Errors 9.1.1 Single-bit error A single-bit error is when only one bit in the data unit has changed. 9.1.2 Multiple-Bit Error 9.1.3 Burst error 9.1.3 Burst error 突发差错大多发生在串行传输时。 ~通常噪声持续时间比位持续时间长,这就是说当噪声影响数据时就会影响一组比特。 影响的位数依赖于数据速率和噪声持续时间。 例如,如果发送数据速率是1Kbps ,1/100s的噪声将影响10个比特;如果速率是1Mbps,同样的噪声影响10000个比特。 9.2 Error Detection(错误检测) In error detection, we are looking only to see if any error has occurred. The answer is a simple yes or no. We are not even interested in the number of errors. A single-bit error is the same for us as a burst error. 9.2.1 Redundancy The central concept in detecting or correcting errors is redundancy. To be able to detect or correct errors, we need to send some extra bits with our data. These redundant bits are added by the sender and removed by the receiver. Their presence allows the receiver to detect or correct corrupted bits. Using redundant bits to check the accuracy of a data unit 9.2.1 Redundancy 9.2.2 VRC (Vertical Redundancy Check) VRC(垂直冗余校验)often called parity check (奇偶校验): odd parity or even parity In this technique, a redundant bit, called a parity bit(校验位), is appended to every data unit so that the total number of 1s in the unit become either even or odd. VRC can detect all single-bit errors. It can detect multiple-bit or burst error only if the total number of errors is odd. Even parity VRC concept 9.2.3 LRC (Longitudinal Redundancy Check) A better approach is the two-dimensional parity check. In this method, the data word is organized in a table (rows and columns). 在纵向冗余校验中,将一个数据块划分成几行,并将校验位组成的冗余行添加到整个数据块中。 LRC (Longitu

文档评论(0)

dajuhyy + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档