Skip to main content

Local Area Network (LAN)

What is LAN?

LAN stands for “Local Area Network” is a network that is contains within a limited area, such as a single building (school, residence, laboratory, college, university campus, office). Every computer connected to the network (via LAN) is said to be “on the network”. The technical term for a computer that’s on the network is a node. Local Area Network has the two most common technologies such that Ethernet and Wi-Fi.

Types of LAN

There are two types of LAN such that client/server LAN and peer-to-peer LAN. A client/server LAN consists of several devices (the clients) connected to a central server. The server manages file storage, application access, device access, and network traffic. A peer-to-peer LAN doesn't have a central server and cannot handle heavy workloads like a client/server LAN can, and so they're typically smaller. On a peer-to-peer LAN, each device shares equally in the functioning of the network. The devices share resources and data through wired or wireless connections to a switch or router. Most home networks are peer-to-peer.

What is Ethernet?

Ethernet is the most common type of computer network used in local area network (LAN), a wide area network (WAN), and a metropolitan area network (MAN). Therefore the Ethernet has a standard packet format that all packets sent on an Ethernet network must follow. An Ethernet packet contains the following information.

Ethernet Packet Information

  • Preamble: The preamble consists of 56 bits of alternating ones and zeros and is use to synchronize the precise timing required to read packet data.
  • Start-of-frame marker: A start-of-frame marker is a single byte that indicates that the frame is about to begin.
  • Destination MAC address (six bytes).
  • Sender MAC address (six bytes).
  • Tag: The tag, which is use to support virtual local area networks (VLANs), is optional. Therefore a VLAN lets you divide two or more distinct LANs on a shared physical infrastructure.
  • Ethertype (two bytes): This field indicates the specific protocol that is contains in the payload.
  • Payload: The payload contains the actual data being sent by the packet. The payload can be anywhere from 46 to 1,500 bytes. If the information that needs to be sent is longer than 1,500 bytes, the information must be broken into two or more packets, sent separately, and then reassembled when the packets reach their destination. Therefore the tasks of breaking up and reassembling the data are handle by protocols at higher layers in the OSI framework. Ethernet itself has no understanding of what is in the packets it sends.
  • Frame check sequence (four bytes): The frame check sequence (FCS) is used to ensure that the frame data was sent correctly. Basically, the interface that sends the packet uses an algorithm to calculate a four-byte number based on the contents of the frame and saves this number in the FCS field. When the packet is receive, the receiving interface repeats the calculation, and then makes sure that the number recorded in the FCS portion of the packet matches the number it calculated. If the numbers disagree, the packet got garble in transmission and is discards.

What is Wi-Fi?

A Wi-Fi is stands for “Wireless Fidelity” is a common name for wireless networking technology. Wi-Fi Access Point that works with most 802.11 Wi-Fi standards and protocols, including 802.11ac. They are commonly used for local area network of devices and Internet access.

Also learn about IP Routing

 

Comments

Popular posts from this blog

Interconnecting Devices

Interconnecting Devices An Interconnecting devices is a network device. It used to transfer data from one computer to other computer with the help of network devices. There are five categories of interconnecting devices are such as. Router  Hubs  Switches/Bridge  Repeater  BRouter Repeater: Now I am going to tell you the repeater is an electronic device that used to receive and send a signal. It amplifies the signal and noise. It provides transmission of the signal.  HUB (Hyper User Bus):  In this, it used to link several computers in the same network. It based on broadcasting, and it sends the data to all computers and repeats the signal which receives a signal from one port and copies to other port and traffic are high. Bridge / Switch:  In this, we can see the interconnecting devices which can divide a single network into two or more segment are called Bridge / Switch.  It has multiple ports like 2, 4, 16, and 32. The Switch main...

Printer

What is Printer? Another widely used output device is a printer and it is a computer peripheral device. A printer produces a hard copy of a processed text or a result. A hard copy refers to a permanent human-readable text or graphics taken on physical print media such as paper or transparency. A printer will use toner to provide a quality print on paper, a toner is a replaceable material. Once the toner gets empty we can refill it and reuse it.  Most of the printers are used for commercial purposes such as private offices, industries, government offices, photo studios, etc,. Most of the printers are used to print emails, documents, files, images, color photos, color documents, color posts, banners, advertisement posters, etc,. There are the following 5 types of printers such as dot matrix printer, inkjet printer, laser printer, dye-sublimation printer, and plotter printer this are all the printer which uses nowadays for a printing purpose. A printer is characterized by the followin...

CMOS

What is CMOS? CMOS stands for Complimentary Metal Oxide Semi-Conductor and it stores roughly 64Kb of data. It is the part of the southbridge in most computers. The specification stored in Complimentary Metal Oxide Semi-Conductor must match hardware and it allows you to access the BIOS. When hardware is change or update, Complimentary Metal Oxide Semi-Conductor must be updated. CMOS Battery Accessing BIOS through CMOS setup Complimentary Metal Oxide Semi-Conductor can only be accessed when the PC is booting and key combination at start-up. The changes are stores on an NVRAM Complimentary Metal Oxide Semi-Conductor chip. The mouse doesn’t work in Complimentary Metal Oxide Semi-Conductor setup. AMI and AWARD BIOS – DEL key  PHOENIX BIOS – CTRL, ALT and ESC keys or F2        CMOS Chip Complimentary Metal Oxide Semi-Conductor is stored in an SRAM chip called Non-Volatile Random Access Memory (NVRAM). It stores data that is uses by the BIOS and NVRAM is powered by Com...