01-16-2022 08:50 PM
01-17-2022 11:07 AM
Because the spec says so.
As to why, I suspect because most almost all computers work with a "word" size, generally comprising a number of octets (bytes), also such "words" are always (?) powers of two.
01-18-2022 12:09 AM
Can you explain it more.
01-18-2022 08:13 AM
I possibly can. What, specifically, don't you understand or need further explanation of?
01-19-2022 01:53 AM
As per my knowledge word size is something has to do with processing data. But why the NIC identifies frames that has odd number of bytes (octets), as frames with alignment errors?
01-19-2022 08:12 AM - edited 01-19-2022 08:12 AM
"As per my knowledge word size is something has to do with processing data."
Yes and no. True, "words" often contain data (BTW and what does a frame comprise, but data?) but (the no) some computers' instruction have "rules" with "words" too. Actually, a computer's word is often, somehow, related to its data and processing register sizes.
"But why the NIC identifies frames that has odd number of bytes (octets), as frames with alignment errors?"
I would presume because an even number of octets was expected. I.e. frame is not aligned with spec.
01-19-2022 10:08 PM
Thank you for your support!!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide