Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8727501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:26:44+00:00 2026-06-13T08:26:44+00:00

If we have to receive a data from sender as a chunk of bits

  • 0

If we have to receive a data from sender as a chunk of bits (say 8 bits).

But, the transferring is unreliable which result in bit-lost. (Not bit-flip)
That mean, any bit in the chunk can be absent and receiver would receive only 7 bits.

I studied some error-correction coding, such as ‘Hamming code’. But, the code is designed to recover fliped-bit not lost-bit in this situation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:26:45+00:00Added an answer on June 13, 2026 at 8:26 am

    If you are happy with a low entropy code and you can detect an end-of-message, you can simply send each bit twice.

    This code can recover from any number of deletions that happen in different runs:

    On receiving, find all odd-sized runs and extend them by one bit. If you end up with less than the expected count of bits, you are unable to recover from multiple deletion.

    If you want to ensure a fixed error rate that can be recovered, use bit-stuffing.

    Example:

    0110
    
    encoded as:
    00 11 11 00
    
    a double error occurs:
    0x 11 x1 00
    
    received:
    011100
    
    '0' and '111' are odd-sized runs. Fix:
    00111100
    
    we have 8 bits, and have recovered from a double error.
    decode:
    0110
    

    Example 2:

    0101
    
    encoded as
    00110011
    
    transmitted as
    0xxx0011
    
    received as
    00011
    
    corrected as
    000011
    
    decoded as
    001
    
    which is shorter than expected. A transmission error has occured.
    

    Example 3 (bit stuffing after a run of 3 bits):

    0000 1111
    
    stuffed as
    00010 11101
    
    sent as
    0000001100 1111110011
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have dynamic listview on my android client app that receive data from remote
I have a problem with my iOS application. I receive binary vector data from
I have a project in which I am expected to read data from a
Im sending data from one class to another, Its working but I have a
i have a program that receives data from a wireless device over bluetooth...i now
I have a Java servlet that receives data from an upstream system via a
I have a c++/windows program that receives data from another c++ program via a
I have developed a python C-extension that receives data from python and compute some
I have an app that received JSON data from the server. Currently when I
I have an application that may receive data via various methods and in various

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.