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?
4 articles posted by this person
Showing 4 of 503 articles.
Currently 15 other people reading this forum.
By addressing the unreliability, does that mean we also have to error-check? I'm not sure if " If a datagram arrives, it will be uncorrupted. " is a statement of fact, or a requirement for us to ensure.
I would assume that to avoid the two generals problem, corrupt acknowledgment frames are ignored after a point (for simplicity, if not efficiency, I've been ignoring them entirely and allowing them to timeout).
But I'm still not sure why a resent corr...
On looking further, I assume ber is Bit Error Rate. That doesn't explain why one failed checksum will always resend into another failed checksum, so I'll keep looking.
Good Afternoon,
For Lab 2, STOPANDWAIT2 has a variable called ber, set to 0.00005, is this the probability of frame corruption? If not, how is frame corruption handled in this topology?
I've managed to get the Negative Acknowledgement working (or at le...