234 CN Prac 4 FOR SUBMITION PDF

Title 234 CN Prac 4 FOR SUBMITION
Course BIOTECHNOLOGY
Institution Jawaharlal Nehru University
Pages 3
File Size 80.5 KB
File Type PDF
Total Downloads 88
Total Views 148

Summary

In this project, we use the client server architecture to develop a secured Client-Server chat application. A chat application is created based on Transmission Control Protocol (TCP) where...


Description

Name: Rushikesh Farkase Roll No: 234 Branch: CT (B) Semester: 6th Subject: Computer Network (Practicals)

Experiment No. 4 Aim: Write a program for error detecting code using CRC CCIT(16 bits). Theory: Cyclic Redundancy Check(CRC): The CRC computation process basically takes a string one character at a time and uses it to modify an 16 bit or 32 bit word to be able to generate a unique word that can be duplicated to verify that the string's contents are still intact at a later time. The Generated CRC code works out so that if transmit the string appended with the CRC trasmited Least significant byte first to Most significant byte last, and then generate the CRC for the entire sequence the computed CRC will equal Zero. The actual computation process takes the string in one character at a time as mentioned before.

Program: #include #include #define N strlen(g) Mrs. Rasagna Reddy, AP, Dept. Of CSE Page 18Network Lab Manual char t[128],cs[128],g[]="10001000000100001"; int a,e,c; 06CSL77 void xor() { for(c=1;c...


Similar Free PDFs