Computer Science
Computer Science
WORKSHEET 2.1
Student Name: Hardik Pandey UID: 21BCS7892
Branch: CSE Section/Group: 21BCS- 718 B
1. Aim:
Implement different network topologies like Star, Bus with thehelp of packet tracer or
NS2 software.
3. Hardware Requirements:
Processor – Any suitable Processor e.g., i5
Main Memory – minimum 128MB RAM
Hard Disk – minimum 20 GB IDE Hard Disk
Keyboard and Mouse/ Touchpad
4. Method:
"Bus" topology implementation in Cisco Packet Tracer is again a simple configuration
that has tobe done. It is too simple to deal with the configuration here, in a way that all
you need to do is to configure router correctly.
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
Now, router on the other hand is connected to a PC directly via console cable, through console port
.from where we shall actually be configuring the router. Actual routers configuration requires us to
.connect the routers through some programs like putty.
Now, in order to configure the interface, enter the interface configuration mode as
follows.General syntax can be stated as:
Router(config)#interface fastEthernet
0/0Router(config-if)#
As in the interface mode, you will have to configure a static IP for the interface, which shall
beacting as a "default gateway" to the entire network held by that interface.
Router(config-if)#no
shutdownRouter(config-if)#
The effect will be visible in the light that is blinking over the links.
And now, set the IP address for each and every work station, statically. If you do not want to
DEPARTMENT OF
COMPUTER SCIENCE & ENGINEERING
configure each and every work station's ip address statically, you will have to assign DHCP role
for the router. Well, configuring DHCP role for router has been explained again in the Core
Networking Labs section.
Star Topology:
In Star topology, all devices are connected to a central device. If one device has some problems, it will
not affect the connections between other devices. But if the central device has problems, then the
connection will no longer be established.
We connect multiple PCs to a switch or hub and the switch/hub acts as the central device.
We then assign IP address to every node/device and now we can transfer packets or messages through
the network.