Week 6 (Security in the Network Domain) Flashcards
What is a Network?
A network is a set of technologies used to connect computers together, to allow them to communicate and share resources, e.g. files
What are the types of Computer Networks?
LAN (Local Area Network)
WLAN (Wireless Local Area Network)
WAN (Wide Area Network)
What is a LAN (Local Area Network)?
It covers a small geographic area - such as a home or floor of a building.
A network device, e.g. A switch, provides connection points for computers and devices to be connected using cables (links)
What is a WLAN (Wireless LAN)?
It is a wireless network that allows devices to connect together using a Wireless Access Point (Wireless AP)
Connected to a LAN using a cable, forming a larger LAN
Current modems are created hybrid, where both the switch and the Wireless AP are connected.
What is a WAN?
For a LAN to communicate with another LAN or the internet, requires a networking device called a router.
Uses a Router to connect to the switch, connections over wide geographical areas.
Explain LAN Hardware.
NIC (Network Interface Controller) for each computer/device
Network device (interconnecting device) - Switch
Network Cables to connect the computers/devices to the switch.
What is a MAC Address?
MAC Address (Media Access Control Address) - allows devices to communicate within a LAN
It is a physical hardware address that is burnt into the NIC
Every NIC has one MAC - it is a unique number, produced by the manufacturer.
An IP address can be reused, but a MAC is unique, at least within the local network.
6 pairs of Hexadecimal
What is an IP Address?
An IP Address identifies each device connected to the internet. MAC is only used to identify computers within the LAN
What is a Port Number?
It uniquely identifies a network-based application.
An IP Address is used to identify the computer, whereas the port number specifies the application/program.
Examples of Port Numbers:
HTTP - 80
FTP - 21
Secure Shell port - 22
Telnet - 23
DNS - 53
HTTPS - 443
HTTP doesn’t have any encryption, but HTTPS does - don’t use port 80
Don’t use port 23 - Telnet - No security
What is a Firewall?
It is a system that is designed to prevent unauthorized access from entering the private network, by filtering the information from the internet.
What are the Different Types of Firewall?
Packet Filtering Firewall - filter based on rules - Rule-based firewall
Network-based firewall
Host-based firewall
What does the packet filtering firewall do?
It generally has three different actions: Allow (Let packet pass through), Deny (Drop the packet), or Prompt (Ask the user what action to take)
Rules are evaluated from top down, and once a rule is matched no further rules will be evaluated.
What is an ACL?
An Access Control List - Firewall Rules
Collection of allow and deny conditions, called rules, that provide security by blocking unauthorized users to access specific resources. Compare Source IP, Dest. IP, Source Port, Dest. Port, then decide what action to take.
Explain the Network-based Firewall and the Host-based Firewall.
Network-based firewall - deployed in line with traffic flow, protecting the entire network
Host-based firewall - Software application installed on computer, 2nd line of defence if unauthorized traffic has not been blocked by Network-based Firewall