WCF:What types of the quota have the WCF transports?



WCF:What types of the quota have the WCF transports?..

Answer / arunajyothi

WCF transports have three types of quotas
1. Timeouts
2. Memory allocation limits
3. Collection size limits

·Timeouts are a mitigation of DOS attacks that rely on
tying up resources for an extended period of time.
·Memory allocation limits prevent a single connection from
exhausting system memory and denying service to other
connections.
·Collection size limits bound the consumption of resources
that indirectly allocate memory or are in limited supply.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More WCF Interview Questions

WCF:Can we use the public queues without the Windows domain? If cannot then why?

1 Answers  


what is windows card space?

0 Answers  


Explain briefly different instance modes in wcf?

0 Answers  


What do you understand by the term soap?

0 Answers  


How many types of transport schemas are there in wcf?

0 Answers  


what is DataContractSerializer?

0 Answers  


WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?

4 Answers  


How can we host wcf service?

0 Answers  


What are the types of Data Contracts in WCF?

0 Answers  


How to define a service as rest based service in wcf?

0 Answers  


What is REST and what is the problem with WCF REST and how it can be resolved?

0 Answers  


What does a windows communication foundation, or wcf, service application use to present exception information to clients by default?

0 Answers  


Categories