About Vimal Ghorecha

http://vhghorecha.in

Vimal Ghorecha, M.Sc(IT&CA), BCA is an Assistant Professor, Department of MCA, Atmiya Institute of Technology & Science (AITS), Rajkot. Vimal Ghorecha has secured 1st Rank in University in Masters. He has total experience of 5 years from which 2 years of academic and 3 years of industries. He has been teaching subjects like PHP, Search Engine Optimization, C++, C#.NET, ASP.NET etc.

Posts by Vimal Ghorecha:

TCP/IP Another POST

Understanding TCP/IP and OSI Models  

More

Understanding TCP/IP and OSI Models

Understanding TCP/IP and OSI Models TCP/IP and OSI Models, OSI Model, TCP/IP Model, TCP/IP Stack

More

jTable jQuery Plugin File Upload Control

By default jTable jQuery Plugin does not allow to upload file and use File Upload HTML Control. Here I implemented jTableSample demo with File Upload Control. Step1: Create new field that will put <div> tag for our AJAX File Upload.

Step2: We will load AJAX File Upload on div which inserted in first step.(…)

More

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

Close
Get our Newsletters

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