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...


How do Sockets Work?



How do Sockets Work?..

Answer / chaitanya

The implementation is left up to the vendor of your particular unix, but from the point of view of the programmer, connection-oriented sockets work a lot like files, or pipes. The most noticeable difference, once you have your file descriptor is that read() or write() calls may actually read or write fewer bytes than requested. If this happens, then you will have to make a second call for the rest of the data. There are examples of this in the source code that accompanies the faq.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

What is the difference between connected and unconnected sockets?

1 Answers  


How is a socket created?

0 Answers  


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

0 Answers  


How can I read only one character at a time?

1 Answers  


How do I send [this] over a socket?

1 Answers  


How can my client work through a firewall/proxy server?

1 Answers  


What is socket address?

0 Answers  


Can a single socket port be used for multiple applications?

0 Answers  


How can I read ICMP errors from connected UDP sockets?

1 Answers  


What's the difference between impact sockets and regular sockets?

0 Answers  


What is the function of socket?

0 Answers  


How many socket connections can a server handle?

0 Answers  


Categories