what are the basic elements of firewall?
Answers were Sorted based on User's Feedback
Answer / jks
A firewall should be able to filter packets (drop/pass them)
based on certain rules specified by the user . The rules may
be used to identify an incoming packet to the computer or
outgoing packet from the computer , it can be based on
target port number/ip add , traffic from a particular
network card etc ...
The firewall rules can be in a tabular form(saved on the
disk) from where the firewall software can read them and
implement it .
iptables firewall on Linux is a great example .
| Is This Answer Correct ? | 12 Yes | 2 No |
Is llvm a virtual machine?
what is the command To print script arguments
What is llvm used for?
The command ‘umask -S’
Linux system monitoring Tools?
How do you find files in Linux?
ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?
what r the different command to check ram,process and hdd of linux machine
How much ram do I have linux?
What does chmod 777 do?
How to reset root password via command Redhat 5.2
What is grep command?