I am wondering if it is accurate to say that no errors have ever arisen even in the case of segment checksums matching values in checksum field when UPD receiver computes segments. Is there any truth in this?
Need Confirmation Regarding Checksum Fields
Â
Hi,
You can’t say there is no errors. Because UDP protocol sent data without setup and If there are two bit message ,error will not be detected. That means all data send without acknowledgements. Therefore  UDP not perform a retransmission even they detect lost data. So you need to check every corresponding bits. Only after you can decide whether there is no errors or not.