1. OWASP Foundation. (2023). API Security Top 10 2023, API4:2023 - Unrestricted Resource Consumption. OWASP. Retrieved from https://owasp.org/API-Security/editions/2023/en/0xapi4-unrestricted-resource-consumption/
Reference Detail: In the section on "How to Prevent," the document explicitly states: "Implement rate limiting based on the client's address and authenticated identity... This is the first line of defense against brute-force, and DoS attacks." This directly identifies rate limiting (throttling) as a defense against DoS.
2. National Institute of Standards and Technology (NIST). (2020). Security and Privacy Controls for Information Systems and Organizations (Special Publication 800-53, Revision 5).
Reference Detail: In Appendix F, Security Control Catalog, under control SC-5 (Denial of Service Protection), the discussion section suggests employing "traffic-shaping mechanisms by managing bandwidth and prioritizing or limiting traffic." Throttling is a form of traffic shaping used to limit traffic.
3. Pfleeger, C. P., Pfleeger, S. L., & Margulies, J. (2015). Security in Computing (5th ed.). Pearson Education.
Reference Detail: Chapter 6, "Networks," in the section discussing Denial of Service Attacks, describes countermeasures. It explains that network and system administrators can "throttle packets," which involves limiting the incoming traffic rate from a particular source to mitigate the effects of a flood attack.