Skip to main content

Local Area Networks LAN

Why use a LAN?
The two basic reasons for developing a LAN are information sharing and resource sharing. Information sharing refers to business needs that require users to access the same data files ,exchange emails or search the internet for information. Resource sharing refers to one computer sharing a hardware device (for e.g a printer) or software package with other computers on the network. The main benefit of resource sharing is cost savings, while the main benefit  of information sharing is improved decision making.
image courtesy Cray Networks

Dedicated Server versus Peer-to-Peer Networks
A dedicated server LAN has one computer that acts as the network server. It can connect with almost any other network,handle very large databases and use sophisticated LAN software. Moreover,high -end dedicated server LANs can be interconnected easily to form enterprise wide networks or in some cases replace the host mainframe central computer. Four common types of dedicated server LANs are file servers, database servers,print servers, and communication servers. All computers on a peer-to-peer LAN run special-network software that enables them to function both as a client and as a server.

LAN Components
The Network Interface card (NIC) enables the computer to be physically connected to the network cable,which provides the physical layer connection among the computers in the network. Most LANs are formed with un-shielded twisted pair (UTP) wires, shielded twisted pairs (STP) wires,coaxial cable, and fiber optic cable. Network Hubs provide an easy way to connect network cables and act as repeaters or amplifiers. Most buildings built today have a seperate LAN cable plan, as they do for telephone cables and electrical cables. Wireless LANs use similar protocols (Ethernet , for example) as other LANs,but they transmit data through air rather than by cable. The Network operating system (NOS) is the software that performs the functions associated with the data link and the network layers and interacts with the application software and the computer's own operating system. Every NOS provides two sets of software:one that runs on the network server(s) and one that runs on the network client(s). A network profile specifies what resources on each server are available for network use by other computers and which devices or people are allowed what access to the network.

Ethernet (IEEE 802.3)
Ethernet is the most commonly used LAN in the world, accounting for almost 70 percent of all LANs. Ethernet uses a bus topology and a contention based media access technique called carrier sense multiple access with collision detection (CSMA/CD). Many different types of Ethernet use different network cabling (e.g . 10Base-2, 10Base-5,10Base-T and 10Broad-36).

Token Ring (IEEE 802.5)
Token ring is the second most popular type of LAN, with almost 25 percent of the worldwide market. Token ring uses a ring topology with a controlled access technique called token passing.

Other LANs
Arcnet and AppleTalk are two older protocols not commonly used today. Wireless LANs(IEEE 802.11) are rapidly  growing type of LAN and can use infrared,or more commonly radio transmission( either direct-sequence spread spectrum or frequency -hopping spread-spectrum). Although wireless LANs enable communication with wires, they suffer from interference and low transmission rates (usually less than 2 Mbps).

image courtesy KSI
Improving LAN Performance
Every LAN has a bottleneck, a narrow point in the network that limits the number of messages that can be processed. Generally speaking , the bottleneck will lie either in the network server or the network circuit. Server performance can be improved with a faster NOS that provides better disk caching and disk elevatoring,by buying more servers and spreading applications among them,or by upgrading the server's CPU,memory,NIC and the speed and number of its hard disks. Circuit capacity can be improved by using token ring rather than Ethernet, and by segmenting the network into several separate LANs. Overall LAN performance also can be improved by reducing the demand for the LAN by moving files off the LAN, using disk caching on the client computers, and by shifting the user's routines.

Selecting a LAN
It should satisfy the Network Needs. ,it should also meet the Technology issues which include protocol,configuration/topology, network operating system,vendor service and support, application systems,number and type of servers, cleint computers and users, and Network Interface Cards.

Comments

Popular posts from this blog

Advantages of E-Commerce

Electronic Commerce increases Profits : Electronic commerce increases sales and decrease costs. Advertising on the web reaches all the users of that website. A firm can use the web to reach communities which are scattered geographically. The web's natural advantage is that it is low cost medium for disseminating information and processing transaction. for e.g the cost of advertising on the web is much less as compared to advertising in a newspaper. Another benefit of web based commerce is that information based industries excel here. A virtual organisation increases efficiency through the automation of processes. The cost of handling sales inquiries and determining product availability can be reduced with the help of e-commerce in the marketing process of the business. E-commerce increases the speed and accuracy with which businesses can exchange information which reduces costs on both sides of transactions. Another Advantage of e-commerce is

Unified Modeling Language- (UML)

Brief Background UML is a language for specifying,visualizing ,documenting and constructing the artifacts of software systems,as well as for business modeling and other non-software systems. UML has been developed by Grady  Booch, James Rumbaugh and Ivar Jacobson. Goals of UML are : To model systems using Object oriented concepts. To establish an explicit coupling to conceptual as well as executable artifacts To address the issues of scale inherent in complex , mission critical systems. To create a modeling language that can be used by humans as well as machines.  Understanding the thirteen diagrams of UML 2.x is an important part of understanding OO development. Although there is  far more to modeling than just the UML  the reality is the UML defines the standard modeling artifacts when it comes to object technology. There are three classifications of UML diagrams: Behavior diagrams . A type of diagram that depicts behavioral features of a system or business