- Get link
- X
- Other Apps
This week, I explored the basics of operational security implementation. The focus was on firewalls and intrusion detection systems (IDS). I learned how firewalls are the first line of defense, filtering traffic based on predefined rules. IDS systems monitors network activity for signs of malicious behavior, adding an additional layer of protection. Understanding the role of these tools is critical for securing network infrastructures. We also completed our final team programming assignment which was to develop TLS-enabled servers on a Mininet network. This involved setting up a Mininet network and modifying a provided Python starter file. The main task of the assignment was to implement a group chat feature on top of the simple chat we created in the team programming assignment three. We also implemented the certificate authority (CA) to enable secure communication between the server and clients.