This document provides an overview of denial of service (DoS) attacks and includes instructions for a lab exercise using hping3 to perform a SYN flooding DoS attack. The objectives are to help students learn how to carry out DoS attacks and test for DoS vulnerabilities. The lab will involve using hping3 to send a large amount of SYN packets continuously to a target host in order to consume its resources and cause a denial of service. Countermeasures like SYN cookies that eliminate allocated resources on the target are recommended to mitigate SYN flooding attacks.