Experiment No 4 - 6 CN Lab.
Experiment No 4 - 6 CN Lab.
Hub: An Ethernet hub, active hub, network hub, repeater hub, hub or concentrator is a device for
connecting multiple twisted pair or fiber optic Ethernet devices together and making them act as a
single network segment. Hubs work at the physical layer (layer 1) of the OSI model. The device is
a form of multiport repeater. Repeater hubs also participate in collision detection, forwarding a
jam signal to all ports if it detects a collision.
Switch: network switch or switching hub is a computer networking device that connects network
segments. The term commonly refers to a network bridge that processes and routes data at the data link
layer (layer 2) of the OSI model. Switches that additionally process data at the network layer (layer 3
and above) are often referred to as Layer 3 switches or multilayer switches
Bridge: A network bridge connects multiple network segments at the data link layer (Layer 2) of
the OSI model. In Ethernet networks, the term bridge formally means a device that behaves
according to the IEEE 802.1D standard. A bridge and switch are very much alike; a switch being a
bridge with numerous ports. Switch or Layer 2 switch is often used interchangeably with
bridge .Bridges can analyze incoming data packets to determine if the bridge is able to send the
given packet to another segment of the network.
Router: A router is an electronic device that interconnects two or more computer networks, and
selectively interchanges packets of data between them. Each data packet contains address
information that a router can use to determine if the source and destination are on the same
network, or if the data packet must be transferred from one network to another. Where multiple
routers are used in a large collection of interconnected networks, the routers exchange information
about target system addresses, so that each router can build up a table showing the preferred paths
between any two systems on the interconnected networks.
Gateway: In a communications network, a network node equipped for interfacing with another
network that uses different protocols.
A gateway may contain devices such as protocol translators, impedance matching devices,
rate converters, fault isolators, or signal translators as necessary to provide system
interoperability. It also requires the establishment of mutually acceptable administrative
procedures between both networks.
A protocol translation/mapping gateway interconnects networks with different network
protocol technologies by performing the required protocol conversions.
Aim: To study basic network command and Network configure local area net using
switch and PC's.
Apparatus (Software): Command Prompt And Packet Tracer.
All commands related to Network configuration which includes how to switch to privilege mode
and normal mode and how to configure router interface and how to save this configuration to flash
memory or permanent memory.
This commands includes
PING:
ping(8) sends an ICMP ECHO_REQUEST packet to the specified host. If the host responds, you
get an ICMP packet back. Sound strange? Well, you can “ping” an IP address to see if a machine is
alive. If there is no response, you know something is wrong..
PRE-LAB VIVA QUESTIONS.
1. What is SIP?
2. Difference between communication and transmission ?
3. What is passive topology
4. What are major types of networks and explain
5. What are the possible ways of data exchange?
EXPERIMENT-6
After configuring the given network a packet should be ping from any one machine to
another.
shutdown
%LINK-5-CHANGED:InterfaceFastEthernet0/0,changedstatetoup
router0(config-if)#exit
router0(config)#interface fastethernet 0/1
router0(config-if)#description router0 fastethernet 0/1
router0(config-if)#no shutdown
%LINK-5-CHANGED:InterfaceFastEthernet0/1,changedstatetoup
router0(config-if)#exit
router0(config)#exit
%SYS-5-CONFIG_I:Configuredfromconsolebyconsole
router0#showrunning-config
Building configuration...
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
router0#
router0#
router0#copy running-config startup-
config Destination filename [startup-
config]?
Building configuration...
[OK]
router0#wr
PRE-LAB VIVA QUESTIONS.