Explain about Local Area Network (LAN).
Local
Area Networks:
Local
area networks, generally called LANs, are privately-owned networks within a
single
building or campus of up to a few kilometres in size. They are widely used to
connect
personal
computers and workstations in company offices and factories to share resources
(e.g.,
printers) and exchange information. LANs are distinguished from other kinds of
networks
by three characteristics:
(1)
Their size,
(2)
Their transmission technology, and
(3)
Their topology.
LANs
are restricted in size, which means that the worst-case transmission time is bounded
and known in advance. Knowing this bound makes it possible to use certain kinds
of
designs
that would not otherwise be possible. It also simplifies network
management.
LANs
may use a transmission technology consisting of a cable to which all the
machines
are attached, like the telephone company party lines once used in rural areas.
Traditional
LANs run at speeds of 10 Mbps to 100 Mbps, have low delay (microseconds or nanoseconds),
and make very few errors. Newer LANs operate at up to 10 Gbps various
topologies are possible for broadcast LANs. Figure1 shows two of them. In a bus
(i.e., a linear cable) network, at any instant at most one machine is the
master and is allowed
to transmit. All other machines are required to refrain from sending. An
arbitration mechanism
is needed to resolve conflicts when two or more machines want to transmit simultaneously.
The arbitration mechanism may be centralized or distributed. IEEE 802.3, popularly
called Ethernet, for example, is a bus-based broadcast network with decentralized
control,
usually operating at 10 Mbps to 10 Gbps. Computers on an Ethernet can transmit whenever
they want to; if two or more packets collide, each computer just waits a random time
and tries again later.
A
second type of broadcast system is the ring. In a ring, each bit propagates around on its
own, not waiting for the rest of the packet to which it belongs. Typically,
each bit circumnavigates
the entire ring in the time it takes to transmit a few bits, often before the complete
packet has even been transmitted. As with all other broadcast systems, some
rule is needed
for arbitrating simultaneous accesses to the ring. Various methods, such as
having the machines
take turns, are in use. IEEE 802.5 (the IBM token ring), is a ring-based LAN operating
at 4 and 16 Mbps. FDDI is another example of a ring network.
No comments:
Post a Comment