Education

Hamming Code Implementation in C

Hamming Code Implementation in C

Hamming Code Implementation in C Programming. Simple example of implementing Hamming Code in Unix C Programming with Named Pipe

More

CRC Implementation in C

CRC Implementation in C

CRC Implementation in C with efficient algorithm. CRC Implementation with bitwise operators and example.

More

Block Parity Checker LRC

Block Parity Checker LRC

In this error detection method, a block of bits is organized in a table with rows and columns.  Then the parity bit for each column is calculated and a new row of eight bits, which are the parity bits for the whole block, is created.  After that  the new calculated parity bits are attached to(…)

More

Single Parity Bit Checker VRC

Single Parity Bit Checker VRC

The simplest and oldest error detection method. A binary digit called parity is used to indicate whether the number of bits with “1” in a given set of bits is even or odd. The parity bit is then appended to original data. Usually used to detect transmission error . Sender adds the parity bit to(…)

More

Byte Stuffing Sender Receiver

Byte Stuffing Sender Receiver

This is simple example of byte stuffing sender receiver using Named Pipe in Unix C Programming.

More

Bit Stuffing Sender Receiver

Bit Stuffing Sender Receiver

In a bit-oriented protocol, the data to send is a series of bits. In order to distinguish frames, most protocols use a bit pattern of 8-bit length (01111110) as flag at the beginning and end of each frame. Here also cause the problem of appearance of flag in the data part to deal with this(…)

More

Named Pipe FIFO Sender Receiver

Named Pipe FIFO Sender Receiver

A named pipe is really just a special kind of file (a FIFO file) on the local hard drive. Unlike a regular file, a FIFO file does not contain any user information. Instead, it allows two or more processes to communicate with each other by reading/writing to/from this file. Creating FIFO File You can create(…)

More

Unix C Programming Sample Program

Unix C Programming Sample Program

Unix C programming sample program Hello World. How to create and run C program in Unix with simple step.

More

SEO 650006 Material

SEO 650006 Material

SEO 650006 Material, GTU MCA Semester 5, WST-SEO, Search Engine Optimization, PPT, Lecture Notes

More

Computer Fundamental Material

Computer Fundamental Material

Computer Fundamental Material All In One is useful for sharing knowledge of basic computer fundamental. This material is specially for students. After reading this visitor will get the knowledge of computer organization and architecture. will know the actual working and organization of digital computer system.

More

Close
Get our Newsletters

Receive The Latest Posts Directly To Your Email - It's Free!!