Skip to content

Lab10 - Security in Computer Networks (part2)

Learning Goals

After this week, you will understand the following concepts

  • Securing Email (PGP)
  • Securing TCP Connections (TLS)
  • Virtual Private Networks
  • Firewalls

Focus of the lab

  • Analyzing VPN for secure network tunnelling
  • Digital signatures for sender authentication and message integrity

Before Starting the Lab

  • Make sure you are in the "labs" directory in your VM. If not, move to the directory with the command cd ~/labs.
  • Save your work from the previous lab:
git add .
git commit -m "Commit message"
  • Get the lab for this week with the command git pull origin main --no-edit.
  • Good luck with the lab! :)