Experiment 1-5 (Nilesh)
Experiment 1-5 (Nilesh)
Experiment 1-5 (Nilesh)
E
Experiment 1
Aim: -To Install and configure Network Devices HUB, Switch and
Routers PCs are interfaced using connectivity devices.
2. Hub: An Ethernet hub, active hub, network hub, repeater hub, hub or
concentrator is a device for connecting multiple twisted pair or fibre 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.
• It converts data between the format used by the computer and the
format used by the network, facilitating communication between devices.
Procedure:
Result:
Thus, install and configure Network Devices PCs are interfaced using connectivity
devices – Hub, router and switch have been done successfully.
Experiment 2
To do the following
• Cable Crimping
• Standard Cabling
• Cross Cabling
• IO connector crimping
• Testing the crimped cable using a cable tester
Apparatus/Tools/Equipment/Components:
1. RJ-45 connector,
2. IO Connector,
3. Crimping Tool,
4. Twisted pair Cable,
5. Cable Tester.
Procedure:
Cable Crimping steps:
1. Remove the outmost vinyl shield for 12mm at one end of the cable (we
call this side A-side).
2. Arrange the metal wires in parallel
3. Insert the metal wires into RJ45 connector on keeping the metal wire
arrangement.
4. Set the RJ45 connector (with the cable) on the pliers, and squeeze it
tightly.
5. Make the other side of the cable (we call this side B-side) in the same
way.
6. After you made it, you don't need to take care of the direction of the
cable.
IO connector crimping: Run the full length of Ethernet cable in place, from
endpoint to endpoint, making sure to leave excess.
1. At one end, cut the wire to length leaving enough length to work, but not
too much excess.
2. Strip off about 2 inches of the Ethernet cable sheath.
3. Align each of the coloured wires according to the layout of the jack.
4. Use the punch down tool to insert each wire into the jack.
5. Repeat the above steps for the second RJ45 jack.
Step 4: Insert the wires into the RJ45 connector right white orange left brown
the pins facing up
Step 5: Place the connector into a crimping tool, and squeeze hard so that the
handle reaches its full swing.
Step 6: Use a cable tester to test for proper continuity
Result:
Cable Crimping, Standard Cabling and Cross Cabling, IO connector crimping and
testing the crimped cable using a cable tester are done successfully
Experiment 3
Internet Protocol (IP) is a set of rules that govern how data is transmitted
over a network. It is one of the core protocols in the Internet Protocol Suite,
and its primary function is to address and route packets of data from one
node to another across networks.
Key Concepts of IP:
1. IP Addressing.
2. Routing.
3. Packetization.
Versions of IP:
1. Internet Protocol Version 4.
2. Internet Protocol Version 6.
Configuring an IP Address:
1. Manual IP Configuration:
2. Dynamic IP (DHCP):
Subnetting:
Subnetting is the process of dividing a larger network (IP address range) into
smaller, more manageable subnetworks (subnets). This allows for better
organization, improved security, and more efficient use of IP addresses.
1. ipconfig
• Displays your current network configuration. Example: - ipconfig.
2. ping
• Tests the connectivity to another networked device. Example: -ping
google.com
3. nslookup
• Queries DNS to find the IP address of a domain. Example: -nslookup
google.com
4. netstat
• Shows active connections and listening ports. Example: -netstat -an.
5. hostname
• The hostname displays or sets the name of a current host system.
6. route
• Displays or modifies the IP routing table. Example to view the routing
table: -route print.
7. tracert
• Traces the route packets take to destination, showing each hop along
the way.
8. arp