# Local Area Network
## What is a LAN
A Local Area Network, commonly referred to as LAN, is a network that connects devices within a limited geographic area such as a home, office, school, or building. The coverage area of a LAN is typically within a few hundred meters, though it can extend up to a kilometer in some configurations. LANs are the most commonly used type of network and form the foundation of most organizational networking.
## Characteristics of LAN
LANs operate over short distances, which allows them to use high-speed transmission technologies. Data transfer speeds in modern LANs typically range from 100 megabits per second to 10 gigabits per second or more. Because the devices are close together, the cost of cabling and equipment is relatively low compared to larger networks. LANs typically have very low latency because data does not need to travel far. The network is usually owned, managed, and maintained by a single organization.
## Technologies Used in LAN
Ethernet is the dominant technology used in wired LANs. It uses twisted pair cables or fiber optic cables to connect devices through switches. The IEEE 802.3 standard defines Ethernet specifications. Wireless LAN, also known as WiFi, uses the IEEE 802.11 family of standards to connect devices without physical cables. Modern offices often combine both wired and wireless connections to accommodate different types of devices.
## Components of a LAN
A typical LAN consists of computers and other end devices, network interface cards in each device, switches to connect devices together, routers to provide internet access, cables or wireless access points for connectivity, and a server that may provide file storage, print services, or authentication.
## Applications of LAN
LANs are used in offices to allow employees to share files, printers, and internet access. Schools use LANs to connect classroom computers to servers and the internet. Homes use LANs to connect all devices in the house to a shared internet connection. Data centers use LANs to connect servers and storage systems within the same facility.
## Advantages of LAN
LANs provide very high data transfer speeds within the network. They are relatively inexpensive to set up and maintain. Resource sharing within the LAN is fast and efficient. The network administrator has full control over the network. Data security is easier to manage when the network is contained within a physical location.
## Disadvantages of LAN
The coverage area is limited to a small geographic region. Setting up a wired LAN requires running cables through walls and ceilings, which can be disruptive. If the central switch fails, multiple devices may lose connectivity. Wireless LANs are susceptible to interference from other wireless devices.Back to Subject