Network Security Flashcards
Why is network security important? (3)
- Business success
- Privacy
- Financial (e.g. new products)
List 4 physical security measures
- Locked access doors
- Biometric security
- Swipe cards
- CCTV
- Burglar alarms
- Chains and locks
What does a firewall do?
Software or hardware that protects a network connected to a LAN. Montors incoming and outgoing data and can be configured to allow only certain data in and out of the network.
How is eavesdropping done?
- Directly listening to digital or analogue audio communication
- Intercepting data by using packet analysers and decoding it
State two checks that are carried out during a code review
- Code vulnerabilities (does what’s intended but may create security issues)
- Bad coding practice (poor-quality code where to programmer hasn’t considered security)
Name 4 technical weaknesses that could allow a cyberattack to take place
- Unpatched software
- USB devices
- Smart devices
- Eavesdropping
What’s penetration testing?
Used to test a system in order to find vulnerabilities that an attacker could exploit. Testers try to gain unauthorised access and assess the security awareness of users and policies.
What should network security policies set out? (4)
- What users can and can’t do on the network e.g USB devices, internet downloads
- When and where backups are made
- When and who is responsible for software patches and OS updates
- What should be done if there is a security breach
What’s modular testing?
Testing independent blocks of code implementing a small number of routines, making problems easier to fix.