FUNDAMENTALS OF COMPUTER

COMPUTER THREATS SECURITY

WHAT IS A FIREWALL IN NETWORK SECURITY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
iptables-t filter-A INPUT-s 59.45.175.62-j REJECTWhat is the function of this rule?
A
Any packet coming from 59.45.175.62 will be blocked and a “connection reset” or a “destination host unreachable” packet will be sent.
B
Any packet coming from 59.45.175.62 will be blocked without any reply
C
Any packet send to 59.45.175.62 will be blocked
D
Any packet send to 59.45.175.62 will be blocked with reply
Explanation: 

Detailed explanation-1: -IPTables Rules Rules are placed within a specific chain of a specific table. As each chain is called, the packet in question will be checked against each rule within the chain in order. Each rule has a matching component and an action component.

Detailed explanation-2: -Iptables is an interface that uses Netfilter to classify and act on packets.

Detailed explanation-3: -iptables is a user-space utility program that allows a system administrator to configure the IP packet filter rules of the Linux kernel firewall, implemented as different Netfilter modules. The filters are organized in different tables, which contain chains of rules for how to treat network traffic packets.

There is 1 question to complete.