WCF Data Services Question: Download WCF Data Services PDF

Explain what is Transport and Message Reliability?

Tweet Share WhatsApp

Answer:

Transport reliability (such as the one offered by TCP) offers point-to-point guaranteed delivery at the network packet level, as well as guarantees the order of the packets. Transport reliability is not resilient to dropping network connections and a variety of other communication problems.

Message reliability deals with reliability at the message level independent of how many packets are required to deliver the message. Message reliability provides for end-to-end guaranteed delivery and order of messages, regardless of how many intermediaries are involved, and how many network hops are required to deliver the message from the client to the service.

Download WCF Data Services PDF Read All 26 WCF Data Services Questions
Previous QuestionNext Question
Tell me what is Proxy and how to generate proxy for WCF Services?Tell me what was the code name for WCF?