0% found this document useful (0 votes)
47 views

Computer Network Lab Project: Aromal V Ashokan (12) Shyam Lal A S (43) Vysakh R J (52) S6 It

The document describes a project to design and simulate an enterprise network for a company with 5 departments across 2 branches and an administrative section. It provides the IP addressing scheme and subnet ranges used to separate the departments and restrict inter-branch connectivity. The network design is implemented in Cisco Packet Tracer using routers connected via serial and fast ethernet links, with RIP routing configured to establish connectivity between all departments while preventing inter-branch communication. Connectivity is verified through ping testing.

Uploaded by

Aromal V Ashokan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Computer Network Lab Project: Aromal V Ashokan (12) Shyam Lal A S (43) Vysakh R J (52) S6 It

The document describes a project to design and simulate an enterprise network for a company with 5 departments across 2 branches and an administrative section. It provides the IP addressing scheme and subnet ranges used to separate the departments and restrict inter-branch connectivity. The network design is implemented in Cisco Packet Tracer using routers connected via serial and fast ethernet links, with RIP routing configured to establish connectivity between all departments while preventing inter-branch communication. Connectivity is verified through ping testing.

Uploaded by

Aromal V Ashokan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

COMPUTER NETWORK LAB

PROJECT

Aromal V Ashokan (12)


Shyam Lal A S (43)
Vysakh R J (52)
S6 IT
Index

● Aim
● Subnet Range
● Design
● Implementation
● Conclusion
AIM

A company at Infopark consist of 5 sections. 1


administrative section and 2 branches. Each of the
branches have 2 departments. The first department of
the first branch consists of 120 machines respectively.
Second department consists of 60 machines
respectively. First department of the second branch
consists of 30 machines. And finally the second
department of the second branch have 60 machines. The
main administrative block also has 120 machines which
have access to all the branches. Each branch is being
restricted not to connect with each other. Design and
simulate an enterprise network for the company. Use
CISCO packet Tracer for simulation and evaluate point-
to-point connection.
SUBNETTING

IP Address: 120.0.0.0 Class A


Default Mask: 255.255.255.0
Subnet Mask: 255.255.255.192

Subnet Range:
Branch 1: 120.0.0.0 - 120.0.1.255
Branch 2: 120.0.3.0 - 120.0.4.255
Admin Section: 120.0.2.0 - 120.0.2.255

120.0.0.0 - 120.0.4.255 is divided into 5 departments. The IP Range


and mask of each department along with it’s subnet mask is given
below.

Department 1:
120.0.0.0 - 120.0.0.255
Subnet: 255.255.255.192

Department 2:
120.0.1.0 - 120.0.1.255
Subnet Mask: 255.255.255.192
Department 3:
120.0.3.0 - 120.0.3.255
Subnet Mask: 255.255.255.192

Department 4:
120.0.4.0 - 120.0.4.255
Subnet Mask: 255.255.255.192

Admin Department:
120.0.2.0 - 120.0.2.255
Subnet Mask: 255.255.255.192
DESIGN

dDESIGNImplementation
ROUTER 9
Router>enable Router#config t
Router(config)#int fa0/0

Router(config-if)#ip address 120.0.2 255 255.255.192


Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int se2/0

Router(config-if)#ip address 120.0.7.6 255.255.255.192


Router(config-if)#clock rate 64000
Router(config)#int se3/0

Router(config-if)#ip address 120.0.8.2 255.255.255.192

Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip

Router(config-router)#network 120.0.2.0
Router(config-router)#network 120.0.7.0
Router(config-router)#network 120.0.8.0

Router(config-router)#exit

Router(config)#^Z
Router#

ROUTER 0
Router>enable
Router#config t
Router(config)#int fa0/0

Router(config-if)#ip address 120.0.0.126 255.255.255.192


Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int se2/0
Router(config-if)#ip address 120.0.6.1 255.255.255.128
Router(config-if)#clock rate 64000

Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip

Router(config-router)#network 120.0.0.0
Router(config-router)#network 120.0.6.0
Router(config-router)#exit

Router(config)#^Z

Router#

ROUTER 1
Router>enable Router#config t
Router(config)#int fa0/0

Router(config-if)#ip address 120.0.1.62 255.255.192


Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int se2/0

Router(config-if)#ip address 120.0.6.2 255.255.255.192


Router(config-if)#clock rate 64000
Router(config)#int se3/0

Router(config-if)#ip address 120.0.7.5 255.255.255.192

Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip

Router(config-router)#network 120.0.1.0
Router(config-router)#network 120.0.7.0
Router(config-router)#network 120.0.6.0

Router(config-router)#exit

Router(config)#^Z

Router#
ROUTER 10
Router>enable Router#config t
Router(config)#int fa0/0

Router(config-if)#ip address 120.0.3.5 255.255.192


Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int se2/0

Router(config-if)#ip address 120.0.8.3 255.255.255.192


Router(config-if)#clock rate 64000
Router(config)#int se3/0

Router(config-if)#ip address 120.0.9.4 255.255.255.192

Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip

Router(config-router)#network 120.0.3.0
Router(config-router)#network 120.0.8.0
Router(config-router)#network 120.0.9.0

Router(config-router)#exit

Router(config)#^Z

Router#
ROUTER 11
Router>enable
Router#config t
Router(config)#int fa0/0

Router(config-if)#ip address 120.0.4.8 255.255.255.192


Router(config-if)#no shut

Router(config-if)#exit
Router(config)#int se2/0
Router(config-if)#ip address 120.0.9.6 255.255.255.128
Router(config-if)#clock rate 64000

Router(config-if)#no shut
Router(config-if)#exit
Router(config)#router rip

Router(config-router)#network 120.0.4.0
Router(config-router)#network 120.0.9.0
Router(config-router)#exit

Router(config)#^Z

Router#
Conclusion

Internetwork is constructed, protocols are implemented and are


ping tested to verify the connectivity.

You might also like