Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 47

DETAILED REPORT

ON INDUSTRIAL
TRAINING
CAMPUS/UNIVERSITY
SYSTEM NETWORK DESIGN
By:-
Rachel Walters
21btcse006

Training period :
AGENDA
NETWORKING 01
THE IMPORTANCE OF
NETWORKING IN TODAY'S 02
AN OVERVIEWWORLD
OF THE
EQUIPMENT EMPLOYED
03
CASE STUDY AND
REQUIREMENTS
04
NETWORK 05
TOPOLOGY
CONFIGURATION PROCESS 06
VMWARE 07
POST INSTALLATION
CONFIGURATIONS OF WINDOWS 08
SERVER
DHCP SERVER 09
CONCLUSION 10
Networking
Networking involves the interconnection of devices such as

computers, smartphones, servers, and other hardware components to

enable data sharing, communication, and resource access. It allows

devices to communicate over a variety of mediums, including wired

(e.g., Ethernet) and wireless (e.g., Wi-Fi) connections.


THE IMPORTANCE OF
NETWORKING IN TODAY'S
WORLD
Networking holds immense importance in
the modern world due to its multifaceted
contributions to various aspects of society,
business, and technology.
Connectivity and
01 Communication

Cloud Computing 02

IoT (Internet of Things)


03

Cybersecurity 04
Network Simulation

Cisco Packet Educational Tool

Tracer Protocols and Technologies

Realistic Simulations

Community and Resources

Cisco Packet Tracer is a powerful network simulation tool developed


Certification Training
by Cisco Systems. It's widely used for educational and training
purposes in the field of networking and is particularly popular among
students and networking professionals.
NETWORKING EQUIPMENT

Layer 2 Switch

Personal Computer (PC)

Layer 3 Switch

Printer

Routers

Server
NETWORKING EQUIPMENT
• Serial Cable

• Cross-Over Cable

• Straight Copper Cable


BASIC CONFIGURATIONS
IP ADDRESS (INTERNET PROTOCOL ADDRESS)
An IP address is a fundamental concept in computer networking. It serves
as a unique numerical label assigned to each device connected to a
network, allowing for their identification and communication. IP addresses
are a crucial component of the Internet and local networks.

SUBNETTING
Subnetting is a technique used to divide a larger IP network into smaller,
more manageable sub-networks or subnets. Subnetting provides several
benefits, including efficient IP address allocation and improved network
organization.

DOMAIN NAME SYSTEM


DNS (Domain Name System): DNS translates human-readable domain
names (e.g., www.example.com) into IP addresses, enabling users to access
websites without needing to remember numeric IP addresses.
BASIC CONFIGURATIONS
IP ADDRESS (INTERNET PROTOCOL ADDRESS)

DYNAMIC HOST CONFIGURATION PROTOCOL

SUBNETTING

STATIC IP

DOMAIN NAME SYSTEM


RSTP (RAPID SPANNING TREE
PROTOCOL)
Alright, imagine a big network with lots of switches. RSTP is
like the traffic cop of this network. It makes sure there are no
loops in the connections between switches, so data doesn't keep
going in circles. It's all about keeping things efficient and
avoiding traffic jams.

STP (SPANNING TREE


PROTOCOL)
•STP is like the older sibling of RSTP. It does the same job of
preventing loops in network connections, but it's a bit slower to
react. Think of it as the cautious one, taking its time to make
decisions.

OVERVIEW ARP (Address Resolution


Protocol)
OF KEY ARP is like the phonebook of your local network. When your
computer wants to talk to another computer on the same network,

NETWORKIN it uses ARP to find out that computer's physical MAC address
based on its IP address.

G
CASE STUDY AND
Rustic University is a large university which has two campuses situated 20 miles apart. The university’s students and staff are distributed

REQUIREMENTS
in 4 faculties; these include the faculties of Health and Sciences; Business; Engineering/Computing and Art/Design. Each member of
staff has a PC and students have access to PCs in the labs. Create a network topology with the main components to support the
following:
• Location:
Main Campus University

•Building A: Administrative staff in the departments of management, HR and finance. The admin staff PCs are distributed in the
building offices and it is expected that they will share some networking equipment (Hint: use of VLANs is expected here). The
Faculty of Business is also situated in this building
•Building B: Faculty of Engineering and Computing and Faculty of Art and Design.
•Building C: Students’ labs and IT department. The IT department hosts the University Web server and other servers
Smaller Campus
•Faculty of Health and Sciences (staff and students’ labs are situated on separate floors)
•Each department/faculty is expected to be on its own separate IP network.
•The switches should be configured with appropriate VLANs and security settings.
•RIPv2 will be used to provide routing for the routers in the internal network and static routing for the external server.
•The devices in building A will be expected to acquire dynamic IP addresses from a router-based DHCP server.
Configure in Packet Tracer the network with appropriate settings to achieve the connectivity and functionalities specified in the
Virtual Server
requirements.
In addition, provide a demonstration of the process to create a DHCP server and establish a connection with a client on VMware as part of
the project.
DESIGNING THE
TOPOLOGY
Step 1: The initial step of setting the primary campus router.

Step 2: Moving on to the second step which involves


setting up a Layer 3 switch specifically for the main
campus network.

Step 3: Deploy Layer 2 switches strategically across


Building A, tailoring VLANs for individual departments.
Ensure secure connections to the central router, optimizing communication and enhancing network efficiency
within each distinct segment.
Step 4: Proceed to provision end devices—PCs, printers, and servers—meticulously for
every department across all buildings within the main campus.
Step 6: Establish a direct connection between two routers using a serial cable.

Step 7: Interconnect L3 and L2 switches using cross cables.


Step 8: Establish connections between L2 switches and end devices using copper straight cables.

Step 9: Extend the same networking setup to the branch network, replicating connections to ensure consistency and seamless
functionality across the network branches.
Step 10: Document specific VLAN information for distinct departments,
detailing assigned VLAN IDs, IP subnets, and network segmentation to maintain
organization and security.

Step 11: Document the inter-router networks, specifying IP addresses, subnet masks, and routing protocols to ensure effective
communication and routing between routers.
FINAL PROTOTYPE DESIGN THAT
FULFILLS ALL THE REQUIREMENTS :-
RECAP
Campus Infrastructure:
• Core Router: Configured with vital network parameters and acting as a gateway.
• Layer 3 Switch: Optimized for efficient inter-departmental communication.
• Layer 2 Switches: Strategically placed and interconnected for individual departments.
• End Devices: PCs, printers, and servers per department, connected using appropriate cables.

Interconnections:
• Serial Cable: Direct connection between core routers for redundancy and efficient data transfer.
• Cross Cables: Interconnecting L2 switches, cloud router, and email server for optimal data flow.
• Copper Straight Cables: Connecting L2 switches with end devices for seamless communication.

Network Documentation:
• VLAN Information: Documented VLAN details for each department, including VLAN IDs, IP subnets, and
network segmentation.
CONFIGURATION
Step 1: Power up all routers, ensuring a stable electrical connection and
verifying the activation of each device to initiate the network setup.

Router>
Router>enable
Router#configuration terminal
Router(Config)#Interface GigabitEthernet0/0
Router (Config-if)#no shutdown
Router (Config-if)#exit
Step 2:
Configure the clock rate on the serial DCE
interface, enabling the signal to traverse
through the router effectively.

Router(Config)#Interface serial 0/3/1


Router(Config-if)#clock rate 64000
Router (Config-if)#do wr
Step 3:
Enable access on all ports and establish designated
VLANs on L2 switch ports, facilitating connections for
end devices within specified VLANs.
Extend the same port access and VLAN setup procedure
to all other L2 switches across the network for a
uniform and organized network structure. Switch(Config)#Int range fa0/1-24
Switch(Config-if-range)#switchport mode access
Switch(Config-if-range)#switchport access vlan 10
Switch(Config-if-range)#do wr

Step 4: Switch(Config)#GigabitEthernet1/0/6

Establish connections between the L3 switch and the Switch(Config-if)#switchport mode access
Switch(Config-if)#switchport access vlan 50
corresponding VLAN on the connected L2 switch, Switch(Config-if)#do wr

enabling proper VLAN segmentation and


intercommunication.
Interconnect the ports on the L3 switch with the VLANs
corresponding to the respective departments, facilitating
efficient data flow and network management within each
department.
Step 5: Replicate all configurations and setups,
including VLAN assignment, interconnections, and
switch configurations, for the branch campus network,
ensuring consistency and functionality across the entire
network infrastructure.
Switch(Config)#Int range fa0/1-24
Switch(Config-if-range)#switchport mode access
Switch(Config-if-range)#switchport access vlan 100
Switch(Config-if-range)#do wr

Step 6: Configure the L3 switch port connected to the router to operate in trunk mode,
enabling efficient communication and data exchange between the router and the switch.

Switch(Config)#Int gig1/0/1
Switch(Config-if)#switchport mode trunk
Switch(Config-if)#do wr
Step 7: Establish IP addresses on the routers, ensuring proper addressing and
routing functionality to enable effective network communication and traffic
management.

Router(Config)#Interface serial 0/3/0


Router(Config-if)#ip address 40.40.40.5 255.255.255.252
Router (Config-if)#do wr

Step 8: Configure inter-VLAN routing to facilitate communication and data exchange between
different VLANs, enhancing network functionality and connectivity.

Router(Config)#Int gig0/0.90
Router(Config-subif)#encapsulation dolQ 90
Router (Config-subif)#ip add 192.168.50.1 255.255.255.0
Router (Config-subif)#exit
Step 9: Configure a DHCP server for the staff department on the
branch router, automating IP address assignments and simplifying
network management for the staff members.
Repeat the DHCP server setup process for the study lab, Router(Config)#service dhcp

streamlining IP address management and ensuring seamless Router(Config)#ip dhcp pool staff-pool
Router(dhcp-config)#network 192.168.45.0
network connectivity within the lab environment.
255.255.255.0
Router(dhcp-config)#default-router 192.168.45.1
Router(dhcp-config)#dns-server 192.168.45.1
Router(dhcp-config)#do wr
Router(dhcp-config)#exit
Step 10:
Choose an end device connected to the switch of the staff and student departments, opting for DHCP to acquire an IP address, and confirm a successful request, validating
the router's DHCP configuration.
Initiate an IP address request from the DHCP server, confirming the seamless functionality and reliability of the DHCP setup within the network.
Step 11: Ping devices from various VLANs to assess
interconnectivity and confirm successful communication
across different segments of the network.

Step 12: Enable inter VLAN routing within the


Router(Config)#Int gig0/0.40
main campus network, allowing efficient data
Router(Config-subif)#encapsulation dolQ 40
transmission and intercommunication between Router (Config-subif)#ip add 192.168.20.1 255.255.255.0

distinct VLANs, optimizing network performance Router (Config-subif)#exit

and functionality.

Step 13: Establish a DHCP server within the main campus, streamlining IP address management and automating network configurations for improved efficiency.

Router(Config)#service dhcp
Router(Config)#ip dhcp pool Admin-pool
Router(dhcp-config)#network 192.168.5.0
255.255.255.0
Router(dhcp-config)#default-router 192.168.5.1
Router(dhcp-config)#dns-server 192.168.5.1
Router(dhcp-config)#do wr
Step 15: Confirm a successful request for an IP
address from the DHCP server, validating the
Step 14: Initiate an IP address request
seamless IP allocation process.
from the DHCP server in the main
campus, ensuring successful IP allocation
and validating the functionality of the
DHCP server setup.

Step 16: Attempt to ping from the main


campus to the branch campus, verifying
connectivity and evaluating the efficiency of
inter-campus communication within the
network.
Step 17: Configure the RIP version 2 protocol on the branch router, facilitating dynamic routing and efficient
data exchange within the branch network.

Step 18: Replicate the configuration of the RIP version 2 protocol on the main campus
router, optimizing dynamic routing and enhancing network communication across the main
campus.

Router(Config)#router rip
Router(Config-router)#version 2
Router(Config-router)#network 40.40.40.4
Router(Config-router)#network 192.168.5.0
Router(Config-router)#network 40.40.40.0
Router(Config-router)#network 192.168.10.0
Router(Config-router)#network 192.168.15.0
Router(Config-router)#network 192.168.20.0
Router(Config)#router rip
Router(Config-router)#network 192.168.25.0
Router(Config-router)#version 2
Router(Config-router)#network 192.168.30.0
Router(Config-router)#network 192.168.50.0
Router(Config-router)#network 192.168.35.0
Router(Config-router)#network 192.168.45.0
Router(Config-router)#network 192.168.40.0
Router(Config-router)#network 40.40.40.0
Router(Config-router)#do wr
Router(Config-router)#do wr
Router(Config-router)#exit
Router(Config-router)#exit
Step 19: Perform pings from devices in the main campus to devices in the branch campus,
confirming successful cross-campus communication and validating the network's interconnectivity
and reliability.
OVERVIEW OF VMWARE

VMware is a renowned software company that specializes in


virtualization and cloud computing solutions. Through its
software, VMware enables the creation of multiple virtual
machines on a single physical server, which not only
optimizes resource utilization but also simplifies server
management.
Set date and time & time zone.

Configure network IP , Subnetworkmask,


Post installation gateway,DNS.

configurations of Change Computer Name.

windows server
Turn off Firewall.

Set SSDP & UPNP services to Automatic.

Turn Network discovery and file sharing


on.
Step 1: Commence by launching the Server Manager and
navigating to the "Manage" option. From there, select "Roles
and Features."

Step 2: Before proceeding with role and feature


installation, ensure the completion of essential pre-
installation tasks. Only when these tasks are successfully
accomplished, proceed by clicking "Next."
Step 3: Given the singular server configuration, choose the
"Role-based or Features-based Installation" option.

Step 4: Verify that the virtual Windows server's name and IP address align
with the information provided during the post-installation period.
Step 5: Select the desired role, in this case, the DHCP
Server.

Step 6: Confirm the addition of all necessary features for the


DHCP Server.
Step 7: During the installation process, you will receive pertinent information about the DHCP
Server.

Step 8: Opt for automatic restart if necessary and proceed with the installation.
Step 9: After initiation, a verification process will validate the preceding steps, ultimately leading to the
installation of the DHCP server's designated roles and features.

Step 10: Upon completion of the installation, all interfaces will close, and the system will undergo a restart.
Step 11: Configuration of the DHCP Server is the next task. Access the "Tools" menu
and select the "DHCP" option.

Step 12: In the absence of an existing scope, create a new scope by right-clicking on "IPv4" and choosing "New Scope."
Step 13: Provide a name for the newly created scope.

Step 14: Define the starting and ending IP addresses for the
scope.
Step 15: Optionally, specify exceptions – reserved IP addresses not assigned to clients.

Step 16: Set the lease time for IP addresses within the scope.
Step 17: Conclude the scope configuration by selecting the "Activate Scope" option.
Scope 192.168.45.0 named Rach

Address Pool
TESTING
To retrieve the present IP
configuration of a client system,
one must employ the command
"ipconfig" within the command
prompt. Upon execution of this
command, the system shall
dutifully furnish the current IP
address in a display of information.

Next, to release the system's current


IP address, simply execute the
"ipconfig/release" command. This
action initiates the process of
relinquishing the system's current IP
configuration.
Following that, for the renewal of the system's IP address, the
"ipconfig/renew" command is employed. This command prompts the
system to obtain a new IP address from the DHCP server, which will
then be displayed.

Within our server, it is possible to access information about the client system by inspecting the Address Lease records.
CONCLUSION
The project, which utilized Cisco Packet Tracer to modernize a campus network infrastructure, highlights
the crucial role of networking in today's technological landscape. It emphasizes the importance of
efficient design, stringent security measures, and optimal routing within a campus network. The project
highlights the need for adaptive, secure, and efficient networks as the foundation of modern educational
technology. The integration of modern routing and wireless networking aligns with the evolving landscape
of educational services, reinforcing the notion that networks are the linchpin of modern educational
technology. Additionally, the incorporation of a DHCP server on VMware ensures seamless IP address
management, further enhancing the project's relevance in the modern educational landscape. The
project serves as a reminder of the critical role of network systems in shaping the educational landscape.
THANK YOU

You might also like