edited by
177 views
0 votes
0 votes

 

A $\text{TCP}$ Server application is programmed to listen on port $\text{P}$ on Host $\mathrm{S}$. A $\text{TCP}$ Client is connected to the $\text{TCP}$ Server over the network. Considered that while $\text{TCP}$ Connection is active the server is crashed and rebooted. Assume that the client does not use $\text{TCP}$ keepalive timer. Which of the following behaviours is/are possible?

Statement I:
If client is waiting to receive a packet, it may wait indefinitely
 

Statement II:
If the client sends a packet after the server reboot, it will receive the $\text{FIN}$ segment
In the light of the above statements, choose the correct answer from the options given below

  1. Both Statement $\text{I}$ and Statement $\text{II}$ are true
  2. Both Statement $\text{I}$ and Statement $\text{II}$ are false
  3. Statement $\text{I}$ is true but Statement $\text{II}$ is false
  4. Statement $\text{I}$ is false but Statement $\text{II}$ is true

(Option $1 [39657]) 1$
(Option $2 [39658]) 2$
(Option $3 [39659]) 3$
(Option $4 [39660]) 4$

Answer Given by Candidate: $4$

edited by

Please log in or register to answer this question.

Related questions

1.5k
views
2 answers
1 votes
admin asked May 20, 2023
1,465 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301]) 1$(Option ... $4[39304]) 4$Answer Given by Candidate : $2$
613
views
1 answers
0 votes
admin asked May 20, 2023
613 views
A relation '$R$ ' is defined on ordered pairs of integers as: $(x, y) R(u, v)$ if $x<u$ and $y>v$. Then $R$ isNeither a partial order nor an equivalence ... $3 [39307]) 3$(Option $4 [39308]) 4$Answer Given by Candidate : $4$
1.0k
views
1 answers
1 votes
admin asked May 20, 2023
1,020 views
Suppose you are married and you and your partner attend a party with three other married couples. Several handshakes took place. No one shook hands with himself (or herself) or ... $4 [39312]) 4$Answer Given by Candidate : $4$
569
views
1 answers
0 votes
admin asked May 20, 2023
569 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$ ... $3 [39315]) 3$(Option $4 [39316]) 4$Answer Given by Candidate : $4$