As related to Entry Level Cable/DSL Router.
Cable/DSL Routers main function is to provide Network Address Translation (NAT). It is necessary to provide NAT when you share one Internet connection so that each computer will send, and receive the Internet information that belongs to it.
By product of this NAT is simple but effective Firewall.
NAT is implemented in a way that each computer can get only the info that was requested. Thus ?rouge? info. from the Internet can not get in since it was not requested. I.e. the NAT firewall just blocks en-mass every thing that tries to come in none requested, but does not relate to actual info.
NAT Firewall does not interact with outgoing information.
SPI is the next level of protection offered currently by the newest Cable/DSL Routers. It adds an actual examination of the Network Outbound and Inbound Packets, thus can make a content decision.
The following is an Example of the SPI help file on my Router (SMC Barricade).
Allow all to pass except those match the specified rules
Deny all to pass except those match the specified rules
You can specify 8 rules for each directions:
inbound or outbound. For each rule, you can define the following:
Source IP address
Source port address
Destination IP address
Destination port address
Protocol: TCP or UDP or both.
For source or destination IP address, you can define a single IP address (4.3.2.1) or a range of IP addresses (4.3.2.1-4.3.2.254). An empty implies all IP addresses.
Each rule can be enabled or disabled individually.
----------------------------------------------------
SPI might help businesses to control their employs ?recreational? surfing,
SPI can help parents to better protect their kids.
-----------------------------------------------------
More about protection here:
Basic Protection for Broadband Internet Installation.