This research develops an Intrusion Detection System (IDS) based on Snort, optimized using parallel computing with the Message Passing Interface (MPI). The system is built with an architecture consisting of one master and two workers running Snort in parallel to detect ICMP traffic. Detection logs are collected through a shared folder and monitored by the master using a Python script, which als…