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 |
How do I run whois command?
How do you create a text file in linux?
What are the commands used in command prompt?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
what is the fastest way to enter a series of commands from the command-line in linux
What is free linux?
Explain grep command.
script is like x=10; y=20; [$x-ne$y]; echo $ please give me output.
i am prepairing for 2+ yrs exp in oracle/unix production support, which topics should i cover in unix/linux and sql plz help
What is mkdir p linux?
How does mkdir work in linux?
What does && mean in linux?