> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# DDoS attacks :: Article
- URL: https://kudithipudi.org/ddos-attacks-article/
- Published: 2004-01-27T04:27:01.000Z
- Updated: 2004-01-27T04:27:01.000Z
- Description: Came across this article on security-protocols.com in which the author discusses DDoS (Distributed Denial of Service). I was particularly interested since we have been experiencing such...
- Author: admin
- Tags: Networking, Technology, Uncategorized, #wp, #wp-post, #Import 2026-08-23 02:32

Came across this [article](http://security-protocols.com/modules.php?name=News&file=article&sid=1657&ref=kudithipudi.org) on [security-protocols.com](http://security-protocols.com/?ref=kudithipudi.org) in which the author discusses [DDoS](http://en.wikipedia.org/wiki/Denial%5Fof%5Fservice?ref=kudithipudi.org) (Distributed Denial of Service). I was particularly interested since we have been experiencing such attacks on our network recently. Unlike DoS (Denial of Service) attacks where the source of attack can be easily identified and blocked, it is very difficult to identify the source of DDoS attacks. The only way we can stop the attack is by blocking all traffic to the destination of the attack. And this is exactly what the attacking party wants. I don’t see a solution to this in the near future. A good point that the author mentions is that all routers should have ingress and egress filtering configured properly. This in effect allows only authorized networks to originate and terminate at a router, thereby minimizing the ability of an attacker to use a [spoofed](http://en.wikipedia.org/wiki/IP%5Fspoofing?ref=kudithipudi.org) IP address.