CN File
CN File
CN File
1
INDEX
1
Study of cables and connectors in computer network, design and construct Straight
& Cross LAN cable.
2 Study of various Network Devices (Repeater Hub Switch Bridge Router) in Detail
3 Connect the computers in Local Area Network, and Study of basic network command
and Network configuration commands.
4
Configure and analyze bus, ring, star, mesh, and hybrid network topology with wired
vs wireless networks.
2
EXPERIMENT 1
1.) Connections:
A connection is a term that describes the link between a plug or connector into a port
or jack. For example, your monitor, mouse and keyboard all must connect to the
computer before they work.
3
Broadcast network provides the provision for broadcasting & multicasting.
Broadcasting is the process in which a single packet is received and processed by all
the machines in the network. It is made possible by using a special code in the
address field of the packet. When a packet is sent to a subset of the machines i.e.,
only to few machines in the network it is known as multicasting.
3.) RJ-45: signal. A registered jack (RJ) is a standardized physical network interface
for connecting telecommunications or data equipment. The physical connectors that
registered jacks use are mainly of the modular connector and 50-pin miniature ribbon
connector types. The most common twisted-pair connector is an 8-position, 8contact
(8P8C) modular plug and jack commonly referred to as an RJ45 connector.
4
There are two different wiring standards for the RJ-45 pin:
i) T-658A: its order is –
1. white/green
2. green
3. white/orange
4. blue
5.white/blue
6.orange
7.white/brown
8. brown
5
4. categories of different cables with their bandwidth and usage:
6
6. types of cables:
i) Straight (patch) cable is when both ends of a cable are wired using the same
wiring standard.
It's the most common type of ethernet cable that’s used on a LAN . it is used to
connect different types of devices
ii) A crossover cable is when both ends of a cable are wired using 2 different
types of wiring standards. It is used to connect two similar devices together.
Result: We studied about cables and connectors and analyzed straight and cross
LAN cables
7
EXPERIMENT-2
8
Experiment:
REPEATER
Ip Address table:
PC15 10.10.10.1
PC16 10.10.10.2
PC17 10.10.10.3
PC18 10.10.10.4
PC19 10.10.10.5
PC20 10.10.10.6
9
HUB
PC2 10.10.10.1
PC3 10.10.10.2
PC4 10.10.10.3
10
11
SWITCH
Manmohit 5.5.0.1
Mahadev 5.5.0.2
PC2 5.5.0.3
12
ROUTER
13
BRIDGE
PC21 10.10.10.1
PC22 10.10.10.2
PC23 10.10.10.3
PC24 10.10.10.4
PC25 10.10.10.5
PC26 10.10.10.6
14
Result: We successfully created a LAN using network devices such as
Repeater, Hub, Switch, Bridge and Router.
15
EXPERIMENT 3
Aim: Connect the computers in a Local Area Network, and study
basic network commands and network configuration commands.
Apparatus: Laptop, Cisco Packet Tracer
Experiment:
Procedure:
1. Open Cisco Packet Tracer so3ware.
2. Drag two or more computers onto the work space.
3. Connect the computers together using Ethernet cables.
4. Configure the network seAngs on each computer .To do this, double-click on a
computer and select the Desktop tab. In the IP Address secGon, enter an IP
address, subnet mask, and default gateway for the computer.
5. Test the network connecGon by trying toping one computer from another
computer. To do this, open a command prompt on one of the computers and type
the following command:
16
IPCONFIG
17
IPCONFIG ALL
PING
TRACERT
Result: A Local Area Network was created using a switch and some basic networking commands
studied and used.
18
Experiment 4
AIM- Configure and analyze bus, ring, star, mesh, and hybrid network
topology with wired networks
Bus Topology : All devices share a single communication line or cable. Bus topology may
have problems while multiple hosts sending data at the same time.
Mesh Topology : Host is connected to one or multiple hosts. This topology has hosts in
point-to-point connection with every other host or may also have hosts which are in point-to-point
connection to few hosts only.
Star Topology : Hosts are connected to a central device, known as hub device, using a point-
to-point connection. That is, there exists a point to point connection between hosts and hub. Ring
Topology : Each host machine connects to exactly two other machines, creating a circular
network structure. When one host tries to communicate or send message to a host which is not
adjacent to it, the data travels through all intermediate hosts.
Hybrid Topology A network structure whose design contains more than one topology is
said to be hybrid topology. Hybrid topology inherits the merits and demerits of all the incorporating
topologies.
19
Experiment:
BUS TOPOLOGY
PC0 12.12.0.1
PC1 12.12.0.2
PC2 12.12.0.3
PC3 12.12.0.4
20
PING
21
MESH
Messi 12.12.12.1
Depaul 12.12.12.2
Dybala 12.12.12.3
PC4 12.12.12.4
22
PING
23
STAR
24
PC0 5.5.0.1
PC1 5.5.0.2
PC2 5.5.0.3
PC3 5.5.0.4
PC4 5.5.0.5
25
PING
26
RING
27
PC0 4.4.0.1
PC1 4.4.0.2
PC2 4.4.0.3
PC3 4.4.04
28
PING
29
HYBRID
30
PC0 192.168.0.1
PC1 192.168.0.2
PC2 192.168.0.3
PC3 192.168.0.4
PC4 192.168.0.5
31
PING
RESULT: A LAN was successfully created and configured using Bus, ring, star,
mesh, hybrid topologies.
32
Experiment No.-5
Aim: Configuring IP routing using routing information
Routing Information Protocol (RIP) is a dynamic routing protocol that uses hop count as a
routing metric to find the best path between the source and the destination network. It is a
distance-vector routing protocol that has an AD value of 120 and works on the Network layer
of the OSI model. RIP uses port number 520.
Hop Count
Hop count is the number of routers occurring in between the source and destination network.
The path with the lowest hop count is considered as the best route to reach a network and
therefore placed in the routing table. RIP prevents routing loops by limiting the number of
hops allowed in a path from source and destination. The maximum hop count allowed for
RIP is 15 and a hop count of 16 is considered as network unreachable.
Features of RIP
4. Routers always trust routing information received from neighbor routers. This is also
known as Routing on rumors.
33
Diagram:
Router4 config:
Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#
34
Router>enable
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(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#clock rate 64000
Router(config-if)#ip address 10.10.0.2 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 192.168.1.0
Router(config-router)#network 10.0.0.0
Router(config-router)#
Router(config-router)#end
Router#copy running-config startup-config Destination
filename [startup-config]?
Building configuration...
[OK]
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#
35
Router5 config:
Router>enable
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#
36
Router>enable
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(config-if)#exit
Router(config)#interface Serial2/0
Router(config-if)#ip address 10.10.0.3 255.0.0.0
Router(config-if)#ip address 10.10.0.3 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 192.168.2.0
Router(config-router)#network 10.0.0.0
Router(config-router)#
Router(config-router)#
Router(config-router)#exit
Router(config)#
Router(config)#end
Router#copy running-config startup-config Destination
filename [startup-config]?
Building configuration...
[OK]
Router#
%SYS-5-CONFIG_I: Configured from console by console PING:
37
Experiment 6: Introduction to Packet Tracer CLI commands
Aim: The aim of this lab is to study Packet Tracer CLI commands.
Objective:
Materials Required:
38
Procedure:
Conclusion:
From the lab we learn about CLI commands and working principle and get extra knowledge
about CISCO Packet Tracer
39
EXPERIMENT – 7
Objectives:
• To learn about Cisco Packet Tracer.
• To learn the principles of networking as well as develop Cisco technology
• To implement a simple RIP network using Cisco Packet Tracer.
Procedure:
Conclusion:
From this discussion, we have learned that Packet Tracer is a powerful network
simulator that can be utilized in training experience troubleshooting without having to
buy realCisco routers or switches.
40
Experiment - 8
Aim: Simulation of Address Resolution Protocol and Reverse Address Resolution Protocol
41
Ping to 191.168.11.4
42