开发者

Can CSMA/CD in ethernet tell the sender when the client has gotten a packet that is "damaged"?

开发者 https://www.devze.com 2023-04-05 16:28 出处:网络
If a client receives a damaged packet then it will know that after comparing the packet\'s checksum to the one in the header.

If a client receives a damaged packet then it will know that after comparing the packet's checksum to the one in the header. But can a sender know when a packet has reach开发者_C百科ed the client in a damaged form?


First of all, it seems you are making a confusion. CSMA/CD is for detecting when somebody else is using the link so that a collision doesn't happen. It's its only purpose.

Second, ethernet senders cannot find out if the frame they sent arrives malformed. There is no acknowledgement. The upper-layer protocols must take precautions.

0

精彩评论

暂无评论...
验证码 换一张
取 消