WCF SDK Question: Download WCF SDK PDF

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 SDK PDF Read All 71 WCF SDK Questions
Previous QuestionNext Question
What are different elements of WCF Srevices Client configuration file?How to configure Reliability while communicating with WCF Services?