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

What is DataContract in WCF?

1 Answers   Petranics Solutions,


Why to use wcf?

1 Answers  


What are the endpoints in wcf?

1 Answers  


What is wcf architecture?

1 Answers  


What are the transport schemas supported by wcf?

1 Answers  


What is ConcurrencyMode in WCF?

1 Answers  


What is "service contracts" in wcf?

1 Answers  


What is purpose of IsWrapped property in Message Contract in WCF?

1 Answers   Viscus Infotech,


What is difference between WCF service application and WCF service Library?

1 Answers   Petranics Solutions, Viscus Infotech,


Explain use of Endpoints in WCF Service?

1 Answers  


What is message contract in wcf?

1 Answers  


Which protocol is used for platform independent communication?

1 Answers  


Categories