Network security common tools & techniques
NAT
- A NAT (Network Address Translation or Network Address Translator) is the virtualization of Internet Protocol (IP) addresses
- To hide you’re true IP address
The purpose of NAT
Helps improve security and decrease the number of IP addresses an organization needs.
Advantages
- It prevent the depletion of IPV4 addresses
- Allows to use your own private IPv4 addressing system and prevent the internal address changes if you change the service provider.
Disadvantages
- NAT (Network Address Translation) may cause delay in IPv4 communication.
- NAT (Network Address Translation) cause loss of end-device to end-device IP traceability
Why organization need to implement it?
NAT is a very important aspect of firewall security. It conserves the number of public addresses used within an organization, and it allows for stricter control of access to resources on both sides of the firewall.
What will happen if not configured properly?
DMZ (Demilitarized zone)
Protect from authorized access
Are a rescue server that adds an additional layer of security to a network and acts as a buffer between a local area network and less secure network which is the internet.
The purpose of DMZ
The purpose of a DMZ is to add an additional layer of security to an organization's local area network (LAN)
Advantages
Increase the security of your LAN considerably.
The sensitive information that should be restricted to your LAN will not be stolen or viewed.
Disadvantages
Hackers are able to penetrate your firewall, they will have access to both the DMZ and the internal network
Why organization need to implement it?
What will happen if not configured properly?
FIREWALL
A system designed to prevent unauthorized access to or from a private network
The purpose of Firewall
Firewall prevents unauthorized internet users from accessing private networks connected to the internet, especially intranets.
Firewall prevents unauthorized internet users from accessing private networks connected to the internet, especially intranets.
Advantages
- it is a barrier between the internal and external networks, thus helps us preventing unusual access.
- With a Firewall, you can also control internet speed. The firewall prevention system depends on many criteria such as the sites are used malicious or not and the host of the server is trusted or not etc.
Disadvantages
Why organization need to implement it?
Because can access the internet.
What will happen if not configured properly?
Cannot access the internet.
Comments
Post a Comment