Project
Project
1|Page
INDEX
[Link] TITLE PAGE
NO.
1 CHAPTER-1
Introduction
1.1 Background of The Study
1.2 Needs of study
1.3 Objectives of study
1.4 Limitations
2 CHAPTER-2
Conceptual Framework
1.1 Basic Networking Concepts
1.2 TCP/IP
1.3 IOS Commands and Router Configurations
1.4 Routing and Routing Protocols
1.5 Switching
3 CHAPTER-3
COMPANY PROFILE
4 CHAPTER-4
Presentation of Data Analysis and
Interpretation.
5 CHAPTER-5
Findings, Suggestions and Conclusion
5.1 Findings
5.2 Suggestions
5.3 Conclusion
2|Page
CHAPTER-I
Introduction
3|Page
1.1 BACKGROUND OF THE STUDY
Computer networking plays a vital role in modern communication
systems by enabling a smooth exchange of data between connected devices.
As the backbone of digital infrastructure, it facilitates everything from basic file
sharing to complex global communications.
This project, titled "Study of Computer Networking Fundamentals and
Configuration," provides a comprehensive study of essential networking
concepts and their practical applications. It explores the theoretical
frameworks that govern how networks function, such as the OSI model and the
TCP/IP protocol suite, which categorize and standardize the various tasks
performed by computer systems.
The report delves into critical architectural designs, including the Cisco
Three-Layer Hierarchical Model, which simplifies network management by
braking systems into Core, Distribution, and Access layers. This structured
approach is fundamental for ensuring network scalability, performance, and
ease of troubleshooting.
Key areas of study covered in this project include:
Physical Infrastructure:
An examination of Ethernet cabling (Straight Through, Crossover, and
Rolled) and essential hardware like hubs, switches, and routers.
Addressing and Subnetting:
Understanding the differences between IPv4 and IPv6 addressing, as well
as the use of subnet masks and default gateways to manage network traffic
efficiently.
Routing and Switching:
Exploring static and dynamic routing methods, along with switching
techniques like VLAN implementation to enhance security and traffic
management.
Configuration and Management:
Practical insight into the Cisco Internetwork Operating System (IOS),
including command-line configuration and router memory management. By
combining theoretical knowledge with practical configuration insights, this
project establishes a strong foundation for advanced networking studies and
4|Page
professional industry certifications.
5|Page
1.3 OBJECTIVES OF THE STUDY
Based on the project report, the study of computer networking
fundamentals and configuration aims to provide both theoretical and practical
insights into several core areas. The objectives can be denoted through the
following key topics and learning outcomes.
Core Theoretical Objectives
Understanding Network Models:
To study the layered architecture of networks, specifically focusing on
the Cisco Three Layer Hierarchical Model (Core, Distribution, and Access
layers) and the OSI Seven-Layer Model.
Learning Protocol Suites:
To comprehend the functionality of the TCP/ IP protocol suite,
including how data is divided into packets and reassembled.
IP Addressing Fundamentals:
To distinguish between IPv4 and IPv6 addressing, understand subnet
masks, and recognize the role of default gateways in network
communication.
Networking Hardware & Topology:
To identify various network devices (hubs, switches, routers, bridges, and
gateways) and explore different physical and logical arrangements like Star, Bus, Ring, and
Mesh topologies.
Practical Configuration Objectives
Physical Connectivity:
To learn about Ethernet cabling standards, including the use of Straight-Through,
Crossover, and Rollover cables for connecting various devices.
Operating System Mastery:
To gain proficiency in the Cisco Internetwork Operating System (IOS),
understanding how to use command-line interfaces to configure networking devices.
Routing and Switching Implementation:
Implementing Static and Dynamic routing methods to manage data traffic
between networks.
Device Management:
To understand router memory types (Running-Config, Startup-Config, and Flash) and
how they affect device operation and configuration persistence.
Professional Foundation
6|Page
The ultimate objective of this study is to form a strong foundation for students
aiming for advanced networking studies or industry-standard professional certifications such
as the CCNA.
Half-Duplex Ethernet:
In half-duplex mode (often used with hubs), data can only travel in one
direction at a time. This is less efficient than full-duplex and makes data
collisions inevitable.
7|Page
CHAPTER-2
Conceptual Framework
8|Page
2.1 Basic Networking Concepts
2.1.1 The Cisco Three Layer Hierarchy Model
Distribution Layer:
This layer act as a bridge or a junction between, core and Access Layer. It ensures
proper routing between sub-nets and VLANs of packets. The primary function of this layer is
to provide accessibility between the two layers and between the packets and core by
9|Page
ensuring the performance of functions such as routing, WAN access and filtering.
Distribution layer performs multiple functions and is not function specified such as the
other two layers.
All the access layer switches, including OSI Layer 3 switches and
routers which are LAN-based, stem from distribution layer, and is an active participant in
core routing design. Furthermore, key functions of distribution layer include: Static routing
and security filtering, including hiding network numbers (internal), combining LAN wiring
and connections of WAN.
Access Layer:
Lowermost layer of the Cisco model, Access Layer or ‘Desktop layer’
provides the widest variety of features. It basically links inter network
resources with local work group. It enables access to different work groups,
being a junction of the provision of many networking services, and ensures
that most of the resources be made available locally for the users.
This also involves the execution and implementation of many
configuration-related tasks. It has Layer 2 and Layer 3 services, plus a number
of authentication servers including: Radius and TACACS+. Access layer also
segments by creating separating domains of collision.
The classification of the cables into three types originates from the
difference or the way in which they are wired, the manner in which pin-to-pin
connection is held. Straight Through Cables, as the name signifies are used for
linking dissimilar devices. Straight Through Cable is used for connecting a LAN
port to a computer, hub or switch. It is an 8 wired patch cable. It is also used
when connecting a PC to a switch and also for connecting router to a hub, or a
printer to the router etc. Its main purpose is to connect a host to the client.
10 | P a g e
However, a computer would not be able to get connected to a router
via Straight Through Cables because both of them are considered to be the
“same” devices. These cables can be termed as the standard ones as per the
percentage of their usage in various networking setups. If we consider two
connectors such as A and B, both having 8 ends of wires originating from one
connector and ending at the other. In such a layout, straight through cables
will initiate from Pin 1 of Connector A and would go to the same Pin 1 of
Connector B. Models like RJ connectors are mainly used for such cable design.
11 | P a g e
Crossover Cables are planted to connect two hosts together. The cables
are crossed wired to let the two computers or hosts get connected directly. It
can also be said that primarily Crossover Cables are used when like or same
devices are intended to be connected. The pairs of wires crisscross each other
which makes the communication path for the two devices to communicate at
the same time.
12 | P a g e
data transfer increases. The data travels between source node and destination
node. There is no occurrence of collision when it comes to full duplex
Ethernet. The data cables used for reception and transfer of data are different
and rules over the possibility of interference and hence makes the efficiency
up to 100%. They can also carry multiple conversations with different
computers at one time unlike in Half duplex mode of transmission.
Full duplex transmission mode certainly finds its best place in the areas
having higher loads and managing various networking paths at one time. It
has the potential to cater with larger data traffic in a finer and speedier way.
On the other hand, half duplex transmission involves the data transference
only in one direction. Carrier Sense Multiple Access with Collision Domain
(CSMA/CD) is a fundamental part of Half Duplex as it has the ability to
transmit the data again when collision occurs. Hub is also a vital part of half
duplex transmission. It is comparatively not that efficient as compared to the
full duplex. 10Base2 uses half duplex.
1. Application layer
2. Presentation layer
3. Session layer
4. Transport layer
5. Network layer
13 | P a g e
6. Data link layer
7. Physical layer
The layers are ‘stacked’ or arranged in the order which has the physical
layer as the lower most layer and the application layer as the highest. The
‘physical layer’ up to the ‘transport layer’ is known as the lower layers,
whereas the ‘session layer’ up to the ‘application layer’ makes up the upper
layers of the OSI model.
14 | P a g e
Ethernet Hubs
Switches
15 | P a g e
.
Bridges
16 | P a g e
The forwarding of the data is dependent on the acknowledgement of the fact
that the destination address resides on some other interface. It has the
capacity to block the incoming flow of data as well.
Today Learning bridges have been introduced that build a list of the
MAC addresses on the interface by observing the traffic on the network. This
is a leap in the development field of manually recording of MAC addresses.
Routers
Static Routing:
In static routing, the routing information is fed into the routing tables
manually. It does not only become a time-taking task but gets prone to errors
as well. The manual updating is also required in case of statically configured
routers when change in the topology of the network or in the layout takes
place. Thus, static routing is feasible for tinniest environments with minimum
of one or two routers.
Dynamic Routing:
17 | P a g e
For larger environment dynamic routing proves to be the practical
solution. The process involves use of peculiar routing protocols to hold
communication. The purpose of these protocols is to enable the other routers
to transfer information about to other routers, so that the other routers can
build their own routing tables.
Brouters
Brouters are the combination of both the bridge and routers. They take
up the functionality of the both networking devices serving as a bridge when
forwarding data between networks, and serving as a router when routing data
to individual systems. Brouters functions as a filter that allows some data into
the local network and redirects unknown data to the other network.
Brouters are rare and their functionality is embedded into the routers
functioned to act as bridge as well.
Gateways
18 | P a g e
Others such as bridge converts the data into different forms between two
networking systems. Then a software application converts the data from one
format into another. Gateway is a viable tool to translate the data format,
although the data itself remains unchanged. Gateway might be installed in
some other device to add its functionality into another.
Network card
Network protocols
19 | P a g e
Network protocols define a language of instructions and conventions for
communication between the network devices. It is essential that a networked
computer must have one or more protocol drivers. Usually, for two computers
to interconnect on a network, they must use identical protocols. At times, a
computer is designed to use multiple protocols. Network protocols like HTTP,
TCP/IP offer a basis on which much of the Internet stands.
ISDN are used to send over graphic or audio data files. It is a WAN
technology that can be used in place of a dial up link. The accessibility of ISDN
depends upon the provision of the service by the service provider, the quality
of the line set up to your area. It surely provides higher speed than a modem
and has the capability to pick up the line and drop it considerably at a faster
rate.
ISDN can create numerous communication routes on a single line.
Nowadays, even faster and cheaper technologies that ISDN have found their
way in the realm of technology.
Modems
20 | P a g e
devices for handheld gadgets and other devices, as well as internal; in the
form of add-in expansion cards for computers and PCMCIA cards for laptops.
21 | P a g e
On the other hand, the understanding of the flow of data and its transmission
forms the logical topography.
Point to point
Bus
Star
Ring or circular
Mesh
Tree
Hybrid
Daisy chain
Point to point:
This is the simplest and the earliest type of topology that links two end
points. This has been used by the telephonic systems and is the oldest type of
network topology. A simple example of such a topology is how main frames
22 | P a g e
and mini computers are connected to terminals. There can be one terminal or
various terminals but that one terminal server will have a point-to-point
topological access to each of its subscriber. Hence it doesn’t matter that if the
terminals are hooked together as the main computer is transmitting the data
individually to all the other computers. Point to point topology is the oldest
type of network arrangement and it is from where the various other
topological arrangements have been evolved.
Bus
Remember the buses functioning in the iconic city of San Francisco?
They function through a set of cable wires that are laid throughout the city.
That cable wired are commonly for all of the buses and act as their common
mode of power supply. Taking that practical example and incorporating it in
network topologies, helped making the most widely used and popular network
topologies of all time, the bus topology. In this topology, a single cable is
connected to the main computer and that is further branched out to reach out
to the various other computers out there.
Star:
Star topology is the arrangement of the computers in such a way that all
the terminals or work stations are connected to the main central hub. The
terminals are referred to as the clients and the main central hub is referred to
as the switch. It is the easiest way of arranging a network topology with one
central main computer connected to several other functioning terminals. All
the network traffic passes through the central device and all the data
transmission occurs through the main switch as well as all the hub acts as the
signal repeater.
23 | P a g e
Ring or Circular:
Ring network topology is that in which all the terminals are arranged in
a circular fashion and that all the data that is transmitted across the terminals
is transferred in a circular pattern so that all the terminals receive it. In this
kind of network topology, all the terminals have a data receiver to get all the
signals from the predecessor computer and a data transmitter that ejects all
the signals out to the next neighboring computer.
Mesh:
Mesh topology is the most complicated to build as compared to other
topologies and it is less popular due to its sheer impracticality. In this kind of
topology all the devices are connected to each other and that the data
transferred from one system is sent and received by all the other systems. In
this way, the data is transferred in not a one-way route but in multiple access
pathways and that all the workstations are functioning in data receiving and
data sending at the same time.
24 | P a g e
Tree:
A tree network topology is the one in which there is a main functioning
root node that is then connected to other servers via point-to-point topology
in the levels of hierarchy. In other words, this topology is connected as a
branching network of terminals. Each level of terminals has a specific number
of nodes that it can connect.
The topology works in hierarchy fashion.
Hybrid:
25 | P a g e
Daisy chain:
A daisy chain network topology allows the workstation to be connected
in such a way that the data which has to be sent is transmitted in a sequence.
It makes it easy for adding more connections and station in the topology as
daisy chaining and causes the data flow to be transmitted in such a way that
all the signals are transmitted station to station one after the other in a
sequence that causes them to end up in their desired destination. A daisy
chain topology can be arranged in two ways:
A linear topology: The linear topology allows the station to send and
receive the data in a two-way fashion. This was difficult to build as all the
stations required two receivers and two transmitters.
Ring topology: It is formed by all the computers connected by each
other through their ends. This ensures that all the data is transmitted by the
computers one after the other and if there is a pathway break then the data is
transmitted in the reverse fashion ensuring that the signals are received at
their desired destination.
26 | P a g e
the local programs so that they can connect with each other and work at the
exact podium. Computer networking services is an extremely appropriate
profession that a lot of people are selecting to practice.
Computer networking has allowed people to do the work and get work
home much more effectively than has ever been achievable before. Today’s
mobile employees connect several devices to the corporate and business
network that are difficult to manage from a security plan viewpoint. It is a
typical string that organizations that increase the utilization of and advantages
from the capabilities and abilities of their systems are capable to collect,
evaluate, and spread crucial marketing and advertising information rapidly,
which can give them a benefit over their challengers.
27 | P a g e
2.2 TCP/IP
2.2.1 TCP
Transmission Control Protocol (often shortened to TCP) is set of rules
which pair up with other sets of rules when sending data between computers
locally or over the internet. It is one of the most common protocols used when
using the internet alongside-IP, and is used by web browsers when they
connect to the internet.
28 | P a g e
the IP Address is further extended to also provide information about the
subnet being used.
2.2.3 IP Adress
IP Address
An IP Address is a unique number assigned to each and every device
which is participating in a network. A device could be a computer, a printer, or
anything else which connects to either a local network or the internet. All
computers connected to the internet use IP Addresses when communicating
with each other.
29 | P a g e
2.2.4 IP
Internet Protocol (IP)
Internet Protocol (often shortened to IP) is the foremost set of rules for
communicating over the Internet, which essentially establishes how the
internet is able to function. It is usually combined with a number of other
protocols in order to communicate data and connect two hosts (computers)
together so they are able to share data between them, either privately or
publicly.
IP is responsible for the actual delivery of data, which is sent from one
computer to another via a series of stopping points called gateways. These
gateways recognize the data and send it on to a subsequent gateway, and so
on until the data arrives at its final intended destination. Data can get mixed
up and sent in the wrong order, but IP does not deal with this.
30 | P a g e
[Link] IPv4
IPv4 is the most common type of IP address in use on the internet
today. Since IP addresses were first invented there has been several major
revisions to them, and IPv4 is the fourth of those overhauls. IP addresses use
Binary code in order to communicate on networks between computers, and
IPv4 uses what is known as 32Bit format as part of this.
This means that the total number of unique IP addresses using the IPv4
format is equal to 2^32 addresses, which is around four billion addresses.
Since each and every device that connects to the internet needs a unique IP
address, this means that only four billion devices can connect to the internet
in total. This is not ideal, since the internet and the amount of people using it
is always expanding and it is expected that the number will soon outnumber
four billion. Therefore, IP address systems are continually being updated and
refurbished to suit the growing needs of the world’s computer users and
potential future users.
[Link] IPv6
IPv6 is the newest and most recent type of IP address that has been
invented to use on the internet today. Because IPv4 only provides four billion
possible unique IP addresses, IPv6 was developed to expand this amount and
provide other, better updates to the service as well. IPv6 uses what is known
as a 128-Bit format, meaning that the total number of unique IP addresses
using the IPv6 format is equal to 2^128 addresses, approximately three
hundred and forty trillion trillion addresses.
This means that far more devices in the future can connect to the
internet with a unique address. IPv6 also offers users other benefits, such as
improved network capabilities and more secure connections between
computers. IPv6 has been around since mid-2012 and the changeover is still in
process, and will likely take several more years to complete. This is because it
takes time to lengthen the addresses of devices which already have IPv4,
however all new devices produced since that time which are capable of
connecting to the internet have embraced IPv6 as the industry standard and
been made with it preinstalled.
31 | P a g e
2.2.5 Default Gateway
When information is transferred across networks, including across the
internet, it does not go straight from one point to another. Instead, it is sent
from one point to another to another until it finally reaches its destination.
These interim points are known as gateways, or sometimes nodes, and
without them it would be impossible to transfer information effectively. A
default gateway is the main entry and exit point for information on a network.
32 | P a g e
2.3 IOS Commands and Router
Configurations
2.3.1 What is IOS
Router IOS (Internetwork operating System) is the operating system by
which the router can be accessed and configured. But this operating system is
different from operating system that we have in our desktop.
33 | P a g e
• Startup-Config Memory
• Flash Memory
Running-Config Memory
Running-Config memory stores the running configurations of the
router. It is volatile memory, which means it gets erased when the
router’s power is off. Running-Config memory is called VRAM (Volatile
Random Access Memory). It is similar to RAM in our laptops or desktop.
Startup-Config Memory
Startup-config memory stores the saved configurations of the
router. Startup config memory is Non-Volatile Memory, which means it
can store the data of configurations in routers until it is deleted. It is
called the NVRAM (Non-Volatile Random-Access memory). It’s similar to
the hard disk in our desktops.
Flash Memory
Flash memory is the memory of the router in which the
operating system of the router (i.e., router IOS) is stored. Router IOS
is [Link] file format (e.g., [Link]). It can be backed up to
another server or storage device.
34 | P a g e
2.4 Routing and Routing Protocols
2.4.1 Routing, Static Routing, Dynamic Routing :
What is static routing?
Static Routing is a type of routing which occurs when a router sends and
receives information using a manually configured entry system. This means
that the way in which the router chooses which path to send data down is
determined by a code which is entered manually in the routing table.
Static routes use fixed paths to transmit data, which means that when a
fault occurs, data will not automatically be rerouted unless the path is
repaired. Because of this, static routes are not always the best choice for a
complex network which is likely to encounter faults. It can however simplify
networks sometimes, as static routes never change or time out.
35 | P a g e
routers use these tables, since all routers perform some sort of routing on the
network and need to transfer data across the network. The routing table
determines both how far away the destination IP address is that the data is
being sent to (known as the ‘next hop’), as well as how it is going to be sent.
This involves information about how efficient each possible path is, which
routes are available for access, and the interface that the device needs to use
to forward the data properly.
2. Static Routing
3. Dynamic Routing
Directly Connected:
Directly connected devices are physically connected devices with each
other. These devices can see each other in their routing tables and
communicate. We must have the IP addresses configured on the interfaces; in
the routing table you will see the IP address of the directed connected
interface.
Static Routing:
This is the Routing where the route to a network is entered manually by
your network administrator. The administrator sees the network design and
accordingly decides to add routes for communication. Using the help of the
static route, the administrator tells the device what path it should take to
reach some other device. This is a tedious process if you network begins to
grow over 10 devices as the network administrator will have to enter these
routes for all the devices to communicate with each other.
Dynamic Routing:
36 | P a g e
This is a method in which we use the Dynamic routing protocols and it
is these protocols that perform some computations and decide a best path to
reach a destination. Here the network administrator role is to configure the
Dynamic routing protocol. Choosing the best path and changing path if any
failures etc. is taken care by the routing protocol dynamically. This eases of the
load of a network administrator.
37 | P a g e
2.5 Switching
2.5.1 Switch Configuration
If we have to configure the switch and connect three PCs at the
Port F0/1, F0/2, and F0/3, we will take the Switch of 8 Ports. After
booting the Switch, the switch will have the prompt similar to a router.
Switch> enable
Switch# configure terminal
Switch (Config)# hostname Norman _Switch
Norman_Switch(config)# interface f0/1
Norman_Switch(config-if)# switchport mode access
Norman_Switch(config-if)# exit
Norman_Switch(config)# interface f0/2
Norman_Switch(config-if)# switchport mode access
Norman_Switch(config-if)# exit
Norman_Switch(config)# interface f0/3
Norman_Switch(config-if)# switchport mode access
Norman_Switch(config-if)# exit
Norman_Switch(config)# exit
Norman_Switch#
All the ports will be UP and all three PCs can ping each other, as they are
in a LAN.
Switch Memory
Similar to a router, a switch also has three types of memory:
• Running-config, which stores the running-configuration Volatile
memory.
38 | P a g e
• Startup-config, which stores the saved configuration. It is non-volatile
memory.
• Flash memory, in which the IOS is stored in a .bin file.
Switch Security:
Port security
Consider a Switch that has two PCs Connected with the following
MAC Address:
39 | P a g e
Norman(Config-if)# exit
Norman(Config)# interface f0/2
Norman(Config-if)# switchport port-security mac-address
0001.427D.48AD
Norman(Config-if)# switchport port-security violation shutdown
Norman(Config-if)# exit
Now, if another PCpc connects to F0/1 or F0/2 of the switch, it will not
be able to connect.
These above ports will shut down.
Creating Password:
These commands are similar to router commands.
Switch> enable
Switch# configure terminal
Switch(Config)# enable secret norman123
For Console
Switch(config)# line console 0
Switch(config-line)# password norcon123
Switch(config-line)# login
Switch(config-line)# exit For Telnet
Switch(config)# line vty 0 1
Switch(config-line)# password nortel123
Switch(config-line)# login
Switch(config-line)# exit
Switch(config)# service password-encryption
Switch(config)# do show running-config
Switch(config)# do write memory (for saving configurations)
Switch(config)# do show startup-config
2.5.2 VLAN
40 | P a g e
VLAN – VIRTUAL LAN
A VLAN is a Virtual LAN, which means it creates a LAN virtually
which cannot be seen physically but based on the operations and
functioning, you feel as if we have multiple LANs. some other concepts
to understand VLAN better.
1. Collision Domain
2. Broadcast Domain
41 | P a g e
Configurable VLANs range from 2 – 1001
We need to assign individual switch ports to a VLAN. A VLAN can
have one or multiple ports. Only devices in same VLAN can
communicate with each other.
42 | P a g e
Devices in Blue VLAN cannot communicate with VLAN Green,
because now there are two separate networks and need a Router to
communicate.
As we configure these VLANs manually on ports and hence called
Port-based (untagged) VLANs. We have to assign each port on a switch
to a VLAN.
43 | P a g e
CHAPTER-3
NEO ALPHAMETRIC
INFOTECH PRIVATE LIMITED -
Company Profile
44 | P a g e
About NEO ALPHAMETRIC
INFOTECH PRIVATE LIMITED
NEO ALPHAMETRIC INFOTECH PRIVATE LIMITED is a private limited
company and was incorporated on Oct 20, 201 5 in India. It is registered
at registrar of companies, ROC Hyderabad. Its registered address is Plot
No.9, Survey No.275, 279 Arunodaya Nagar, Hayathnagar, Rangareddi,
Hyderabad, Telangana, India, 500068. Its corporate identification
number is (CIN) U72200TG201 5PTC101312 and its current status is
Active.
45 | P a g e
Financials of NEO ALPHAMETRIC INFOTECH PRIVATE
LIMITED
46 | P a g e
How NEO ALPHAMETRIC
INFOTECH PRIVATE LIMITED is
linked to "Study of Computer
Networking Fundamentals and
Configuration,"
3. Hardware Integration:
Deployment of managed switches, routers,
and firewalls to handle high density traffic
during digital assessments.
47 | P a g e
IP Addressing: Systematic IP address allocation
across devices to prevent conflicts during large-
scale testing.
Network Security Fundamentals: Implementing
access restrictions and perimeter security to
protect data integrity and prevent unauthorized
access.
VLAN Management: Utilizing Virtual LANs (VLANs)
to segment guest traffic from critical examination
data.
48 | P a g e
Historical and operational
milestones:
1. Historical Timeline & Foundation –
Establishment (2015):
The company was incorporated on October20,
2015, by founders Rama Goud Biragoni and Ajay Kumar
Patha. The initial focus was on providing custom
software solutions and web development for local
businesses in Hyderabad.
Infrastructure Shift (2016-2017):
Shortly after incorporation, the company pivoted
toward IT Infrastructure Management. This period
marked the beginning of their partnership with TCS iON,
transforming their Hayathnagar facility into a "Digital
Zone."
Expansion (2018-Present):
Between 2018 and 2022, the company expanded its
hardware capacity. According to their financial records,
they secured significant funding to upgrade their
networking hardware to support massive, simultaneous
computer-based tests (CBTs).
2. Core History of "Study & Configuration" Core Operations
In the context of their "Networking Fundamentals"
documentation:
The company's history is categorized by the
specific technical systems they deployed:
Phase 1:
Basic LAN Setup Initially, the company's history
focused on simple Peer-to-Peer networking. They
utilized basic Star Topologies to connect
workstations to a central server for data processing.
49 | P a g e
Phase 2:
Transition to Client-Server Architecture As they
began hosting national-level exams (GATE, JEE, Bank
PO), their history shifted to a robust Client Server
Model. This required a fundamental change in their
"Configuration" history— moving from unmanaged
switches to managed networking layers to ensure
zero downtime.
Phase 3:
Security & IP Configuration History The company
historically moved away from dynamic IP allocation
(DHCP) for critical tasks, adopting a Static IP
Configuration history for all nodes in their Digital
Zones to ensure traceability and security during
high-stakes exams.
50 | P a g e
Summary of Organizational Identity
Historically
Neo Alpha metric Infotech has functioned as a
bridge between Theoretical Networking Concepts and
Practical Large-Scale Application.
The "Study" component:
Historically used to train staff and interns on the OSI
Model, specifically focusing on the Physical Layer (cabling) and
Network Layer (IP addressing).
The "Configuration" component:
Historically documented through their "Standard
Operating Procedures" (SOPs) for setting up examination
nodes that are isolated from the public internet.
51 | P a g e
CHAPTER-4
52 | P a g e
4.1 Presentation of Data Analysis and
Interpretation.
This chapter shows the presentation and analysis of primary data
collected through a survey among 41 respondents by the means of
questionnaire to get a sample opinion of customers who patronize the
services of E-commerce. And on the basis of the answers received from
annexed questionnaire the following analysis has been made and the
final data interpretation is done.
Interpretation:
The first question is designed to find out the gender of the
respondents, whose respondents are taken as sample to conduct this project
work. Tehe above table and graph reveals the number of male and female
respondents, and by analyzing the same conclude the following: -
68.3% of respondents are males, with the female constituting 31.7%.
That is, male respondents are higher than that of female be 6.6%
respondents. Thus, we can say that majority of the respondents are male.
53 | P a g e
4.1.2 AGE-WISE RRSPONDENTS:
TABLE – 2
Interpretation:
Here the data has been presented to show the age group of
different respondents; by analyzing the above table and graph, we can
interpret the following:
o 85.4% of the respondents belong to the age group of below
25.
o 9.8% of the respondents belong to the age group of
between 25-35.
o 2.4% of the respondents belong to the age group of 36-45
and 46 +
It shows that the overall respondents belong to the age group of 18-25.
54 | P a g e
4.1.3 AGE-WISE RRSPONDENTS:
TABLE – 3
NO. of %of
Sr. no. Current Occupation
respondents respondents
1 Junior network engineer 4 9.76%
2 Trainee 1 2.44%
3 Desktop support 1 2.44%
4 Student 31 75.61%
5 Other 4 9.76%
Total 41
Interpretation:
Here the data has been according to the occupation:
o Junior Network Engineer is about 9.8%.
o Students are about 75.6% which is the highest of all the
respondents.
55 | P a g e
Interpretation:
Based on the chart, the vast majority of the survey's 41
respondents (82.9%) are only between 0 and 1 year of experience in
networking. A small number of respondents (7.3 %) are 4+ years
experience in networking and other have 1 to 4 years of experience.
56 | P a g e
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(46.3%) gain the awareness about networking through Academic
Degree. A small number of respondents (31.7 %) know about
networking through self-study and 17.1% gain knowledge about
networking through online certification while others through on job
training.
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(53.7%) use the network daily. Next largest number of respondents
(24.4%) use network weekly and 14.6% respondents use network rarely,
while 7.3% of respondents never use network.
57 | P a g e
4.1.7 RATING OF AWARENESS OF CISCO THREE LAYER
HIERARCHICAL MODEL:
TABLE – 7
AWARENESS OF CISCO THREE
Sr. no. NO. of respondents %of respondents
LAYER HIERARCHICAL MODEL
1 Very less 12 29.3%
2 Less 4 9.8%
3 Manageable 12 29.3%
4 Good enough 4 9.8%
5 Very well 9 22%
Total 41
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(29.3%) are very less and manageably aware about Cisco Three Layer
Hierarchical Model. Next largest number of respondents (22%) are less
aware about Cisco Three Layer Hierarchical Model, while 9.8% of
respondents are good enough or very well aware about Cisco Three
Layer Hierarchical Model.
58 | P a g e
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(56.1%) suggest Cloud Networking as substitute of networking. Next
largest number of respondents (34.1%) suggest Software Defined
networking, while 9.8% of respondents suggest Virtual Private Networks
as substitute of networking.
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(65.9%) thinks that networking has potential to grow. Next largest
number of respondents (26.8%) can’t say about the potential of
network. But 7.3% respondents thinks that networking does not has
potential to grow.
59 | P a g e
4.1.10 RESPONSIBLE FACTOR FOR NON-ACCESSIBILITY OF
COMPUTER:
TABLE – 10
Sr. no. Substitute for network NO. of respondents %of respondents
1 Lack of awareness 15 34.1%
2 Lack of security 12 29.3%
3 Lack of knowledge 14 36.6%
Total 41
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(65.9%) thinks that Lack of awareness is Responsible Factor for Non-
Accessibility of Computer networking. Next largest number of
respondents (34.1%) thinks that Lack of knowledge is Responsible Factor
for Non-Accessibility of Computer networking. While 29.3% respondents
thinks that Lack of security is Responsible Factor for Non-Accessibility of
Computer networking.
60 | P a g e
Interpretation:
Based on the chart, the vast majority of the survey’s respondents
(65.9%) thinks that networking made life easier. Next largest number of
respondents (22%) doubts whether networking made life easy or not.
But 7.3% respondents can’t say about the usefulness of network in day-
to-day life. While 4.9% respondents thinks that networking does not
make life easier.
61 | P a g e
CHAPTER- 5
Findings, suggestions & Conclusion
62 | P a g e
Findings
After studying the topics covered in this networking course, the
following findings were observed:
63 | P a g e
Suggestions
Based on the study of this course, the following suggestions are
recommended:
64 | P a g e
Conclusion
In conclusion, this networking course provides a
comprehensive foundation in computer networking concepts. It
covers essential topics such as Ethernet technologies, the OSI
model, TCP/IP protocols, routing, switching, and VLAN
configuration.
Understanding these concepts is crucial for building,
managing, and troubleshooting modern computer networks.
The inclusion of practical configuration topics, especially
related to Cisco networking devices, makes the course industry-
relevant and career-oriented.
Overall, this course serves as a strong base for students
who wish to pursue advanced networking studies or
professional certifications in networking.
65 | P a g e