It's UWAweek 17 (1st semester, week 8)

help3002

This forum is provided to promote discussion amongst students enrolled in CITS3002 Computer Networks.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message. How do I ask a good question?

Displaying selected article
Showing 1 of 274 articles.
Currently 2 other people reading this forum.


 UWA week 10 (1st semester, week 2) ↓
SVG not supported

Login to reply

👍?
helpful
8:32pm Thu 7th Mar, ANONYMOUS

I think I understand the Hamming code encoding process. But there is no where for me to verify my understanding effectively. So, I want to grab a random binary string and perform the encoding process here for you to comment on whether my encoding is correct. Assume the data is 1101. Place the data in the empty slots: P1 P2 P3 P4 P5 P6 P7 0 0 1 0 1 0 1 Calculate parity bits: - P1 = (0 + 1 + 1 + 1) % 2 = 1 - P2 = (0 + 1 + 0 + 1) % 2 = 0 - P4 = (0 + 1 + 0 + 1) % 2 = 1 Therefore, the result of the Hamming code for the data is 1011101.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  5:07AM Sep 06 2023
Privacy policy