Assignment
Assignment
Question One
Describe the challenges faced by network administration
1. Install, configure and maintain network hardware and software such as routers, firewalls and
switches.
2. Protect networks from unauthorized users through physical and technical means.
3. Set up and maintain virtual private networks (VPN).
4. Resolve network connectivity issues for other employees.
5. Maintain and troubleshoot storage networks.
Now that we know who a network administrator is and what he / she does, we can talk about some
of the challenges they face.
1. Poor Network Performance – There is no question that poor network performance is a top
challenge. There isn’t simply more total traffic; there is more traffic in all directions. Without
the right equipment at endpoints and midpoints along the way, it is impossible to provide the
high-speed communication needed by today’s applications. Plus, performance isn’t just about
speed; it’s about reliability, too. Network designs need to handle spikes in load and provide
alternate routes to enable communication to continue even when a link fails. 24×7 online
business requires 24×7 network availability.
2. Security - Security is another top challenge. As the perimeter of today’s network is unclear,
blocking unauthorized outside traffic from the internal network isn’t adequate for protecting
data. Many threats make it into the network when employees respond to a phishing email.
Denial of service attacks only need to attempt connections to succeed. Encryption helps protect
traffic, but encryption can also make it harder to monitor network activity. There are many
tools that can be used to improve network security, but ensuring they work together and provide
a comprehensive solution is difficult. In addition, multiple tools require increased monitoring
and management.
1
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
4. Cost - Available budget almost never meets the need for network services, especially when the
network now needs to support not just traditional IT applications, but also conventional
business services like telephony (in the form of VoIP) and video conferencing that require new
levels of network quality.
5. Growth - All the other challenges would be easier to address if the network would stay the
same, but it doesn’t. There is a constant increase in the number of devices attached to the
network, with every additional connection an additional potential point of failure.
6. Vendor lock-in - Yesterday’s reasonable decision means today your architecture is built
around the assumptions and capabilities of yesterday’s vendor. Bringing in the best solutions
from today’s vendors means figuring out how to inter-operate, integrate and support multiple
solutions, or figuring out how to tear out all of the old equipment without tearing down the
Question Two
Check out different types of hardware network devices and using well-labelled diagrams, illustrate
the scenarios where you would use the following devices in network designs e.g., draw a sample
network containing a switch, hub, etc.
1. Repeater
A repeater operates at the physical layer. Its job is to regenerate the signal over the same network
before the signal becomes too weak or corrupted in order to extend the length to which the signal
can be transmitted over the same network. An important point to be noted about repeaters is that
they do not amplify the signal. When the signal becomes weak, they copy it bit-by-bit and
regenerate it at its star topology connectors connecting if original strength. It is a 2-port device.
2
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
2. Hub
A hub is a basically multi-port repeater. It connects multiple wires coming from different branches,
for example, the connector in star topology which connects different stations. Hubs cannot filter
data, so data packets are sent to all connected devices. In other words, the collision domain of all
hosts connected through Hub remains one. In addition, they do not have the intelligence to find
out the best path for data packets which leads to inefficiencies and wastage.
Types of Hubs
a) Active Hub - These are hubs that have their power supply and can clean, boost and relay
the signal along with the network. It serves both as a repeater as well as a wiring center.
They are used to extend the maximum distance between nodes.
b) Passive Hub - These are hubs that collect wiring from nodes and power supply from the
active hub. These hubs relay signals onto the network without cleaning and boosting them
and can’t be used to extend the distance between nodes.
c) Intelligent Hub - It works like an active hub and includes remote management capabilities.
They also provide flexible data rates to network devices. It enables an administrator to
monitor the traffic passing through the hub and to configure each port in the hub.
3. Bridge
A bridge operates at the data link layer. A bridge is a repeater, with the added functionality of
filtering content by reading the MAC addresses of the source and destination. It is also used for
inter-connecting two LANs working on the same protocol. It has a single input and single output
port, thus making it a 2-port device.
Types of Bridges
a) Transparent Bridges - These are the bridges in which the stations are completely unaware
of the bridge’s existence i.e., whether or not a bridge is added or deleted from the network,
reconfiguration of the stations is unnecessary. These bridges make use of two processes
i.e., bridge forwarding and bridge learning.
b) Source Routing Bridges - In these bridges, routing operation is performed by the source
station and the frame specifies which route to follow. The host can discover the frame by
sending a special frame called the discovery frame, which spreads through the entire
network using all possible paths to the destination.
3
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
4. Switch
A switch is a multi-port bridge with a buffer and a design that can boost its efficiency (a large
number of ports imply less traffic) and performance. A switch is a data link layer device. The
switch can perform error checking before forwarding data, which makes it very efficient as it does
not forward packets that have errors and forwards good packets selectively to the correct port only.
In other words, the switch divides the collision domain of hosts, but the broadcast domain remains
the same.
5. Routers
A router is a device similar to a switch that routes data packets based on their IP addresses. The
router is mainly a network layer device. Routers normally connect LANs and WANs, and have a
dynamically updating routing table based on which they make decisions on routing the data
packets. The router divides the broadcast domains of hosts connected through it.
6. Gateway
A gateway, as the name suggests, is a passage to connect two networks that may work upon
different networking models. They work as messenger agents that take data from one system,
interpret it, and transfer it to another system. Gateways are also called protocol converters and can
operate at any network layer. Gateways are generally more complex than switches or routers. A
gateway is also called a protocol converter.
7. Brouter
It is also known as the bridging router. It is a device that combines features of both bridge and
router. It can work either at the data link layer or at the network layer. Working as a router, it is
capable of routing packets across networks and working as the bridge, it is capable of filtering
local area network traffic.
4
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
5
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
6
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
7
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
7. LAN Diagram
LAN is known as a Local Area Network that connects local regions or places like schools, houses,
offices, laboratories, and private buildings. It is a device that is linked with a domain server of a
particular locality. This helps in sharing a particular printer or a disk with hundreds of customers.
It is made up of several wires and connecting cables, which are linked on the base of a previous
network diagram. It reflects the communication schemes, physical structure, and network
arrangements in local areas. They are mostly used by IT professionals to monitor networking in a
particular area.
8
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
Question Three
Compare all network operating systems e.g., Windows Server OS, LINUX, UNIX, Novell
network, MacOS, CISCO IOS (Inter-Network Operating System), etc. and state which version is
the latest and what features does it have?
9
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
10
Emmanuel Waithaka Thuku BIT/2022/46096 31st January 2023
Question Four
Explain what is software-defined networking (SDN)
References
Coursera (2022, May 26). What Is a Network Administrator? Retrieved from
https://www.coursera.org/articles/what-is-a-network-administrator-a-career-guide
Lazy Admin (2022, December 13). Home Network Diagram – All Network Layouts Explained.
Retrieved from https://lazyadmin.nl/home-network/home-network-diagram/
Edraw Soft (n.d). Network Diagram Examples & Templates. Retrieved from
https://www.edrawsoft.com/network-diagram-examples.html
Cyber Threat and Security Portal (2021, November 7). Example of Network Operating System.
Retrieved from https://cyberthreatportal.com/example-of-network-operating-system/
11