7
Introduction to Firewalls
Afirewall is a device that sits betweenyour computer andthe Internet thatprevents
unauthorized access to or from your network.Afirewall can be a computer using
firewall software or a special piece of hardware built specifically to act as a firewall. In
mostcircumstances, a firewall isused to prevent unauthorized Internet users from
accessingprivatenetworksor corporate LANs and Intranets.
Afirewallwatches all of theinformationmoving to and fromyournetwork and analyzes
each piece of data. Each piece of data is checked against a set of criteria that the
administrator configures. If any data does not meet the criteria, that data is blocked
and discarded. If the data meets the criteria, the data is passed through. This method
is called packet filtering.
A firewall can also run specific security functions based on the type of application or
type of port that is being used. For example, a firewall can be configured to work with
anFTPorTelnet server. Or afirewall can be configured towork with specific UDPor
TCPports to allow certainapplications or games towork properly overthe Internet.
Introduction to Local Area Networking
LocalArea Network (LAN) istheterm used when severalcomputers are connected
together over a small area such as a building or a group of buildings. LANs can be
connectedoverlarge areas.Acollection of LANs connectedover a large areais called
a WideArea Network (WAN).
ALAN consists of multiple computers connected to each other. There are many types
of media that can connect computers together. The most common media is CAT5
cable(UTPor STP twisted pairwire). Each computer musthavea Network Interface
Card (NIC), which communicates the data between computers.ANIC is usually a
10Mbpsnetwork card, or 10/100Mbpsnetwork card, ora wireless networkcard.
Wireless LocalArea Networks (WLANs) do not use wires; instead they communicate
overradiowaves.
Most networks use hardware devices such as hubs or switches that each cable can be
connected to in order to continue the connection between computers.Ahub simply
takesany dataarriving through each port and forwards the datato allother ports.A
switch is more sophisticated, in that a switch can determine the destination port for a
specific piece of data. Aswitch minimizes network traffic overhead and speeds up the
communicationover a network.
Networks take some time in order to plan and implement correctly. There are many
ways to configure your network. You may want to take some time to determine the
bestnetwork set-up for yourneeds.