845 views
1 votes
1 votes

which of the following is false?

  1. In ethernet, each nodes physical address is guaranteed to be globally unique.
  2. the single parity check can detect any odd no of bit error in a transmitted codeword.
  3. in ethernet , a node wishing to transmit might never be allowed to access the channel.
  4. none of these.

1 Answer

Best answer
1 votes
1 votes
Option A) False. It is possible that 2 different devices have same Physical addresses (MAC addresses) on a global level. This happens because MAC addresses are given by manufacturers and they do reuse the addresses. Also, had the physical addresses been globally unique (and hierarchical) we could have just used those instead of IP addresses for global communication.

Option B) False. The entire parity check scheme can detect only odd bit errors. But here they’ve given SINGLE PARITY CHECK which can detect only 1 bit error.

Option C) False. There is no reason for a station to not get the channel access. All stations continuously sense the channel. Ethernet uses 1 -persistent method with CSMA/CD. Whenever channel is sensed idle, station transmits with 100% probability. While transmitting as well, it keeps on sensing, so even if if there is a collision, the station will go into back-off and try again later.
selected by

Related questions

0 votes
0 votes
1 answer
2
2 votes
2 votes
1 answer
4