Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the TIME_WAIT state.



Explain the TIME_WAIT state...

Answer / chaitanya

Remember that TCP guarantees all data transmitted will be delivered, if at all possible. When you close a socket, the server goes into a TIME_WAIT state, just to be really really sure that all the data has gone through. When a socket is closed, both sides agree by sending messages to each other that they will send no more data. This, it seemed to me was good enough, and after the handshaking is done, the socket should be closed. The problem is two-fold. First, there is no way to be sure that the last ack was communicated successfully. Second, there may be "wandering duplicates" left on the net that must be dealt with if they are delivered.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

What is the function of socket?

0 Answers  


How do I properly close a socket?

1 Answers  


Why does connect() succeed even before my server did an accept()?

1 Answers  


How does a socket work?

0 Answers  


Where can a get a library for programming sockets?

1 Answers  


How many socket connections can a server handle?

0 Answers  


How can I be sure that UDP messages are received in order?

1 Answers  


How come I get address already in use from bind()?

1 Answers  


What is the difference between read() and recv()?

0 Answers  


How can I force a socket to send the data in its buffer?

0 Answers  


What exactly is a socket?

0 Answers  


How do I get the port number for a given service?

1 Answers  


Categories