L3 CN Classification of Networks
L3 CN Classification of Networks
Current Ethernet or other IEEE 802.3 LAN technologies operate at data transfer rates up to
10 Gbit/s.
Characteristics of LAN
Higher data transfer rates
Smaller geographic range
No need for leased telecommunication lines
Wide Area Network (WAN)
A wide area network (WAN) is a computer network that covers a large geographic area such
as a country, or spans even intercontinental distances, using a communications channel that
combines many types of media such as telephone lines, cables, and air waves. A WAN often
uses transmission facilities provided by common carriers, such as telephone companies.
WAN technologies generally function at the lower three layers of the OSI reference model:
the physical layer, the data link layer, and the network layer.
Backbone network
A backbone network is part of a computer network infrastructure that interconnects various
pieces of network, providing a path for the exchange of information between different LANs
or sub-networks. A backbone can tie together diverse networks in the same building, in
different buildings in a campus environment, or over wide areas. Normally, the backbone's
capacity is greater than that of the networks connected to it.
A large corporation which has many locations may have a backbone network that ties all of
these locations together, for example, if a server cluster needs to be accessed by different
departments of a company which are located at different geographical locations. The
equipment which ties these departments together constitutes the network backbone.
Network performance management including network congestion is critical parameters
taken into account when designing a network backbone.
A specific case of a backbone network is the Internet backbone, which is the set of wide-area
network connections and core routers that interconnect all networks connected to the
Internet.
Intranets
Intranets are in-house, tailor-made networks for use within the organization and provide
limited access (if any) to outside services and also limit the external traffic (if any) into the
intranet.
An intranet might have access to the Internet but there will be no access from the Internet to
the organization’s intranet.
Organizations which have a requirement for sharing and distributing electronic information
normally have three choices:
- Use a proprietary groupware package such as Lotus Notes
- Set up an Intranet
- Set up a connection to the Internet
STUDY TEXT
Groupware packages normally replicate data locally on a computer whereas Intranets
centralize their information on central servers which are then accessed by a single browser
package. The stored data is normally open and can be viewed by any compatible WWW
browser. Intranet browsers have the great advantage over groupware packages in that they
are available for a variety of clients, such as PCs, Macs, UNIX workstations and so on. A client
browser also provides a single GUI interface, which offers easy integration with other
applications such as electronic mail, images, audio, video, animation and so on.
Extranets
Extranets (external Intranets) allow two or more companies to share parts of their Intranets
related to joint projects. For example, two companies may be working on a common project,
an
Extranet would allow them to share files related with the project.
• Extranets allow other organizations, such as suppliers, limited access to the
organization’s network.
• The purpose of the extranet is to increase efficiency within the business and to
reduce costs
Client-Server networks
Typically consists of a designated computer to administer the network
Nodes are called clients
Servers are used to control access
Resources centralized on dedicated servers, from which clients get services on
request
Nodes and servers share data roles
Supports larger networks
Strong security
Expensive
Access to data controlled by server
Uses a Network operating system
A ring network is a network topology in which each node connects to exactly two other
nodes, forming a single continuous pathway for signals through each node - a ring. Data
travels from node to node, with each node along the way handling every packet.
Advantages
Very orderly network where every device has access to the token and the opportunity
to transmit
Performs better than a bus topology under heavy network load
Does not require a central node to manage the connectivity between the computers
Due to the point to point line configuration of devices with a device on either side
each device is connected to its immediate neighbor, it is quite easy to install and
reconfigure since adding or removing a device requires moving just two connections.
Point to point line configuration makes it easy to identify and isolate faults.
Disadvantages
One malfunctioning workstation can create problems for the entire network. This can
be solved by using a dual ring or a switch that closes off the break.
Moves, adds and changes of devices can affect the network
Communication delay is directly proportional to number of nodes in the network
Bandwidth is shared on all links between devices
More difficult to configure than a Star: node adjunction ⇨ Ring shutdown and
reconfiguration
Mesh networking (topology) is a type of networking where each node must not only
capture and disseminate its own data, but also serve as a relay for other nodes, that is, it must
collaborate to propagate the data in the network.
A mesh network can be designed using a flooding technique or a routing technique. When
using a routing technique, the message propagates along a path, by hopping from node to
node until the destination is reached. To ensure all its paths' availability, a routing network
must allow for continuous connections and reconfiguration around broken or blocked paths,
using self-healing algorithms
Advantages
Point to point line configuration makes identification and isolation of faults easy.
Messages travel through a dedicated line meaning that only the intended recipient
receives the message: privacy and security is thus ensured,
In the case of a fault in one link, only the communication between the two devices
sharing the link is affected.
The use of dedicated links ensures that each connection carries its own data load thus
ridding of traffic problems that would have been encountered if a connection/link
was shared.
Disadvantages
If the network covers a great area, huge investments may be required due to the
amount of cabling and ports required for input and output devices. It is a rare choice
of a network connection due to the costs involved.
Star topology
Star networks are one of the most common computer network topologies. In its simplest
form, a star network consists of one central switch, hub or computer, which acts as a conduit
to transmit messages. This consists of a central node, to which all other nodes are connected;
this central node provides a common connection point for all nodes through a hub. In Star
topology every node (computer workstation or any other peripheral) is connected to central
node called hub or switch.
Advantages
Better performance: star topology prevents the passing of data packets through an
excessive number of nodes. At most, 3 devices and 2 links are involved in any
communication between any two devices. Although this topology places a huge
overhead on the central hub, with adequate capacity, the hub can handle very high
utilization by one device without affecting others.
Isolation of devices: Each device is inherently isolated by the link that connects it to
the hub. This makes the isolation of individual devices straightforward and amounts
to disconnecting each device from the others. This isolation also prevents any non-
centralized failure from affecting the network.
Benefits from centralization: As the central hub is the bottleneck, increasing its
capacity, or connecting additional devices to it, increases the size of the network very
easily. Centralization also allows the inspection of traffic through the network. This
facilitates analysis of the traffic and detection of suspicious behavior.
Easy to detect faults and to remove parts.
No disruptions to the network when connecting or removing devices.
Installation and configuration is easy since every one device only requires a link and
one input/output port to connect it to any other device(s).
Disadvantages
High dependence of the system on the functioning of the central hub
Failure of the central hub renders the network inoperable
Hybrid topology
A network structure whose design contains more than one topology is said to be hybrid
topology. Hybrid topology inherits merits and demerits of all the incorporating topologies.
The above picture represents an arbitrarily hybrid topology. The combining topologies may
contain attributes of Star, Ring, Bus, and Daisy-chain topologies. Most WANs are connected
by means of Dual-Ring topology and networks connected to them are mostly Star topology
networks. Internet is the best example of largest Hybrid topology