Basics Lab Manual
Basics Lab Manual
Basics Lab Manual
ii)
iii)
iv)
v)
LAB:2
Topic of work
Introducing the devices to control and extend the reusable size of a
network And simulation tool Cisco Packet Tracer
LAB:3
Topic of the work:
Implementing LAN on Cisco Packet Tracer
After Completing this exercise you will be able to:
i)
ii)
iii)
Switch
ii)
iii)
PCs
Data Connection Cable
How to implement:
i)
ii)
iii)
iv)
v)
vi)
In Cisco Packet Tracer all icons are working as drag and drop method in
interface area.
Suppose we are going to take four PC and one switch.
As PC and switch are different devices, so we have to connect them
through copper straight cable.
Then configure the PCs by assigning its IP address.
After completing the connection and assigning IP address we have to
check whether the LAN is working or not.
To check connectivity of a LAN we are going to use PING function.
LAB:4
Topic of the work:
Connectivity of LANs with servers (Local DNS, Web Servers)
After Completing this exercise you will be able to:
i)
ii)
iii)
iv)
Pcs
Switches
Servers
LAB:5
Topic of the work
Extension of previous work with DNS server & HTTP server
Following figure shows one of the PC Configuration
Now go to PC for its web browser and put the name that you set in DNS
LAB:6
Topic of the work:
Identify and describe what is subnet and subnet mask? Identify and
describe the functions of each of the seven layers of the OSI model
Through some example you able to develop subnet & IP of hosts
ii)
16
16
16
16
16
.
16
00000
00001
00010
00011
00100
.
..
..
..
11111
000
000
000
000
000
000
00000000
00000000
00000000
00000000
00000000
.
.
.
.
00000000
Subnet 0
Subnet 1
Subnet 2
Subnet 3
Subnet 4
.
.
..
Subnet 32
172.16.0.0
172.16.8.0
172.16.16.0
172.16.24.0
172.16.32.0
.
.
.
.
172.16.248.0
000
00000000
Subnet 4
172.16.32.0
16
00100
172
16
..
.
172
16
00100
00100
00100
00100
.
00100
.
00100
Host Bits
000 00000000
000 00000001
000 00000010
000 00000011
..
000 11111111
. ..
001 00101001
Host Number
Host 0
Host 1
Host 2
Host 3
.
Host 255
Host 297
Host IP
172.16.32.0
172.16.32.1
172.16.32.2
172.16.32.3
172.16.32.255
.
172.16.33.40
172
16
00100001
00101001
IP Address
255
255
11111000
00000000
Subnet Mask
172
172
16
16
00100000
32
00000000
0
After Anding
Total number
Total number
Subnet mask
Total number
Total number
of
of
of
of
of
LAB:7
Topic of the work:
Router(config-if)#exit
Router(config)#interface fastethernet 0/1
Router(config-if)#ip address 172.16.32.10 255.255.240.0
Router(config-if)#no shutdown