DDOS ATTACK: WHO SLOWS DOWN YOUR INTERNET, WHY AND HOW?

DDoS Attack: Who Slows Down Your Internet, Why and How?

DDoS (Distributed Denial of Service) is a type of cyber attack that makes a website or service inaccessible by flooding it with fake traffic from many sources. The aim of the article is to help you understand the attack and protect against it; it contains no attack method, because organizing a DDoS is a crime. Below you will find what DDoS is, its difference from DoS, its types, how it is detected, its legal dimension and ways to protect against it.

What Is DDoS, What Does It Stand For? (How Does It Work?)

DDoS stands for "Distributed Denial of Service". DDoS is a type of cyber attack that aims to make a website, server or online service inaccessible by flooding it with fake traffic from many sources at the same time.

The conceptual working logic: the attacker sends a huge amount of requests to the target at the same time, usually from many compromised devices (the network they form is called a "botnet"). When the target system's capacity cannot handle this flood of fake traffic, it slows down or collapses completely; real users cannot reach the site. By analogy, it is like thousands of people who will buy nothing crowding a store's door and preventing real customers from entering. Important point: DDoS is not a data-stealing attack, its aim is to block the service (downtime, inaccessibility). DDoS is one of the broader cyber attack types; our aim is to understand the attack and protect against it.

The Difference Between DoS and DDoS

Both aim to block a service; the difference is in the number of sources of the attack. DoS (Denial of Service) is when the attack comes from a single source (a single computer or connection); because it is a single source, detecting and blocking it is relatively easier.

DDoS (Distributed Denial of Service), on the other hand, is when the attack comes from many distributed sources at the same time (usually from hundreds or thousands of compromised devices spread around the world, that is, a botnet). The word "Distributed" emphasizes this multi-source nature. DDoS is far more powerful and far harder to block than DoS, because since the traffic comes from thousands of different places, blocking a single address does not work and separating which traffic is real and which is fake gets harder. In short, DoS resembles a single attacker, while DDoS resembles an army; most of today's serious attacks are of the DDoS type.

Types of DDoS Attacks (An Overview)

DDoS attacks split roughly into three groups according to which layer of the target they exhaust. The classification is for understanding defense, not an attack recipe:

  • Volumetric attacks: aim to fill the target's internet bandwidth with huge traffic; the most common type.
  • Protocol attacks: aim to exhaust the resources of systems like the server, firewall or load balancer using the weak points of network protocols.
  • Application layer attacks: directly target the web application; they can exhaust the system even with less traffic, and because they resemble normal traffic, they are hard to detect.

Knowing the types helps understand why a single defense is not enough and why layered protection is needed. Because attackers can combine different types, serious systems use multiple defense methods together; you can also find the detail in Kaspersky's DDoS guide.

How Do You Tell You Are Under a DDoS Attack?

The symptoms of a DDoS attack can resemble ordinary technical problems; but if these signs are seen together, the probability is high. Your website suddenly and extremely slows down or becomes completely inaccessible; it crashes or times out without a known reason (maintenance, a busy campaign); you observe an unexplained, sudden and huge increase in server and network traffic.

Most of the traffic comes from suspicious sources (abnormally intense, strange and uniform requests from certain regions), and server resources (CPU, memory, bandwidth) hit full for no reason. The way to notice these early is to monitor server and network traffic. An important distinction: sometimes a sudden traffic increase can come from a legitimate reason too (like your content going viral), so you need to look at the nature of the traffic (source diversity, request pattern); CISA's guide summarizes the symptoms. If you suspect it, contact your hosting or server provider immediately; they can analyze the traffic and confirm the situation.

Is Launching a DDoS a Crime? (The Legal Dimension)

Yes, organizing a DDoS attack is a crime and has serious legal consequences. Carrying out an unauthorized DDoS attack on someone else's system, site or service is a cyber crime in Turkey as in many countries of the world. In Turkey, attacks on information systems are regulated under the Turkish Penal Code (for example articles 243 and 244 on accessing an information system and blocking the system) and provide for sanctions like imprisonment or a judicial fine.

Let me underline a few points: excuses like "I just tried it" or "it lasted a short time" do not remove the crime; being a tool in someone else's attack (joining a botnet) or buying an attack service also creates legal liability; penalties can get heavier according to the damage the attack causes. You can read the relevant articles in the official legislation. So even trying DDoS out of curiosity or for fun is a serious mistake. If you are interested in cyber security, learning it through legal and ethical ways (authorized penetration testing, ethical hacker training, your own test environments) is both the right thing and a valuable career path.

How Do You Protect Against a DDoS Attack?

There is no single magic solution against DDoS; a layered defense is needed. One of the most effective methods is using DDoS protection services and a CDN: providers like Cloudflare or your hosting's DDoS protection filter incoming traffic and weed out malicious traffic before it reaches the site. A firewall and a web application firewall (WAF) block suspicious traffic with rules; rate limiting restricts the number of requests coming from a single source.

In addition, distributing traffic to multiple servers (load balancing), being able to increase capacity when needed, continuously monitoring traffic, keeping systems up to date and preparing an action plan strengthen protection. A strong password and up-to-date software for your own devices, so they do not join a botnet, are important too. Even for small sites, a good CDN and reliable hosting are important starting protection; I compiled general measures in my protection against cyber threats article. I always tell site owners: protection is proactive work, and preparing before the attack comes is far more effective than panicking when it arrives.

What Should You Do If You Are Under a DDoS Attack?

When you face a DDoS attack, acting fast and correctly reduces the damage. First confirm with traffic analysis whether what is happening is really a DDoS or another technical problem, and do not make a wrong diagnosis in haste. Then notify your hosting or provider immediately; your hosting company and DDoS protection provider can offer the fastest help to filter the traffic, so your first call should be to them.

If you have one, activate or strengthen your DDoS protection (like traffic filtering, "under attack" mode), and filter the suspicious traffic together with the provider. Record the time, sources and effects of the attack (logs), because they are needed both for analysis and a possible legal process; if the downtime lasts, inform your users. Especially in targeted, damaging or blackmail-containing attacks, report the situation to the Cybercrime units and the prosecutor's office, because this is a crime. After the attack passes, review your defense and strengthen the weak points. Remember, coping alone in serious DDoS attacks is hard; the most important step is quickly getting expert and provider support.

FAQ

Frequently Asked Questions

Quick answers for readers who skipped to the end.

What is DDoS, what does it stand for, how does it work?
DDoS stands for "Distributed Denial of Service". DDoS is a type of cyber attack that aims to make a website, server or online service INACCESSIBLE by flooding it with artificial or fake traffic from MANY sources at the same time. Its conceptual working logic: the attacker sends a huge amount of requests to the target at the same time, usually from many compromised devices (computers, IoT devices; the network they form is called a "botnet"). When the target system's capacity cannot handle this flood of fake traffic, it slows down or collapses completely; real users become unable to reach the site. By analogy: it is like thousands of people who will buy nothing crowding a store's door at the same time and preventing real customers from entering. Important: DDoS is not a "data-stealing" attack; its aim is to BLOCK the service (downtime, inaccessibility). This article is to help you understand DDoS and ESPECIALLY to PROTECT against it; it contains no attack method and should not, because organizing a DDoS attack is a crime.
What is the difference between DoS and DDoS?
Both aim to block a service; the difference is in the NUMBER OF SOURCES of the attack: (1) DoS (Denial of Service), the attack comes from a SINGLE source (a single computer or connection). It tries to exhaust the target with traffic from a single point. Because it is a single source, detecting and blocking it (for example by blocking that address) is relatively easier. (2) DDoS (Distributed Denial of Service), the attack comes from MANY distributed sources at the same time (usually from hundreds or thousands of compromised devices spread around the world, that is, a botnet). The word "Distributed" emphasizes this multi-source nature. DDoS is far more POWERFUL and far harder to block than DoS; because since the traffic comes from thousands of different places, the "block a single address" method does not work and separating which traffic is real and which is fake gets harder. In short: DoS is a single attacker, DDoS is like an "army" (botnet). The vast majority of serious attacks faced today are of the DDoS type; because its distributed structure makes it both powerful and hard to defend against.
What are the types of DDoS attacks?
DDoS attacks split roughly into three main groups according to which layer of the target they exhaust (this is useful for understanding the protection method; it is not an attack recipe): (1) VOLUMETRIC attacks, aim to fill the target's internet bandwidth with a huge amount of traffic; the most common and "brute force" type. The aim is to clog the line. (2) PROTOCOL attacks, aim to exhaust the resources of the target system or network hardware (server, firewall, load balancer) by using the weak points of network protocols. (3) APPLICATION LAYER attacks, directly target the web application (for example certain pages or functions of a website); they can exhaust the system even with less traffic, and because they resemble normal traffic, they are harder to detect. Knowing these types helps understand why a single defense is not enough and why layered protection is needed. Because attackers can combine different types, serious systems use multiple defense methods together. This information is for planning defense.
How do I tell I am under a DDoS attack?
The symptoms of a DDoS attack can resemble ordinary technical problems; but if these signs are seen together, the probability of DDoS is high: (1) Your website or service SUDDENLY and extremely SLOWS DOWN or becomes completely inaccessible. (2) The site crashes or times out without a known reason (maintenance, a busy campaign). (3) You observe an UNEXPLAINED, sudden and huge INCREASE in server or network traffic. (4) Most of the traffic comes from SUSPICIOUS sources; for example abnormally intense, strange or uniform requests from certain regions, many unknown addresses. (5) Requests to a certain page or service rise far above normal. (6) Server resources (CPU, memory, bandwidth) hit full for no reason. The way to notice these early is to MONITOR server and network traffic and performance (monitoring tools). Important distinction: sometimes a sudden traffic increase can come from a legitimate reason too (for example your content going viral); so you need to look at the NATURE of the traffic (source diversity, request pattern). If you suspect it, contact your hosting or server provider and, if you have one, your security team immediately; they can analyze the traffic, confirm whether it is DDoS and take measures.
Is launching a DDoS (organizing an attack) a crime?
Yes, organizing a DDoS attack is a CRIME and has serious legal consequences. This must be understood very clearly: carrying out an unauthorized DDoS attack on someone else's system, site or service is a CYBER CRIME in Turkey as in many countries of the world. In Turkey, attacks on information systems are regulated under the Turkish Penal Code (especially articles on accessing an information system, blocking or damaging the system, destroying data; for example articles 243 and 244 of the Penal Code) and provide for sanctions like imprisonment or a judicial fine. Blocking, damaging or making the operation of a system inaccessible constitutes a crime. Important points: (1) Excuses like "I just tried it", "I pranked my friend" or "it lasted a short time" do not remove the crime. (2) Being a TOOL in someone else's attack (joining a botnet knowingly or unknowingly) or buying an attack service also creates legal liability. (3) Penalties can get heavier according to the damage the attack causes. So even trying DDoS out of "curiosity or fun" would be a serious mistake. This content is to help you UNDERSTAND DDoS and PROTECT against it; it does not encourage or teach organizing an attack. If you are interested in cyber security, learning it through LEGAL and ETHICAL ways (authorized penetration testing, ethical hacker training, your own test environments) is both the right thing and a valuable career path.
How do you protect against a DDoS attack?
There is no single magic solution against DDoS; a LAYERED defense is needed. The main protection methods: (1) DDoS PROTECTION SERVICES or CDN, providers like Cloudflare, Akamai or your hosting's DDoS protection filter incoming traffic and weed out malicious traffic before it reaches the site; one of the most effective solutions against large-scale attacks. (2) FIREWALL and WAF (web application firewall), block suspicious traffic with rules, especially against application layer attacks. (3) RATE LIMITING, makes exhaustion harder by limiting the number of requests coming from a single source. (4) LOAD BALANCING and scalability, distributing traffic to multiple servers and being able to increase capacity when needed helps absorb sudden loads. (5) TRAFFIC MONITORING, for detecting anomalies early and responding fast. (6) UP-TO-DATE and SOLID infrastructure, keeping systems and software up to date, closing unnecessary open services. (7) AN ACTION PLAN, deciding in advance what to do during an attack. (8) IoT or device security, a strong password and up-to-date software so your own devices do not join a botnet. Even for small sites, a good CDN or DDoS protection and reliable hosting are important starting protection. Protection is proactive work: preparing before the attack comes is far more effective than panicking when it arrives.
What should I do if I am under a DDoS attack?
When you face a DDoS attack, acting fast and correctly reduces the damage: (1) CONFIRM, first verify (with traffic analysis) whether what is happening is really a DDoS or another technical problem; do not make a wrong diagnosis in haste. (2) Notify your HOSTING or PROVIDER IMMEDIATELY, your hosting company, internet service provider or DDoS protection provider can offer the fastest help to filter the traffic and reduce the attack; your first call should be to them. (3) Activate or strengthen DDoS PROTECTION, if you have one, enable the emergency measures of your CDN or DDoS protection service (like traffic filtering, "under attack" mode). (4) Filter the BAD TRAFFIC, try to block suspicious traffic together with the provider or security team (if the scale is large, doing this alone is hard, so professional support is important). (5) KEEP RECORDS, document the time, sources and effects of the attack (logs); both for analysis and a possible legal process. (6) COMMUNICATION, if the downtime lasts, inform your users or customers. (7) LEGAL APPLICATION, especially in targeted, damaging or blackmail-containing attacks (for example a threat of "the attack continues unless you pay"), report the situation to the Cybercrime units and the prosecutor's office; this is a crime. (8) AFTERWARD, after the attack passes, review your defense and strengthen the weak points. Remember: coping alone in serious DDoS attacks is hard; the most important step is quickly getting expert and provider support.
Summarize:
Özkan Göçer profile photo

Özkan Göçer

Growth Engineer & Digital Marketing Specialist

Özkan Göçer is a Growth Engineer and Digital Marketing Specialist with over 15 years of field experience and 200+ completed projects. He incorporates over 15 years of experience working with web technologies, modern development stacks, and digital infrastructures into this content.


Scroll to top