in Computer Networks
5,271 views
2 votes
2 votes

In stop and wait protocol , If the packet size is 1 KB and propogation tme is 15ms the chanel capacity is 109 bits / sec then find :

  1. transmission time
  2. channel utilisation
  3. sender utilisation
  4. link utilisation
  5. line utilisation
  6. What do you account about the difference in channel utilisation and sender utilisation
in Computer Networks
by
5.3k views

1 Answer

3 votes
3 votes

1) transmission time (1⨉1024⨉8)/109 =8 micro seconds

2) channel utilization =$\frac{1}{1+2(15000/8)}$

                             =1/3751⨉100

                            =0.0266%

link and line utilization same as channel utilization , as it is for stop and wait

link :here

edited by

4 Comments

@srestha,As I know sender utilization=link utilization=line utilization in case of unidirectional transfer.But if transfer is bidirectional and both side sender and receiver are present than sender utilization will be different from link utilization.

verify it.
0
0
how sender utilization can be bidirectional?

how link utilization can be unidirectional?
0
0
@srestha, what I want to say is,In case of bidirectional data transfer, when piggybacked ack is used,then sender utilization will decrease because in this case Rtt=Tt(sendert)+2*Tp+Tt(piggyback ack).

But link utilization will increase becz now data is transferring from both sides.

I think you got my point.
0
0

Related questions