How Does Pusher Channels Protect Against Denial Of Service Attacks?
PreviousHow Do I Use The Channels Debug Console And Event Creator?NextMy Channels Application Is Encountering An Error Code, What Does This Mean?
Last updated
Last updated
Pusher Channels mitigates denial-of-service attacks by monitoring for suspicious activity, , and by working with DDoS protection services (such as ).
Pusher Channels uses WebSockets, which are TCP/TLS connections. These TCP/TLS connections do not require authentication. This property is sometimes exploited for "denial of service" attacks on internet services, in which the attacker opens many connections, attempting to deny others access to Pusher Channels or to a specific Pusher Channels app. Pusher's monitoring and rate-limiting architecture mitigates these kinds of attack.