Network Operating System Logbook 1 Islington College
Network Operating System Logbook 1 Islington College
Network Operating System Logbook 1 Islington College
Assessment Type
Logbook 1
Semester
2023/24 Autumn
I confirm that I understand my coursework needs to be submitted online via Google Classroom under the
relevant module page before the deadline in order for my assignment to be accepted and marked. I am
fully aware that late submissions will be treated as non-submission and a mark of zero will be awarded.
Table of Contents
1.1 Introduction
The history of LAN (Local Area Network) is a fascinating journey that began in the 1970s
and evolved into the modern networking technology we use today. The following are it’s
key milestones:
1
Rijan Paudel
CT5052NI Network Operating System
i) 1973: Ethernet, the foundation of LAN, was invented by Dr. Robert M. Metcalfe. It got
its name because the thick coaxial cable used for networking reminded Metcalfe of the
Aether concept. Ethernet allowed computers to communicate by sending data packets
over a coaxial cable.
ii) 1977: The first commercial LAN was installed by Datapoint Corp. at Chase Manhattan
Bank in New York. It used the Attached Resource Computer (ARC) network, which
employed a token-passing scheme to prevent simultaneous transmissions.
iii) 1979: Ethernet products became available to the public, as Metcalfe founded 3Com to
develop and sell Ethernet-based solutions.
iv) 1985: Ethernet became the IEEE standard for LAN, solidifying its place in the
networking world.
v) 1990: Ethernet emerged victorious in the LAN competition, partly due to advancements
like twisted-pair cables that increased speed and reduced interference.
vi) 1991: The IEEE began work on wireless LAN (WLAN) technology, drawing inspiration
from the ALOHAnet prototype.
vii) 1997: Wi-Fi was born with the release of the IEEE 802.11 standard. Unlike Ethernet,
Wi-Fi uses a carrier sense multiple access/collision avoidance (CSMA/CA) scheme,
where devices wait for an idle channel before transmitting data. Wi-Fi revolutionized
wireless networking and made it possible for devices to connect without physical cables
(CompTIA, 2023).
2
Rijan Paudel
CT5052NI Network Operating System
This timeline showcases the evolution of LAN from its inception as Ethernet to the
wireless wonders of Wi-Fi, marking the progression of local network technology over the
decades.
i) Shared resources: LANs let computers share resources like file servers, scanners,
and printers. For enterprises, this might result in cost and resource savings. LANs make
it simple for devices to communicate with one another. Email, file sharing, or instant
messaging can all be used for this.
ii) Internet access: LANs can be used to allow all connected devices on a network to
share a single Internet connection. This can reduce Internet costs and make network
administration simpler.
iv) Performance: LANs provide low latency and great performance, which is crucial for
many applications.
v) Security: To prevent unwanted access to data, LANs can be secured (Rich Seifert,
2008).
3
Rijan Paudel
CT5052NI Network Operating System
1.2 Objective
• To categorize LANs based on physical topologies, such as bus, ring, star, and
mesh, and provide a detailed exploration of the characteristics, strengths, and
weaknesses of each topology.
• To differentiate between physical and logical topologies in LANs and explain how
the choice of network protocol can influence the logical layout of a network, thus
allowing for customized designs tailored to specific needs.
• To introduce the concept of hybrid topologies and describe how they combine
elements from multiple network topologies to address specific network
requirements, emphasizing their flexibility and adaptability.
4
Rijan Paudel
CT5052NI Network Operating System
5
Rijan Paudel
CT5052NI Network Operating System
LAN can be classified into two main types based on it’s topology:-
The physical topology of a network refers to the physical arrangement of the devices and
cables on the network like ethernet etc. The most common physical topologies are:
This topology is known for its straightforward design and economical use of coaxial
cabling. However, its limitations, such as vulnerability to cable failures disrupting the
entire network, have led to the adoption of alternative topologies in more complex network
environments (Anon., n.d.).
6
Rijan Paudel
CT5052NI Network Operating System
ii) Ring Topology: Ring topology is a network configuration where devices are linked in
a closed loop, creating a circular network structure. Data moves in a single direction
around this ring, passing from one device to the next. Ring topologies excel in reliability
as data circulation remains unaffected even if one device experiences problems. It also
offers efficient data transmission since devices do not compete for access to the network.
However, implementing ring topologies can be costlier due to the necessity for additional
cabling. Setting up and diagnosing issues in ring topologies can be more intricate
compared to other network configurations. Ring topologies are prominently associated
with Token Ring networks, which gained popularity in the 1980s and 1990s but have since
given way to Ethernet networks.
7
Rijan Paudel
CT5052NI Network Operating System
Additionally, star topologies are known for their scalability. They allow for the
straightforward expansion of the network by simply adding new devices or sites to the
central hub without causing major disruptions to the existing network. Furthermore, this
8
Rijan Paudel
CT5052NI Network Operating System
topology provides fault tolerance, as a cable failure or device issue only affects the
specific device in question, minimizing network downtime for other connected devices.
However, it's important to note that star topologies may involve higher cabling costs due
to the need for multiple connections to the central hub. In summary, a star topology
combines security, scalability, and fault tolerance, making it a suitable choice for various
network setups, despite potential cost considerations (ScienceDirect, n.d.).
iii) Mesh Topology: Mesh topology is a special kind of network design where all devices
are connected to each other like a spider's web. This setup has some benefits, like making
the network work well, being strong, and not easily breaking. It's great for complicated
systems because it gives many ways for data to move around. This helps manage
network traffic and makes sure things keep working even if some devices stop working.
In this detailed look at mesh topology, we'll talk about how it works, what's good about it,
what's not so good, and how we use it in today's digital world.
9
Rijan Paudel
CT5052NI Network Operating System
The logical topology of a network defines how data moves between devices within that
network, and it can be entirely different from the network's physical layout. For instance,
a network may have a physical bus topology, where devices are connected to a single
cable, but its logical topology could function as a ring, where data circulates in a loop.
This distinction is primarily influenced by the network protocol in use. For instance,
Ethernet networks typically exhibit a logical bus topology, whereas Token Ring networks
operate with a logical ring topology. To illustrate, a computer lab where computers are all
connected to a single Ethernet cable represents a physical bus topology with a
10
Rijan Paudel
CT5052NI Network Operating System
Hybrid Topology
It is also possible to have hybrid topologies that combine elements of two or more different
topologies. For example, a network might have a star topology for the backbone of the
network and a bus topology for the individual segments of the network.
11
Rijan Paudel
CT5052NI Network Operating System
1.3 Conclusion
The history of LANs traces their development from the invention of Ethernet by Dr.
Robert M. Metcalfe in 1973 to the emergence of wireless LANs with the IEEE 802.11
standard in 1997. This timeline illustrates the evolution of LAN technology and its
profound impact on modern networking.
LANs can be categorized into different physical topologies, including bus, ring,
star, and mesh. Each topology has its own set of advantages and drawbacks. Bus
topology provides a straightforward design but is vulnerable to cable failures. Ring
topology offers reliability but can be costlier to implement. Star topology combines
security and scalability, making it suitable for diverse network setups. Mesh topology, on
the other hand, offers robustness and redundancy but can be complex to manage.
Additionally, logical topologies can differ from the physical layout of the network,
depending on the network protocol used. This flexibility allows for the design of networks
tailored to specific functionalities while maintaining compatibility with physical
12
Rijan Paudel
CT5052NI Network Operating System
13
Rijan Paudel
CT5052NI Network Operating System
1.4 References
14
Rijan Paudel