in Computer Networks
881 views
2 votes
2 votes
Consider  a reliable byte stream protocol that use SWP running over 100 Mbps network .Propagation delay is 80 ms  and maximum segment  lifetime is 80 s

a) How many bits are needed for receiver window size in TCP?

A) 19  B)20 C)21 D)none

B) how many bits we need in sequence field in Tcp header?

A) 21 B)28 C)30 D)15
in Computer Networks
by
881 views

2 Comments

In 1rtt we can send 160ms*100Mbps/8 byes=2*10^6=2MB

This requires 21 bit
2
2
Ans of A na?
0
0

1 Answer

1 vote
1 vote
B)

 

WAT = MAX SEQ NO. POSSIBLE / BANDWIDTH

HERE WAT =80 SEC(MSL)

and B.W. = 100 Mbps= 100MBps/8 (bit to byte)

 

now max seq no.possible= log (wat *bw) (base 2)

=log (80 * 100*10^6/8) (base 2)

=30 bits

=

2 Comments

can you please specify what is WAT?
0
0
Wrap Around- The Process of using up all the seq no. and repeating a previously used seq no. is called wrap around and the time taken to wrap around is called WRAP AROUND TIME(WAT)
0
0

Related questions