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


What are socket exceptions? What is out-of-band data?



What are socket exceptions? What is out-of-band data?..

Answer / chaitanya

Unlike exceptions in C++, socket exceptions do not indicate that an error has occured. Socket exceptions usually refer to the notification that out-of-band data has arrived. Out-of-band data (called "urgent data" in TCP) looks to the application like a separate stream of data from the main data stream. This can be useful for separating two different kinds of data. Note that just because it is called "urgent data" does not mean that it will be delivered any faster, or with higher priorety than data in the in-band data stream. Also beware that unlike the main data stream, the out-of-bound data may be lost if your application can't keep up with it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

How can I set the timeout for the connect() system call?

0 Answers  


Are sockets files?

0 Answers  


How many sockets can a cpu have?

0 Answers  


What are the pros/cons of select(), non-blocking I/O and SIGIO?

0 Answers  


Can a single socket port be used for multiple applications?

0 Answers  


How does a socket work?

0 Answers  


What is a deep well socket?

0 Answers  


How to find other end of unix socket connection?

0 Answers  


How many sockets can a port have?

0 Answers  


How come only the first part of my datagram is getting through?

1 Answers  


How do I get my server to find out the clients address / host- name?

1 Answers  


How can I bind() to a port number < 1024?

1 Answers  


Categories