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 |
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
What is sudo bash command?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What is linux pwd (print working directory) command?
What is bash command?
How can I check the exit status of my previous command in Linux operating system?
0 Answers SwanSoft Technologies,
what is major and minor?
What is df -i command?
What is tail command in linux?
What is the command to see the installed rpm's in the linux system.
What is the use of mv command in linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?