📖 What is Local Area Network (LAN)?
A Local Area Network (LAN) is a network connecting devices within a limited geographical area, such as a home, office, or school. LANs typically utilize Ethernet or Wi-Fi technologies for high-speed data transfer and resource sharing among connected devices, managed by a central switch or router.
"The exam will likely contrast LANs with WANs. Understand the common topologies (star, bus, ring) and the role of network devices like switches, routers, and access points within a LAN. Be familiar with IP addressing schemes used in LAN environments (private IP ranges)."
📚 Certification: CompTIA A+ Certification Exam Core 2 (220-1102)
🔑 What are the Key Concepts of Local Area Network (LAN)?
- ▸ LANs utilize private IP addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) for internal communication, not routable on the public internet.
- ▸ Common LAN topologies include star (most common, uses a central switch), bus (older, less reliable), and ring (rarely used today).
- ▸ Switches are essential for LANs, forwarding data only to the intended recipient device based on MAC addresses, improving efficiency.
- ▸ Wi-Fi access points extend a LAN wirelessly, using standards like 802.11 a/b/g/n/ac/ax to provide network connectivity.
- ▸ Understanding the difference between a LAN and a WAN is crucial; WANs connect LANs over larger geographical distances.
🎯 How does Local Area Network (LAN) appear on the 220-1102 Exam?
You may be asked to identify the best network type for connecting computers in a small office, differentiating between a LAN, WAN, and MAN.
A scenario might describe network connectivity issues within a home network – determine if the problem lies within the LAN (e.g., switch failure, incorrect IP configuration) or with the internet connection.
Expect questions about troubleshooting a LAN where devices cannot communicate with each other, requiring you to understand IP addressing and subnet masks.
❓ Frequently Asked Questions
What's the difference between a hub and a switch in a LAN?
A hub broadcasts data to all connected devices, while a switch intelligently forwards data only to the intended recipient, making switches much more efficient and secure for modern LANs.
How does a router fit into a LAN setup?
A router connects the LAN to other networks (like the internet), performing Network Address Translation (NAT) and providing firewall security. It manages traffic flow between the LAN and external networks.
Can a LAN exist without a router?
Yes, a simple LAN can function without a router, allowing devices to share resources locally. However, a router is needed for internet access and communication with other networks.