Question

In: Computer Science

a crc 32 checksum in the final field of an ethernet frame serves what purpose?

a crc 32 checksum in the final field of an ethernet frame serves what purpose?

Solutions

Expert Solution

1. CRC32: Checks sum field in final ethernet field consist of 32 bit. It represents the hash code of the data generated over destination address,source address, length and data field(which are again fields of ethernet frame).

2. What is hash code here? -- This comes under Data Algorithm part, where to access the data related to particular field correctly, we use hashcodes. For ex: if we wish to access check sum related to source address, it can be quickly searched and extracted. Why we use hash code here is----The efficiency for searching any item using hashcode take lesser time than any other method available.

3. Purpose:

All frames and the bits, bytes, and fields contained within frames, are susceptible to errors from a variety of sources(Ex.Noise from external sources, Tranmission media etc).  The CRC32 field contains a number that is calculated by the source node(Computer) based on the data in the frame.

When the destination node receives the frame the CRC number is recalculated and compared with the CRC number included in the frame. If the two numbers are different, an error is assumed and the frame is discarded.

The CRC32 in ethernet frame provides error detection only. Error recovery must be performed through separate means. Ethernet, for example, specifies that a damaged frame should be discarded and does not specify any action to cause the frame to be retransmitted. Other protocols, such as Transmission Control Protocol (TCP), can notice the data loss and initiate retransmission and error recovery.


Related Solutions

1)     Look at the Ethernet frame. Based on the size of the field that holds the...
1)     Look at the Ethernet frame. Based on the size of the field that holds the MAC address, how long is a MAC address? 2)    What is the function of the last field in an Ethernet frame? 3)     List two LAN types other than Ethernet, (Ethernet being by far the most popular LAN type). 4)     Provide an example of an Ethernet MAC address.
Question 48 What is the minimum size of an Ethernet frame? Group of answer choices 64...
Question 48 What is the minimum size of an Ethernet frame? Group of answer choices 64 bytes 1,024 bytes 256 bytes 1,500 bytes Question 49 Data is organized into frames for transmission at which OSI level? Group of answer choices Application Network Data Link Transport Question 50 Which of the following devices does not limit network broadcast traffic and does not increase performance? Group of answer choices Router NIC Hub Switch Question 51 Which of the OSI layers does IP...
1. What is the most popular L. AN technology? 2. Describe how an Ethernet frame is...
1. What is the most popular L. AN technology? 2. Describe how an Ethernet frame is constructed. 3. What are the CSMA and CD technologies? 4. What are the advantages ofa VLAN? 5. Which WAN technology can reach transmission rates of up to 10 Gbps? 6. Which WAN technology is using circuit swtchiing technology? 7. Explain why a packet switch uses two sets of ports. 8. What are CSU and DSU? 9. What is the Internet? 10. How can hosts...
Explain what lasso regression is, what purpose it serves over linear regression ? Need just briefly...
Explain what lasso regression is, what purpose it serves over linear regression ? Need just briefly answer no more than 150 words. Thanks
Please use your own words, Don't use a picture. What is the purpose of keyword final?...
Please use your own words, Don't use a picture. What is the purpose of keyword final? Explain what happens when you use it and give an example.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT