Skip to content
atlas

Don't confuse these

Intrusion detection system (IDS) vs Intrusion prevention system (IPS)

Why they differ

An IDS only watches and warns; an IPS sits in the path of traffic and blocks what it judges harmful.

Intrusion detection system (IDS)

Controls & technical basics

A watcher that inspects network traffic or a machine's activity and warns when it spots signs of an attack - without stopping it.

Formal

A system that examines copies of network packets or activity on a host, compares them against known attack patterns or normal behaviour, and reports matches as alerts while leaving the traffic itself untouched.

In plain English

Like a burglar alarm - it rings when someone breaks in, but it does not lock the door.

In practice

At a regional hospital, the IDS sees a PC in the finance office trying to reach hundreds of other machines within seconds and sends an alert to the SIEM, where the on-duty analyst decides what to do.

Why it matters

Because it only watches, it can be placed almost anywhere without risk of blocking real work - but someone must act on its warnings, or they are worth nothing.

Intrusion prevention system (IPS)

Controls & technical basics

A guard placed in the path of network traffic that recognises signs of an attack and blocks them as they happen.

Formal

A system placed directly in the flow of network packets that checks each against known attack patterns or unusual behaviour and drops or cuts off the traffic it judges harmful before it reaches its target.

In plain English

Like a bouncer at the door who turns away anyone matching a description, instead of just phoning the police.

In practice

An outside server sends a request built to abuse a known flaw in a municipality's self-service site for citizens; the IPS recognises the pattern and drops it, and the network team sees only a blocked entry in the log.

Why it matters

It stops attacks without waiting for a human, but a wrong judgement blocks real users too - so rules must be tuned to balance safety against availability.

Shared connections

Atlas is in beta.