966 views
0 votes
0 votes
In a network that has maximum packet size of 600 bytes a maximum packet lifetime of 30sec and a 8 bit packet sequence no.What is the max data rate in bps per connection?

1 Answer

1 votes
1 votes

theory : key point TCP is byte stream protocol means every byte sent is counted or numbered,

but in the question 

all work is done on the network layer means in the network layer every packet sent is counted or numbered 

now come to solution 

packet sequence no is 8 bits

maximum life is 30 sec

so maximum no of packet we can send =28/30 packet per sec

given packet size is 600 byte

so maximum data can be send =600*28/30 byte per sec

so maximum data can be send =600*8*28/30 bits per sec

 = 40960 bps 

Related questions

1 votes
1 votes
1 answer
1
Jeetmoni saikia asked Nov 4, 2022
519 views
The underlying Transport layer protocol used by SMTP is ________(a) TCP(b) UDP(c) Either TCP or UDP
0 votes
0 votes
2 answers
3
tusharb asked Jan 22, 2022
778 views
Can the header length of IPV4 change at the router? If yes, then why?