Sunteți pe pagina 1din 1

Dept. of Computer Science and Engineering, I.U 3rd Year Final Examination-2009 Practical Problem on Data Communication No 1.

Problem Write a program to verify various line encoding techniques, such as NRZ, RZ, Manchester and Differential Manchester. Input: A sequence of 0s and 1s as a digital data. Example:10001101. Output: Draw a waveform of the corresponding input according to the given encoding technique. Write a program to generate single parity bits for a given data set. Input: A file containing a number of binary streams. Output: A file that will contain the input data and their corresponding parity bits. Write a program to detect errors (if any) from given binary streams using single bit parity check. The binary streams are stored in a file. Input: A file of binary streams containing parity bits. Output: A file of binary streams of the same order of input excluding parity bits. In addition, if any error is found then write a message Erroneous Data corresponding to the binary stream. Write a program to generate double parity bits for a given data set. Input: A file containing a number of binary streams. Output: A file that will contain the input data and their corresponding parity bits. Write a program to detect errors (if any) from given binary streams using double bit parity check. The binary streams are stored in a file. Input: A file of binary streams containing parity bits. Output: A file of binary streams of the same order of input excluding parity bits. In addition, if any error is found then write a message Erroneous Data corresponding to the binary stream. Write a program that will make the CRC of a given set of binary streams. Input: A file containing a number of binary streams. Output: A file that will contain the input data and their corresponding CRC bits. Write a program to detect errors (if any) from given binary streams using CRC check. The binary streams are stored in a file. Input: A file of binary streams containing CRC bits. Output: A file of binary streams of the same order of input excluding CRC bits. In addition, if any error is found then write a message Erroneous Data corresponding to the binary stream. Write a program that will make the CheckSum of a given set of binary streams. Input: A file containing a number of binary streams. Output: A file that will contain the input data and their CheckSum bits. Write a program to detect errors (if any) from given binary streams using CheckSum check. The binary streams are stored in a file. Input: A file of binary streams and their CheckSum bits. Output: A file of binary streams of the input excluding CheckSum bits. In addition, if any error is found then write a message Erroneous Data .

2.

3.

4.

5.

6.

7.

8.

9.

S-ar putea să vă placă și