Difference between revisions of "LAN"

From Hackepedia
Jump to navigationJump to search
(listening to BFF)
m (lower case r)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Local Area Network.  Usually it's short-range high speed links such as (any variation of) [[Ethernet]], [[FDDI]], [[Token Ring]] or wireless alternatives (also in assosciation with [[PAN]] and VOIP mode cell phones).
+
Local Area Network.  Usually it's short-range high speed links such as (any variation of) [[Ethernet]], [[FDDI]], [[Token ring]] or [[wireless]] alternatives (also in association with [[PAN]] and [[VOIP]] mode cell phones).
  
If you have more than one host on your local network whether it's at home or a business the resulting network is called LAN.  A [[WAN]] or [[MAN]] link then connects this LAN with another LAN in another location.
+
If you have more than one host on your local network whether it's at home or a business the resulting network is called LAN.  A [[WAN]] or [[MAN]] link then connects this LAN with another LAN in another location to form an internet (small i, Internet with a large I means "the official" Internet).
  
A simple home example is as soon as you have two or more computers connecting each other and thus (possibly) connecting to the [[Internet]], you create a LAN. A LAN has different [[Topology|Topologies]] that an administrator can choose from.  See picture. Every host will need its own [[IP]].
+
A LAN has different [[Topology|topologies]] that an administrator can choose from.  See picture. Every host will need its own [[IP]] if it is connected to the [[Internet]].  Other LAN addressing protocols exist as well.
  
[[Image:Lan-topologies.jpg]]
+
In the beginning a bus topology was very common and later with [[Ethernet]] [[switch|switching]] a star topology connected most nodes on a LAN.  One topology that is not listed is a mesh and/or partial mesh.  A [[mesh]] means every node on a LAN connects multiple times to other nodes, traffic may go through any link not just the one connecting to a centralized hub.
 
 
In the beginning a bus topology was very common and later with [[Ethernet]] [[switching|switch]] a star topology connected most nodes on a LAN.  One topology that is not listed is a mesh and/or partial mesh.  A [[mesh]] means every node on a LAN connects multiple times to other nodes, traffic may go through any link not just the one connecting to a centralized hub.
 
  
 
You can use an [[RFC]] 1918 address, which were created specifically for private addressing, so you can play as you wish on your home network.  
 
You can use an [[RFC]] 1918 address, which were created specifically for private addressing, so you can play as you wish on your home network.  
  
10.0.0.0 – 10.255.255.255 (10.0.0.0/8)
+
10.0.0.0 – 10.255.255.255 (10.0.0.0/8)
 
+
172.16.0.0 – 172.31.255.255 (172.16.0.0/12)
172.16.0.0 – 172.31.255.255 (172.16.0.0/12)
+
192.168.0.0 – 192.168.255.255 (192.168.0.0/16)
 
 
192.168.0.0 – 192.168.255.255 (192.168.0.0/16)
 
  
These IP's are [[NAT]] address space meaning they can talk outbound to any Internet host and in some cases inbound when certain [[TCP]] handshaking occurs that is defined to be opened by both sides.  Such setups usually don't occur other than LAN breaches from an outside intruder who places a foreign/malicious machine on the LAN.
+
These IP's are [[NAT]] (private) address space meaning they can talk outbound to any Internet host and in some cases inbound when certain [[TCP]] handshaking occurs that is defined to be opened by both sides.  Such setups usually don't occur other than LAN breaches from an outside intruder who places a foreign/malicious machine on the LAN.
  
 
You can use any IP address on your LAN, do note that [[RFC]] 1627 describes why Network 10 is considered harmful.  The goal of architects before the 1600's RFC's was that every node on the internet should be reachable and thus have public IP space.  Firewalling is only ever needed if you fear for the safety of the network, which means a misdesign somewhere that isn't easily fixed.
 
You can use any IP address on your LAN, do note that [[RFC]] 1627 describes why Network 10 is considered harmful.  The goal of architects before the 1600's RFC's was that every node on the internet should be reachable and thus have public IP space.  Firewalling is only ever needed if you fear for the safety of the network, which means a misdesign somewhere that isn't easily fixed.

Latest revision as of 03:44, 1 June 2008

Local Area Network. Usually it's short-range high speed links such as (any variation of) Ethernet, FDDI, Token ring or wireless alternatives (also in association with PAN and VOIP mode cell phones).

If you have more than one host on your local network whether it's at home or a business the resulting network is called LAN. A WAN or MAN link then connects this LAN with another LAN in another location to form an internet (small i, Internet with a large I means "the official" Internet).

A LAN has different topologies that an administrator can choose from. See picture. Every host will need its own IP if it is connected to the Internet. Other LAN addressing protocols exist as well.

In the beginning a bus topology was very common and later with Ethernet switching a star topology connected most nodes on a LAN. One topology that is not listed is a mesh and/or partial mesh. A mesh means every node on a LAN connects multiple times to other nodes, traffic may go through any link not just the one connecting to a centralized hub.

You can use an RFC 1918 address, which were created specifically for private addressing, so you can play as you wish on your home network.

10.0.0.0 – 10.255.255.255 (10.0.0.0/8)
172.16.0.0 – 172.31.255.255 (172.16.0.0/12)
192.168.0.0 – 192.168.255.255 (192.168.0.0/16)

These IP's are NAT (private) address space meaning they can talk outbound to any Internet host and in some cases inbound when certain TCP handshaking occurs that is defined to be opened by both sides. Such setups usually don't occur other than LAN breaches from an outside intruder who places a foreign/malicious machine on the LAN.

You can use any IP address on your LAN, do note that RFC 1627 describes why Network 10 is considered harmful. The goal of architects before the 1600's RFC's was that every node on the internet should be reachable and thus have public IP space. Firewalling is only ever needed if you fear for the safety of the network, which means a misdesign somewhere that isn't easily fixed.