Computer Networking : Principles, Protocols and Practice

Sharing resources

«  Transport layer   ::   Contents   ::   Internet applications  »

Sharing resources

Multiple choice questions

  1. Which of the following affirmations are valid for the ALOHA Medium Access Control scheme ? Select all the valid ones.
With ALOHA, a host always listens before transmitting its frame.
In ALOHA, a collision can occur when several hosts transmit almost at the same time.
The retransmission timer has a random part to prevent synchronisation among the communicating hosts.
  1. Which of the following affirmations are valid for the CSMA Medium Access Control scheme ? Select all the valid ones.
When using CSMA, a host always listens to the communication channel while transmitting to detect collisions
With persistent CSMA, a host sends its frame as soon as the communication channel becomes free.
With non-persistent CSMA, a host checks at random times whether the communication channel when it needs to transmit.
  1. Which of the following affirmations are valid for CSMA/CD ? Select the correct ones.

When using CSMA/CD, a host must check that the communication channel is free before transmitting data.

To be able to detect all collisions, CSMA/CD must enforce a minimum size for all transmitted frames.

CSMA/CD relies on explicit acknowledgements to detect collisions.

  1. Which of these Medium Access Control algorithms rely on explicit acknowledgements to detect collisions ? Select all the valid answers.
slotted ALOHA
CSMA/CD
ALOHA
CSMA/CA
  1. Consider a network that is using CSMA/CD. An important parameter in such networks is the minimum frame size. Which of the following affirmations is true ?
If the shared medium has a bandwidth of 10 Mbps and a length of 2 kilometers, then the minimum frame size is 200 bits.
If the shared medium has a bandwidth of 100 Mbps and a length of 1 kilometer, then the minimum frame size is 10000 bits.
If the shared medium has a bandwidth of 100 Mbps and a length of 1 kilometer, then the minimum frame size is 500 bits.
  1. CSMA/CA is a Medium Access Control scheme used in wireless networks. Only a few of the affirmations below concerning CSMA/CA are correct. Which ones ?
CSMA/CA hosts must listen to the communication channel before transmitting.
CSMA/CA uses explicit acknowledgements to ensure that the frames are correctly received by their destination.

A host using CSMA/CA can transmit its frame as soon as it detects that the communication channel is free.

Verify your answers

«  Transport layer   ::   Contents   ::   Internet applications  »