Tuesday, July 28, 2009

[AIT09] ARQ Transmitter

This question is from Thanapol, 107929.
  1. What is responsibility of tARQ_ in ACK passing?
  2. What is the base class of ARQRx and ARQTx ?

6 comments:

  1. [Nakrop Jinaporn 107936]

    The base class of ARQTx and ARQRx is Connector.

    ReplyDelete
  2. [Karin 107985]
    1) From the first question the main responsibilities of tARQ_ are
    -ARQ transmitting unit
    -Keep track of the no.of retransmission
    -Decide whether to TX or drop the packet

    ReplyDelete
  3. [Rujipol, 108109]
    The base class of ARQTx is Connector also as the ARQRx

    ReplyDelete
  4. Thein Tun Aung/st108032
    Responsibility of tARQ_ is to connect a Queue object queue_ with an ErrorModule object link_errmodule_.
    The base class of ARQTx and ARQRx is Connector.

    ReplyDelete
  5. Connector is the mother class of ARQRx and ARQTx and the main responsibility of tARQ_ is to connect an object link_errmodule_ and object queue_ of Queue .

    ReplyDelete