Lab1 Exp6
Lab1 Exp6
1. AIM: Design and implement a small LAN based network with class C addressing
using CISCO Packet Tracer.
The advantages of a LAN are the same as those for any group of devices networked
together. The devices can use a single Internet connection, share files with one
another, print to shared printers, and be accessed and even controlled by one another.
In general, there are two types of LANs: client/server LANs and peer-to-peer LANs.
A peer-to-peer LAN doesn't have a central server and cannot handle heavy workloads
like a client/server LAN can, and so they're typically smaller. On a peer-to-peer LAN,
each device shares equally in the functioning of the network. The devices share
resources and data through wired or wireless connections to a switch or router. Most
home networks are peer-to-peer.
Typical LAN Network Design:
4. SOLUTION:
5. Script:
Router>en
able
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#no
shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(vlan)#
%SYS-5-CONFIG_I: Configured from console by console
Router(vlan)#e
xit APPLY
completed.
Exiting....
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#
Router(config-router)#
end
SWITCH:
PC0:
PC1:
PC2:
6. CONCLUSION:
Implemented LAN Network with class C addressing consisting of 1 Router, 1 Switch
and 3 PCs( Deafult gateway- 192.168.10.1).