Csit
Csit
Software used:
● Cisco Packet Tracer
Cisco Packet Tracer is a network simulation tool developed by Cisco Systems. It
allows users to create virtual network topologies and simulate network
configurations, providing a practical environment for learning and experimenting
with networking concepts.
Theory:
DNS Server: The domain name system (i.e., “DNS”) is responsible for translating
domain names into a specific IP address so that the initiating client can load the
requested Internet resources.
Apparatus:
The following apparatus were used in the lab:
Terminal Devices:
Terminal devices, also known as end devices or user devices, are the devices
used by individuals to interact with and access a computer network or system.
These devices include personal computers, laptops, smartphones, tablets, thin
clients, VoIP phones, POS terminals, and IoT devices. They serve as the interface
between users and the network, allowing individuals to access resources and
perform tasks within a network environment.
Router:
A router is a network device that connects multiple computer networks
together and forwards data packets between them. It acts as a central hub for
network communication, directing traffic based on IP addresses and making
routing decisions to ensure that data reaches its intended destination.
Switch:
A switch is a network device that connects multiple devices within a local area
network (LAN) and facilitates efficient communication by forwarding data packets
based on their MAC addresses. It creates dedicated communication channels
between devices, improving network performance and optimizing data
transmission.
Straight Cable:
A straight cable, also known as a patch cable or an Ethernet cable, is a type of
network cable used to connect devices that have different roles in a network, such
as a computer to a switch or a router to a modem. It has the same wiring sequence
on both ends, with the wires maintaining a consistent order from pin 1 to pin 8. A
straight cable is commonly used for data transmission in Ethernet networks and
follows the TIA/EIA-568 wiring standards.
Procedure:
1. At first, two PC’s were connected in a switch with straight cable, then,
switches were connected to a router through straight cable.
Software used:
● Cisco Packet Tracer
Cisco Packet Tracer is a network simulation tool developed by Cisco Systems. It
allows users to create virtual network topologies and simulate network
configurations, providing a practical environment for learning and experimenting
with networking concepts.
Theory:
Dynamic IP address assignment refers to the process of automatically assigning IP
addresses to devices on a network. It is commonly used in large networks where
manually configuring IP addresses for each device would be impractical and
time-consuming.
Apparatus:
The following apparatus were used in the lab:
● Cisco router and switch: Used as the DHCP server to manage IP address
assignments.
● PCs or devices: Used as DHCP clients to obtain IP addresses dynamically
from the DHCP server.
● Ethernet cables: Used to connect the devices in the network.
Procedure:
1. Set up the network topology by connecting the Cisco router and switch with
the PCs or devices using Ethernet cables as shown in the figure.
2. Click on the router and access the CLI, type no and start configuring the
router by typing enable.
3. Type conf t to enter configuration mode of the router then enter the interface
for the port GigabitEthernet 0/0/0 and provide required IP Address and
subnet mask then type no shutdown to change the state of port to up.
Software used:
● Cisco Packet Tracer
Cisco Packet Tracer is a network simulation tool developed by Cisco Systems. It
allows users to create virtual network topologies and simulate network
configurations, providing a practical environment for learning and experimenting
with networking concepts.
Theory:
Static routing is a method in which network administrators manually configure the
routing tables on network devices to define specific paths for network traffic. With
static routing, the network administrator manually determines and configures the
routes that network packets should take to reach their destinations. Static routes are
typically set up on routers or Layer 3 switches.
Apparatus:
The following apparatus were used in the lab:
● Cisco Router: Used as the network device for implementing static routing.
● Switch: Connect end devices and router.
● PCs or devices: Used as endpoints for network connectivity and to test static
routes.
Procedure:
1. Set up the network topology by connecting the Cisco router with the PCs or
devices as shown in the figure.
4. Repeat step 3 for the next router and provide ip addresses to remaining end
devices
7. Since the device is pinged successfully the connection has been established.
Conclusion:
Software used:
Cisco Packet Tracer: Cisco Packet Tracer is a network simulation tool developed
by Cisco Systems. It allows users to create virtual network topologies and simulate
network configurations, providing a practical environment for learning and
experimenting with networking concepts.
Theory:
RIP version 2:
In networking, clock rate refers to the timing rate or frequency at which data is
transmitted over a serial interface between networking devices, such as routers or
switches. It is typically measured in bits per second (bps) or a multiple thereof
(e.g., kilobits per second, megabits per second).The clock rate determines the speed
at which data can be sent or received over the serial interface. It synchronizes the
transmission and reception of data between the connected devices. The clock rate
is set by configuring the device with a specific value, which determines the
transmission rate for that interface.
Apparatus:
PT-Router:
Serial-DTE:
A serial DTE (Data Terminal Equipment) is a device that serves as the endpoint in
a serial communication link. It is responsible for transmitting and receiving data
over a serial interface. Examples include computers connected to modems or
routers connected to network switches via serial connections.
Terminal Devices:
Terminal devices, also known as end devices or user devices, are the devices used
by individuals to interact with and access a computer network or system. These
devices include personal computers, laptops, smartphones, tablets, thin clients,
VoIP phones, POS terminals, and IoT devices. They serve as the interface between
users and the network,
PT-Switch:
The PT-switch within Cisco Packet Tracer provides a graphical user interface
(GUI) where users can interact with and configure switch settings. It allows users
to simulate the behavior and operation of a network switch without the need for
physical hardware.
Straight Cable:
A straight cable, also known as a straight-through cable, is a type of Ethernet cable
commonly used to connect different types of networking devices, such as a
computer to a switch, a computer to a router, or a switch to a router. In Cisco
Packet Tracer, a straight cable is represented as a simple, non-crossed cable with
the same pin configuration on both ends.
Procedure:
Step 1:Setup the network as shown in the figure below. To link devices with other
devices, use straight cables, Copper crossOver, and Serial DTE.
Step 2: Now we configure the router through CLI and provide them with the
required network IP address and interface IP address.Configure Router R1 by
using the commands as shown in the figure.
Step 3: Now we configure Router R2 and R3, it is the same as configuring router
R1 but we need to configure DHCP to assign IP addresses to terminal devices. We
can configure Router R2 and R3 by using the commands shown in the figure
below.
(commands used for Router R2 and R3 are same only the IP addresses are changed)
Step 4: Now we provide IP addresses to the terminal devices by the help of DHCP.
In PC0, click the device. In the opened Window, click the IP configuration option
from the desktop menu and set the IP configuration option to DHCP.
Do this to every terminal device in the network.
Step 5: We configure RIP routing on the network by the help of which we can
establish connection in the network. To configure RIP routing we use the following
commands in the CLI of the router which adds the networks to be connected to the
router.
Step 6: Configure Router R2 and R3 using the same process and add the required
networks to establish a proper connection between the devices.
Step 7: To check whether a proper connection is established or not in the network
we ping the devices from one network to the other.
Here the terminal devices of two different networks are successfully pinged thus a
connection is established by the use of RIP routing protocol.
Title:
Configuration of OSPF Routing in Cisco Packet Tracer.
Software used:
Cisco Packet Tracer: Cisco Packet Tracer is a network simulation tool developed by
Cisco Systems that allows users to create, configure, and troubleshoot computer networks
in a virtual environment. It is widely used for educational and training purposes,
especially in networking courses and certifications.
Objective:
Theory:
OSPF Routing:
OSPF (Open Shortest Path First) is a widely used dynamic routing protocol designed to
efficiently exchange routing information within an autonomous system, typically an
enterprise or service provider network. It is a link-state routing protocol, which means
that routers in an OSPF network exchange information about their connected links to
build a detailed topology map of the network. This map allows OSPF to calculate the
shortest path to each network destination and determine the best routes for data packets.
OSPF AREA:
In OSPF (Open Shortest Path First) routing, an OSPF area is a logical grouping of routers
and networks within an autonomous system (AS). OSPF areas are used to enhance the
scalability and efficiency of the OSPF routing protocol by dividing the network into
smaller manageable units. Each area has its own link-state database and is responsible for
maintaining detailed topology information of the networks within that area.
OSPF uses a hierarchical network design, where routers are organized into different
areas. The backbone area, known as Area 0 (zero), is the central area that connects all
other areas in the OSPF domain. Area 0 must be present in any OSPF network, and all
other areas must be directly or indirectly connected to it.
DHCP:
Clock Rate:
In networking, clock rate refers to the timing rate or frequency at which data is
transmitted over a serial interface between networking devices, such as routers or
switches. It is typically measured in bits per second (bps) or a multiple thereof (e.g.,
kilobits per second, megabits per second).The clock rate determines the speed at which
data can be sent or received over the serial interface. It synchronizes the transmission and
reception of data between the connected devices. The clock rate is set by configuring the
device with a specific value, which determines the transmission rate for that interface.
Bandwidth:
Apparatus:
The following apparatus were used in the lab:
PT-Router:
"PT router" typically refers to a router device used in the simulation software Cisco
Packet Tracer. Cisco Packet Tracer is a network simulation tool developed by Cisco
Systems that allows users to design, configure, and troubleshoot computer networks in a
virtual environment.
The "PT router" is a virtual representation of a Cisco router within the Packet Tracer
software. It emulates the functionalities and behaviors of a real Cisco router, allowing
users to practice configuring and managing routing protocols, connecting networks, and
troubleshooting network issues.
Serial-DTE:
In networking, Serial DTE (Data Terminal Equipment) refers to the endpoint device in a
serial connection that serves as the data source or destination. It is commonly used in
serial communication, where data is transmitted sequentially, one bit at a time, over a
single communication channel.
In a serial communication link, there are two types of devices: Data Terminal
Equipment (DTE) and Data Communications Equipment (DCE). The DTE device is
typically the end-user device, such as a router, switch, or computer, which generates or
consumes data. The DCE device, on the other hand, provides the communication channel
and manages the physical connection.
Terminal Devices:
Terminal devices, also known as end-user devices or user equipment, are electronic
devices used by individuals to interact with a computer network or communication
system. These devices facilitate communication, access to information, and the execution
of various tasks within the network. Terminal devices are an essential component of any
network as they enable end-users to access resources and services provided by the
network infrastructure
PT-Switch:
Straight Cable:
A straight cable, also known as a straight-through cable, is a type of Ethernet cable used
to connect different types of devices directly to each other. It is most commonly used to
establish connections between two dissimilar devices, such as a computer to a switch, a
computer to a router, or a switch to a router. The wiring inside a straight cable maintains a
consistent pinout from one end of the cable to the other, meaning that the wire
arrangement at one end is identical to the arrangement at the opposite end. In a straight
cable, both ends follow the same color code for the eight wires, typically using the
T568A or T568B wiring standards.
Procedure:
Step 1:To begin, open the Cisco Packet Tracer desktop and choose your devices to
construct your network following the given layout. Connect the devices together using
straight cables and Serial DTE connections where necessary.
Step 2: Before using interfaces to enable routing, you need to set up IP addresses and
other settings on those interfaces. This is done in the interface mode, which is connected
to the global configuration mode. To access the global configuration mode, use the
provided commands listed below.
Router2 IP and interface Configuration:
Perform the same configuration as on the above router with their IP scheme.
Step 3: To configure PC0's IP address, first, double-click on PC0 to open its
configuration window. Next, click on the "Desktop" menu, and from there, choose "IP
Configuration." In the IP Configuration window, assign the IP address 10.0.0.2 to PC0.
Step 4: Set up an OSPF routing process on all routers using OSPF process number 1, and
ensure that all networks are placed in area 0. To configure OSPF on any router, make sure
to advertise all directly connected networks within the OSPF process.
Step 5: To confirm the setup, we will utilize the ping command, which checks
connectivity between two devices. As there are two possible routes between the source
and destination, we will use the tracert command to determine the specific route taken. To
do this, access the command prompt of PC1 and use the ping command to test the
connection to Server0. Then, use the tracert command to display the path taken to reach
the destination.
Conculsion:
Title:
Software used:
Cisco Packet Tracer: Cisco Packet Tracer is like a computer game that helps people
learn about computer networks. It lets you make and fix networks on a pretend computer
world. This is really useful for learning how networks work and how to make them better.
People who want to become experts in networking use this tool to practice and get better..
Objective:
Theory:
HTTP Server:
Email server:
A server in the network who stores incoming mail for distribution to local users and
sends out outgoing messages. This uses a client-server application model to send and
receive messages using Simple Mail Transfer Protocol (SMTP).
Apparatus:
The following apparatus were used in the lab:
Router:
A router is a network device that directs data packets between different networks,
determining the optimal path for data to travel. It connects multiple devices to form a
network and enables data communication between them. Routers play a vital role in
managing internet traffic and facilitating communication across various interconnected
devices in both local area networks (LANs) and the internet.
Switch:
A switch is a network device that connects multiple devices within a local area network
(LAN). It operates at the data link layer of the OSI model and uses MAC addresses to
forward data packets to the appropriate destination. Unlike hubs, switches intelligently
direct data only to the intended recipient, improving network performance and efficiency.
Switches enable efficient and secure data transfer between devices within a LAN.
Server:
Terminal Devices:
Terminal devices, also known as end-user devices or user equipment, are electronic
devices used by individuals to interact with a computer network or communication
system. These devices facilitate communication, access to information, and the execution
of various tasks within the network. Terminal devices are an essential component of any
network as they enable end-users to access resources and services provided by the
network infrastructure
Straight Cable:
A straight cable, also known as a straight-through cable, is a type of Ethernet cable used
to connect different types of devices directly to each other. It is most commonly used to
establish connections between two dissimilar devices, such as a computer to a switch, a
computer to a router, or a switch to a router. The wiring inside a straight cable maintains a
consistent pinout from one end of the cable to the other, meaning that the wire
arrangement at one end is identical to the arrangement at the opposite end.
Procedure:
Step 1:To begin, open the Cisco Packet Tracer desktop and choose your devices to
construct your network.Connect the devices together using straight cable.
Initial IP Configuration
Step 2: We need to set up IP addresses and other settings on those interfaces. This is
done in the interface mode, which is connected to the global configuration mode. To
access the global configuration mode, use the provided commands listed below.We will
use the same commands to assign IP addresses on interfaces of remaining routers, then
Configure the router as a DHCP server and configure the PCs to obtain IP addresses
automatically using DHCP.
Step 3: To configure PC3's IP address, first, double-click on PC3 to open its
configuration window. Next, click on the "Desktop" menu, and from there, choose "IP
Configuration." In the IP Configuration window, assign the IP address 192.168.2.2 to
PC3.
Step 4: Enable RIP: In global configuration mode, use the router rip command to enable
the RIP routing protocol on the router. This command activates the RIP process on the
router.
Step 5: Configure gateway in the server
On the Server device, enable DNS service and name the server and address and add the
records.
Configure Email server. For this click on the server, then click the Services tab, and
pick the email server from the menu.Provide the Domain name of the server then
click on Set to set it.Proceed and add users and provide their passwords.
PC2 setup:
PC0 Setup:
Step 9: Finally, test the email services. Go to the PC0 email client, compose an email,
and send it to the PC2 email address.
Mail sent Successfully
To see whether the email from PC2 is received on PC0. On the email client of PC0, click
on Receive.