When two NICs send at the same time, describe how a collision is detected and corrected.

What will be an ideal response?


When two NICs send at the same time, they'll sense the overlapping signals, and immediately know that a collision has occurred. When they detect a collision, both nodes stop transmitting. They then each generate a random number to determine how long to wait before trying again. If you imagine that each machine rolls its magic electronic dice and waits for that number of seconds, you wouldn't be too far from the truth, except that the amount of time an Ethernet node waits to retransmit is much shorter than one second. Whichever node generates the lowest random number begins its retransmission first, winning the competition to use the wire. The losing node then sees traffic on the wire and waits for the wire to be free again before attempting to retransmit its data
 

Computer Science & Information Technology

You might also like to view...

What is whitespace and why is it import when reading input from the keyboard using the Scanner class?

What will be an ideal response?

Computer Science & Information Technology

What does it mean for a bridge to be an active device?

What will be an ideal response?

Computer Science & Information Technology

What is required by the SQL command to create a table?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Ben wants to interface with the National Vulnerability Database using a standardized protocol. What option should he use to ensure that the tools he builds work with the data contained in the NVD?

A. XACML B. SCML C. VSML D. SCAP

Computer Science & Information Technology