Computer NetWork Experiment 7
Computer NetWork Experiment 7
Program: Sem V
PART A
Experiment No.7
A.1 Aim:
Design a LAN and establishing connection to other network and understand the basic
working of PING (ICMP) and ARP (DLL).
A.2 Prerequisite:
● Knowledge about LAN, MAN and WAN and NW Elements.
● Linux NW Commands
● HW and IP Address concepts.
● Concept of Analysis, Design, Simulation and Modelling
● Cisco Packet tracer as simulation tool
A.3 Outcome:
After successful completion of this experiment students will be able to
1. Work Steps
• Create a network using an Access Point consisting of 10 PCs and 10 Laptops
• Create a WPA2-PSK security system on the Access Point with the SSID as we want
and the Network password.
● After that, choose the Connect tab ◊ choose the name of the AP you want to connect ◊
pressing Connect
● After that fill in the AP password.
o PC – PC
PC 1 – PC 2
PC 2 - PC 3
PC 3 - PC 4
PC 4 - PC 5
ARP( Address Resolution Protocol):
PING:
The PING utility is a system administrator's tool that is used to see if a computer is operating
and also to see if network connections are intact. Ping uses the Internet Control Message
Protocol (ICMP) Echo function. A small packet is sent through the network to a particular IP
address. This packet contains 64 bytes - 56 data bytes and 8 bytes of protocol reader
information. The computer that sent the packet then waits and listens for a return packet. If
the connections are good and the target computer is up, a good return packet will be received.
PING can also tell the user the number of hops that lie between two computers and the
amount of time it takes for a packet to make the complete trip. Additionally, an administrator
can use Ping to test out name resolution. If the packet bounces back when sent to the IP
address but not when sent to the name, then the system is having a problem matching the
name to the IP address.
A6 Design:
References:
● https://youtu.be/FnH1XUQsoD8
● https://youtu.be/ihKtFQEikFA
PART B
(Students must submit the soft copy as per following segments within two hours of the
practical. The soft copy must be uploaded on the Blackboard or emailed to the concerned
lab in charge faculties at the end of the practical in case the there is no Black board access
available)
Grade :
B.4 Conclusion:
1. What is CISCO Packet tracer? How one can make use of it learning CN?
Cisco Packet Tracer is a powerful network simulation tool developed by Cisco that
allows users to design, configure, and troubleshoot virtual networks. It's widely used
in learning computer networking (CN) because it provides a realistic, interactive
environment where students can experiment with different network configurations,
practice using Cisco commands, and simulate real-world networking scenarios
without the need for physical hardware. By using Packet Tracer, students can
visualize network operations, test their knowledge, and develop practical skills in a
controlled, risk-free setting.
2. What are all the NW elements you will in the CISCO Packet Tracer?
In Cisco Packet Tracer, the key network elements include end devices like PCs,
servers, and IP phones, network devices such as routers, switches, and wireless
access points, and connection types like Ethernet, serial, and fiber optic cables.
You can also work with hubs, repeaters, and bridges, as well as various
networking protocols and software tools. These elements allow users to design,
simulate, and analyze complex network topologies in a virtual environment.
c. Subnet Mask: A subnet mask is used to divide an IP address into network and host
portions. It determines which part of an IP address belongs to the network and which
part identifies the device. For example, `255.255.255.0` is a common subnet mask for a
Class C network.
e. RIP (Routing Information Protocol): RIP is a dynamic routing protocol used in local
and wide-area networks to determine the best route for data through a network. It uses
hop count as a routing metric. For example, RIP would choose the route with the fewest
hops between the source and destination.