LAN (Local Area Network): Difference between revisions
Defines the term LAN and Local Area Network. |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
In the context of this wiki and computing in general, LAN refers to a l'''ocal area network'''. A device connected to a '''local area network''' is generally able to communicate with other devices within the '''LAN''' without having to cover larger distances or access the internet. Usually, this term refers to the network within an organization, the network of a household, or the network of another entity. The devices connected to a LAN are typically configured behind a layer of obfuscation like NAT Network Address Translation<ref>{{Cite web |title=Network Address Translation (NAT) |url=https://www.geeksforgeeks.org/computer-networks/network-address-translation-nat/ |url-status=live |access-date=2025-08- | In the context of this wiki and computing in general, LAN refers to a l'''ocal area network'''. A device connected to a '''local area network''' is generally able to communicate with other devices within the '''LAN''' without having to cover larger distances or access the internet. Usually, this term refers to the network within an organization, the network of a household, or the network of another entity. The devices connected to a LAN are typically configured behind a layer of obfuscation like NAT Network Address Translation<ref>{{Cite web |date=2025-08-12 |title=Network Address Translation (NAT) |url=https://www.geeksforgeeks.org/computer-networks/network-address-translation-nat/ |url-status=live |access-date=2025-08-20 |website=Geeks for Geeks}}</ref> all sharing one or more public IP addresses connecting the '''LAN''' to the internet. Generally, the devices on a LAN are assigned IP addresses in the private range<ref>{{Cite web |date=2010-06-15 |title=Private-Use IP Addresses |url=https://www.iana.org/help/private-addresses |url-status=live |access-date=2025-08-20 |website=IANA Internet Assigned Numbers Authority}}</ref>. | ||
The below IP ranges as defined by IANA are listed in classes but are more commonly applied using CIDR (Classless Inter-Domain Routing) to maximize address usage efficiently<ref>{{Cite web |title=Classless Inter Domain Routing (CIDR) |url=https://www.geeksforgeeks.org/computer-networks/classless-inter-domain-routing-cidr/ |url-status=live | The below IP ranges as defined by IANA are listed in classes but are more commonly applied using CIDR (Classless Inter-Domain Routing) to maximize address usage efficiently<ref>{{Cite web |date=2025-07-11 |title=Classless Inter Domain Routing (CIDR) |url=https://www.geeksforgeeks.org/computer-networks/classless-inter-domain-routing-cidr/ |url-status=live |access-date=2025-08-20 |website=Geeks for Geeks}}</ref>. | ||
IPV4 Classed Private IP Address Ranges: | IPV4 Classed Private IP Address Ranges: | ||
Line 14: | Line 14: | ||
*'''FD00::/7''' | *'''FD00::/7''' | ||
==References== | |||
<references /> | <references /> | ||
[[Category:Common terms]] |
Latest revision as of 23:42, 20 August 2025
In the context of this wiki and computing in general, LAN refers to a local area network. A device connected to a local area network is generally able to communicate with other devices within the LAN without having to cover larger distances or access the internet. Usually, this term refers to the network within an organization, the network of a household, or the network of another entity. The devices connected to a LAN are typically configured behind a layer of obfuscation like NAT Network Address Translation[1] all sharing one or more public IP addresses connecting the LAN to the internet. Generally, the devices on a LAN are assigned IP addresses in the private range[2].
The below IP ranges as defined by IANA are listed in classes but are more commonly applied using CIDR (Classless Inter-Domain Routing) to maximize address usage efficiently[3].
IPV4 Classed Private IP Address Ranges:
- Class A: 10.0.0.0 to 10.255.255.255 (16.777.216 IP addresses)
- Class B: 172.16.0.0 to 172.31.255.255 (1.048.576 IP addresses)
- Class C: 192.168.0.0 to 192.168.255.255 (65.536 IP addresses)
IPV6 Private IP Address Range:
- FD00::/7
References[edit | edit source]
- ↑ "Network Address Translation (NAT)". Geeks for Geeks. 2025-08-12. Retrieved 2025-08-20.
{{cite web}}
: CS1 maint: url-status (link) - ↑ "Private-Use IP Addresses". IANA Internet Assigned Numbers Authority. 2010-06-15. Retrieved 2025-08-20.
{{cite web}}
: CS1 maint: url-status (link) - ↑ "Classless Inter Domain Routing (CIDR)". Geeks for Geeks. 2025-07-11. Retrieved 2025-08-20.
{{cite web}}
: CS1 maint: url-status (link)