Small Office Network Design: Alban, M.J., Bathan, P.E., Bautista, J.K.
Small Office Network Design: Alban, M.J., Bathan, P.E., Bautista, J.K.
Small Office Network Design: Alban, M.J., Bathan, P.E., Bautista, J.K.
25 May 2019
Abstract – A network design was made for students to create virtual networks with
a small student center office that consists many different networking devices from
of three departments namely the cashier, switches, routers, end user devices and
assessment, and registrar departments. even systems integration devices such as
Cisco Packet Tracer is used while having security cameras, motion sensors, lights,
the following considerations: economical, and alarms. [1]
scalability, security and redundancy.
To assign IP addresses in a
I. OBJECTIVES network, subnetting must be done. One
good way of subnetting is using Variable-
Develop network designs that are Length Subnet Masking (VLSM).
economic, scalable, secured, and
VLSM amounts to "subnetting
redundant.
subnets," which means that VLSM allows
Document a paper that includes
network engineers to divide an IP address
floor plans, network topology, cost
space into a hierarchy of subnets of
analysis, IP address, planning and
different sizes, making it possible to create
configurations.
subnets with very different host counts
Simulate the design using packet
without wasting large numbers of
tracer.
addresses.[2]
Construction/designing stage:
3. Develop at a floorplan.
5. Subnet the given network starting from The overall floorplan design
the department with the largest number of consists of three departments namely the
host. cashier, registrar and accounting sections.
There is also break room that includes a
6. Assign the IP addresses on the network mini kitchen. The whole dimension is
topology. 8.93m x 6.96 m.
Testing Stage:
Results:
Creative/Production Department
has 5 hosts; 3 PCs and 2 printer. Figure 6: Overall Network Design
Topology
192.168.10.8-
10.11 /30
Figure
4: Assessment Department Assessment 20 192.168.20.0-20.7
/29
Sales/Finance Department has 5
hosts; 3 PCs and 2 printer. 192.168.20.8-
20.11 /30
Cashier 30 192.168.30.0-30.7
/29
192.168.30.8-
30.11 /29
VI. RECOMMENDATION
VII. REFERENCES
[1] https://www.udemy.com/cisco-packet-
V. CONCLUSION tracer-network-simulator-introduction/
[2]
A small student center office
https://searchnetworking.techtarget.com/definit
network design was developed using
ion/variable-length-subnet-mask
SmartDraw floorplan and packet tracer
configuration where dimensions and
the costing of equipment are taken into
VII. APPENDICES
consideration.
CODES USED:
The design is economical and
scalable since VLSM or classless Switch(config-if-range)#vlan 10
subnetting is used, it creates subnets
without wasting large numbers of Switch(config-vlan)#name Registrar
addresses. Thus, only one 24- port
Switch(config-vlan)#vlan 20
switch is used to cover all the hosts in
the network so no switch-port will be Switch(config-vlan)#name Assessment
wasted.
Switch(config-vlan)#vlan 30
In terms of security, switch port-
security were configured with Switch(config-vlan)#name Cashier
maximum port set to 1, mac address
Switch(config)#int range f0/3-7
sticky and violation protect strict. Also,
SSH is also configured to support Switch(config-if-range)#sw mo access
secure login. (password:cisco)
Switch(config-if-range)#sw access vlan 10 Switch(config-if-range)#channel-group 1
mode desirable
Switch(config-vlan)#int range f0/8-12
Creating a port-channel interface Port-
Switch(config-if-range)#sw mo access channel 1
Switch(config-if-range)#sw access vlan 20 Switch(config-if-range)#int port-channel 1
Switch(config-if-range)#int range f0/13-17 Switch(config-if)#sw mo tr
Switch(config-if-range)#sw mo acc Switch(config-if-range)#no sh
Switch(config-if-range)#sw acc vlan 30 Switch(config-if-range)#exit
Switch(config-if-range)#int range f0/1-24
Router(config)#int port-channel 1
Switch(config)#int range f0/3-24 Router(config-if)#ip add 192.168.1.1
Switch(config-if-range)#sw mo acc 255.255.255.0
Switch(config-if-range)#sw port-security
violation restrict
Switch(config-if-range)#sw mo tr