EXPERIMENT-2
AIM: Simulation of the Lab 131-132 environment.
OBJECTIVE:
• The lab's primary goal is for students to get hands-on experience with the Cisco Packet
Tracer simulation environment.
• By simulating the Lab 131-132 environment, students will identify and understand the
fundamental roles of network devices like routers, switches, and end devices.
• The lab focuses on correctly selecting and connecting these devices to establish a
functional network.
• This exercise serves as a foundational step for developing future network configuration
and troubleshooting skills.
INTRODUCTION:
Cisco Packet Tracer is a powerful network simulation tool that allows for the virtual creation and
configuration of networks. By understanding the theory behind each device, you can effectively
design and troubleshoot network topologies. The devices within Packet Tracer are categorized
based on their function in a real-world network, from the endpoints where data originates to the
infrastructure that guides it.
1. Network Infrastructure Devices
These are the backbone devices that connect other devices and manage the flow of data across
the network.
• Routers: Operating at Layer 3 (the Network Layer) of the OSI model, a router’s primary
job is to connect different networks and forward data packets between them. They make
decisions on where to send data based on IP addresses. Routers use complex routing
tables to find the most efficient path for a packet to reach its destination, making them
essential for inter-network communication, like connecting your home network to the
internet.
• Switches: A switch operates at Layer 2 (the Data Link Layer). Its function is to connect
devices within the same network, or a LAN (Local Area Network). Unlike older devices
like hubs, a switch is intelligent; it learns the MAC addresses of connected devices and
only sends data to the specific port of the intended recipient. This directed communication
greatly improves network performance by preventing unnecessary data broadcasts.
PRIYAM 35514815623 CSE-AIML
• Hubs: A hub is a very basic device that operates at Layer 1 (the Physical Layer). It simply
broadcasts all incoming data to every other port. This inefficient method causes
significant network congestion and is why hubs have largely been replaced by switches in
modern networks. Packet Tracer includes them to illustrate the evolution of networking
technology.
• Wireless Access Points: An access point is a Layer 2 device that allows wireless-capable
devices (like laptops and tablets) to connect to a wired network. It broadcasts a wireless
signal and acts as a bridge, converting the wireless data into a format that can be
transmitted over the wired network.
2. End Devices
End devices are the endpoints of the network—the sources and destinations of data.
• PCs and Laptops: These are the most common end devices, representing client machines
that access network resources. They are the user’s interface to the network, used for tasks
like browsing the web, sending emails, and accessing files from a server.
• Servers: Servers are specialized computers that provide services to other devices on the
network. Packet Tracer includes several server types to simulate real-world services: o
HTTP Server: Hosts web pages and content. o DHCP Server: Automatically assigns IP
addresses to devices on a network.
o DNS Server: Translates human-readable domain names (like [Link]) into
numerical IP addresses.
• IP Phones and Tablets: These devices demonstrate how modern networks can support
voice and data convergence, showcasing the principles of Voice over IP (VoIP) and
mobile connectivity.
3. Connectivity and Cables
Understanding how devices are connected is key to building a functional network.
• Cables: The correct cable must be used to link different devices.
o Straight-through Cable: Used to connect dissimilar devices (e.g., router to a
switch, PC to a switch).
o Crossover Cable: Used to connect similar devices (e.g., switch to a switch,
router to a router, or PC to a PC).
o Fiber Optic Cable: Used for high-speed data transfer over long distances. Unlike
copper cables, it is immune to electromagnetic interference.
SIMULATION:
PRIYAM 35514815623 CSE-AIML
• Network Layout: The central device is a switch, with multiple PCs connected to it in a
star topology. This represents a simple Local Area Network (LAN).
• Cabling: The green lines connecting the PCs to the switch are Copper Straight-Through
cables, which are used to connect dissimilar devices as mentioned in the Canvas
document.
• Device Identification: The devices are labeled as PC-PT (Packet Tracer PC) and
SwitchPT (Packet Tracer Switch), which are the default names used in the simulation
environment.
PRIYAM 35514815623 CSE-AIML
• IPv4 Configuration: The PC is configured with a static IPv4 address of [Link].
This is a private IP address commonly used for internal networks. The Subnet Mask of
[Link] indicates that all devices with an address of 192.168.1.x are on the same
local network.
• IP Addressing: Since the PC is configured with a static IP, it will not request an address
from a DHCP server. This is a manual configuration, which is common in small, static
networks.
PRIYAM 35514815623 CSE-AIML
• Ping Command: The command ping [Link] is used to test connectivity to another
device with the IP address [Link].
• Network Status: The ping statistics show "Packets: Sent = 4, Received = 4, Lost = 0 (0%
loss)", which is the ideal result, indicating perfect connectivity between the two devic
PRIYAM 35514815623 CSE-AIML
• Successful Communication: The Reply from... messages indicate that the ping was
successful and the PC was able to send and receive packets from the destination device,
confirming that the network is properly configured and functioning.
PRIYAM 35514815623 CSE-AIML