46.
What is LRC?
In
LRC, a block of bits is divided into rows and a redundant row of bits is added
to the whole block. It can detect burst errors. If two bits in one data unit
are damaged and bits in exactly the same positions in another data unit are
also damaged, the LRC checker will not detect an error. In LRC a redundant data
unit follows n data units.
47.
What is CRC?
CRC,
is the most powerful of the redundancy checking techniques, is based on binary
division.
48.
What is Checksum?
Checksum
is used by the higher layer protocols (TCP/IP) for error detection
49.
List the steps involved in creating the checksum.
a. Divide the data into sections
b. Add the sections together using 1's complement
arithmetic
c. Take the complement of the final sum, this is
the checksum.
50.
What are the Data link protocols?
Data
link protocols are sets of specifications used to implement the data link
layer. The categories of Data Link protocols are 1. Asynchronous Protocols 2.
Synchronous Protocols
a. Character Oriented Protocols
b. Bit Oriented protocols
51.
Compare Error Detection and Error Correction:
The
correction of errors is more difficult than the detection. In error detection,
checks only any error has occurred. In error correction, the exact number of
bits that are corrupted and location in the message are known. The number of the
errors and the size of the message are important factors.
52.
What is Forward Error Correction?
Forward
error correction is the process in which the receiver tries to guess the
message by using redundant bits.
53.
Define Retransmission?
Retransmission
is a technique in which the receiver detects the occurrence of an error and
asks the sender to resend the message. Resending is repeated until a message
arrives that the receiver believes is error-freed.
54. What are Data Words?
In
block coding, we divide our message into blocks, each of k bits, called
datawords. The block coding process is one-to-one. The same dataword is always
encoded as the same codeword.
55.
What are Code Words?
"r" redundant bits are added to each
block to make the length n = k + r. The resulting n-bit blocks are called
codewords. 2n - 2k codewords that are not used. These codewords are invalid or
illegal.
56.
What is a Linear Block Code?
A
linear block code is a code in which the exclusive OR (addition modulo-2) of
two valid codewords creates another valid codeword.
57.
What are Cyclic Codes?
Cyclic
codes are special linear block codes with one extra property. In a cyclic code,
if a codeword is cyclically shifted (rotated), the result is another codeword.
58.
Define Encoder?
A
device or program that uses predefined algorithms to encode, or compress audio
or video data for storage or transmission use. A circuit that is used to
convert between digital video and analog video.
59.
Define Decoder?
A device or program that translates encoded data
into its original format (e.g. it decodes the data). The term is often used in
reference to MPEG-2 video and sound data, which must be decoded before it is
output.
60.
What is Framing?
Framing in the data link layer separates a
message from one source to a destination, or from other messages to other
destinations, by adding a sender address and a destination address. The
destination address defines where the packet has to go and the sender address
helps the recipient acknowledge the receipt.Thank You----
Next Part: Part-5
For Part-3: Click Here
No comments:
Post a Comment