this post was submitted on 23 Apr 2024
213 points (98.2% liked)
science
14762 readers
554 users here now
A community to post scientific articles, news, and civil discussion.
rule #1: be kind
<--- rules currently under construction, see current pinned post.
2024-11-11
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I really struggle to comprehend how you can debug hardware that is several light-hours away, let alone how you would proceed to split an OS (or whatever Voyager is running) into separate parts and then upload those parts to separate hunks of memory to make a functioning machine...
Also: What would they do if the code they uploaded was corrupted "in transmission"?
For most transmissions of digital information (even those here on earth) there's a concept of a "checksum". Basically at the end of every message, there's a special number, and you can do some math on the rest of the message to get that same number. If anything happened to change or damage the message in transit, the math doesn't work out and so the checksum fails.
I would assume Voyager works in a similar way so every time it receives a message it will compute the checksum and see whether it matches