Chapter 23: Network Security and Threats Flashcards
What is a firewall?
Prevents unauthorised access to a network or computer system via the internet.
What is another name of packet filtering?
Static filtering
What does packet filtering do?
Controls access of data packets to network, by inspecting source and destination IP addresses found in the header, and comparing to admin policies/rules.
Can also block packets depending on the port they try to access and protocols they use.
What is dynamic packet filtering (stateful inspection)?
Analyses data packets by recording,
- state of active connections,
- IP addresses, and
- port number.
The data packet may be rejected if coming from unknown source.
What does a proxy server do?
Intercepts all packets entering and leaving a network, hiding the true network address of the source from recipient.
- Enables privacy/anonymity.
Can hold cache of frequently visited websites to eliminate need for re-request from web page server.
- Speeds up user access to web page data and reduces web traffic.
Can filter requests using admin privileges and log user data to requests.
Exists between client and server, intercepting traffic and network from outside world.