Write a program to implement the checksum method

Assignment Help Computer Engineering
Reference no: EM132210231

Write a program to implement the checksum method.

The implementation has two parts:

Calculating the checksum at the sender

Verifying the checksum at the receiver

Calculating the checksum at the sender

Inputs: 4 data each consisting of 16-bit (binary)

Output: Checksum of 16-bit (binary)

For example, suppose we have the following data. I separate the

data into groups of 4 bits only for readability.

1000 0110 0101 1110

1010 1100 0110 0000

0111 0001 0010 1010

1000 0001 1011 0101

First, we add the 16-bit values 2 at a time:

1000 0110 0101 1110 First 16-bit value

+ 1010 1100 0110 0000 Second 16-bit value

---------------------

1 0011 0010 1011 1110 Produced a carry-out, which gets added

+ \----------------> 1 back into LSb

---------------------

0011 0010 1011 1111

+ 0111 0001 0010 1010 Third 16-bit value

---------------------

0 1010 0011 1110 1001 No carry to swing around (**)

+ 1000 0001 1011 0101 Fourth 16-bit value

---------------------

1 0010 0101 1001 1110 Produced a carry-out, which gets added

+ \----------------> 1 back into LSb

---------------------

0010 0101 1001 1111 Our "one's complement sum"

(**) Note that we could "swing around" the carry-out of 0, but adding

0 back into the LSb has no effect on the sum. (But technically, that's

what the checksum generator does.)

Then we have to take the one's complement of the sum. We do this by simply inverting all the bits in the final result from above:

0010 0101 1001 1111 Our "one's complement sum"

1101 1010 0110 0000 The "one's complement"

Therefore, the checksum generated from the given data would be

1101 1010 0110 0000.

Verifying the checksum at the receiver

Inputs: 4 data each is consisting of 16-bit and their 16-bit checksum

Output: Checksum for 4 data each is consisting of 16-bit and their 16-bit
checksum

If checksum is equal to 0s, your data is not corrupted

If checksum is not equal 0s, your data is corrupted

Please in java

Reference no: EM132210231

Questions Cloud

Which attempt to think global and act local : Identify examples of companies/products which attempt to think global and act local (‘glocalisation’).
Present a logical thesis driven essay : Present a logical thesis driven essay which argues its case. Marks will be deducted if the essay indulges in personal responses and empty discussions.
Court-ordered desegregation plan involving busing : An affluent school district was subject to a court-ordered desegregation plan involving busing.
Write a program to implement bubble sort : Write a program to implement bubble sort, insertion sort, selection sort, merge sort and quick sort (pivot = first index) algorithms.
Write a program to implement the checksum method : Write a program to implement the checksum method. Calculating the checksum at the sender.
Validate that the entered number meets these requirements : Write a program that inputs a string that represents a binary number. The string can contain only 0s and 1s and no other characters, not even spaces.
Do erickson and sizemore have contract : Do Erickson and Sizemore have a contract? If so, why? If not, are there any other theories of recovery available to Sizemore?
Implement the three disk-arm scheduling algorithms : Write a program to implement the three disk-arm scheduling algorithms. Write a driver program that generates a sequence of cylinder numbers .
Which of the four traps facing established firms : Which of the four traps (listed below) facing established firms do you see as the most prevalent and why?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd