0% found this document useful (0 votes)
2 views23 pages

DCN Lab File

The document provides an overview of physical equipment used in networking, including Network Interface Cards (NICs), various types of network cables, and internetworking devices such as routers and switches. It also covers basic networking commands and their usage, as well as the design and simulation of network topologies using Cisco Packet Tracer. Key components and functions of each device and command are highlighted to facilitate understanding of networking fundamentals.

Uploaded by

kumarshashwat888
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views23 pages

DCN Lab File

The document provides an overview of physical equipment used in networking, including Network Interface Cards (NICs), various types of network cables, and internetworking devices such as routers and switches. It also covers basic networking commands and their usage, as well as the design and simulation of network topologies using Cisco Packet Tracer. Key components and functions of each device and command are highlighted to facilitate understanding of networking fundamentals.

Uploaded by

kumarshashwat888
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Demonstration and Study of Different Physical Equipment Used for Networking

Networking relies on various physical components that enable communication between devices. These
include network interface cards (NICs), cables, and fiber optics.

Network Interface Card (NIC)


A Network Interface Card (NIC) is a hardware component that connects a device to a network. It allows
computers, servers, and other devices to communicate via wired or wireless networks.
Types of NICs:
[Link] NIC – Uses an Ethernet cable for
network connectivity.
1. Example: Desktop and laptop
Ethernet adapters (RJ45 port).

•Wireless NIC (Wi-Fi Adapter) – Uses radio waves for wireless communication. Example: Wi-Fi cards in laptops,
USB Wi-Fi dongles.
•Optical NIC – Uses fiber optics for high-speed communication. Example: Fiber optic network cards in data
centers.

Types of Network Cables


Network cables connect devices in wired networks. The type of cable affects speed, distance, and signal
quality.
A. Twisted Pair Cable
🔹 Commonly used in LANs (Local Area Networks).
🔹 Made of twisted copper wires to reduce interference.
Types of Twisted Pair Cables:
[Link] Twisted Pair (UTP) – Most common, no shielding.
1. Categories: Cat5, Cat5e, Cat6, Cat6a, Cat7 (Higher category = Faster speed).
2. Example: Ethernet cables for home/office networks.
•Shielded Twisted Pair (STP) – Has additional shielding to prevent
interference. Used in: High-interference areas (factories, industrial
setups).

Coaxial Cable
•Used in cable internet connections and CCTV networks.
•Components: Core conductor, dielectric insulator, shielding, outer cover.
•Less common in modern Ethernet networking.

Fiber Optics in Networking


Fiber optic cables offer high-speed and long-distance communication. They transmit data as pulses of light.
Types of Fiber Optic Cables
[Link]-Mode Fiber (SMF)
1. Long-distance communication (up to 100 km).
2. Uses a laser light source.
[Link]-Mode Fiber (MMF)
1. Shorter distances (up to 500m).
2. Uses LED light sources.
Components of Fiber Optic Cable
•Core (glass or plastic, carries light signals).
•Cladding (reflects light back into the core).
•Buffer Coating (protection layer).

Demonstration and study different internetworking devices in a computer


network; Repeater Bridge, Router, Gateway, Hubs, Switches.
Internetworking devices are hardware components used to connect different network segments and enable
communication between computers and other devices. Below is an overview of key internetworking devices
along with their functions:
1. Repeater
A Repeater is a network device that regenerates and amplifies signals to extend the transmission distance.
•Function: Regenerates weak signals and removes noise.
•Layer: Operates at Layer 1 (Physical Layer) of the OSI model.
•Usage: Used in long-distance communication to extend LANs.
2. Bridge
A Bridge connects two or more LAN segments and filters traffic based on MAC addresses.
•Function: Reduces network congestion by forwarding data only when necessary.
•Layer: Operates at Layer 2 (Data Link Layer).
•Usage: Used to divide a large network into smaller, manageable segments.

3. Router
A Router is an advanced device that forwards data packets between different networks based on IP addresses.
•Function: Determines the best path for data transmission.
•Layer: Operates at Layer 3 (Network Layer).
•Usage: Used to connect different LANs, WANs, and the Internet.
4. Gateway
A Gateway is a device that connects networks with different communication protocols.
•Function: Converts protocols to enable communication between different network architectures.
•Layer: Operates at multiple layers of the OSI model (Layers 4–7).
•Usage: Used in VoIP, email communication, and cloud services.

5. Hub
A Hub is a simple networking device that broadcasts data to all connected devices.
•Function: Transmits data to all ports without filtering.
•Layer: Operates at Layer 1 (Physical Layer).
•Usage: Used in small networks for basic connectivity.

6. Switch
A Switch is an intelligent networking device that forwards data only to the intended recipient.
•Function: Filters and forwards data based on MAC addresses.
•Layer: Operates at Layer 2 (Data Link Layer), and advanced switches operate at Layer 3 (Network Layer).
•Usage: Used in enterprise networks to improve performance and security.
To study the working of Basic Networking Commands; hostname, ipconfig, ping, host,
telnet, ftp, net, arp, winipcg, nslookup, netstat
1. hostname-:
1. Press WIN + R to open the Run dialog box.
2. Type cmd and press Enter to open the Command Prompt.

3. In the Command Prompt window, type the following command and press Enter:
4. It will display the name of your computer.

2. Ipconfig - :
1. Open Command Prompt:
Press Win + R type cmd and press Enter.
2. Run the ipconfig command:
Type the following command and press Enter:
3. This will display basic network information,
including your IPv4 address, Subnet Mask,
and Default Gateway.
Method 2: Viewing Detailed Information

For a more detailed view (including MAC address, DNS servers, and DHCP information), use: ipconfig/all

DHCP (Dynamic
Host Configuration
Protocol) is a
network protocol
that automatically
assigns IP
addresses and
other network
settings (such as
subnet mask,
default gateway,
and DNS servers)
to devices on a
network. It
eliminates the
need for manual IP
configuration.
3. Ping -:
Method 1: Using Command Prompt (CMD)
[Link] Command Prompt:
•Press Win + R, type cmd, and press Enter.
[Link] the ping command:
•To check connectivity with a website (e.g., Google), type:
ping [Link]
4. Host (linux) nslookup(windows)
Alternative Commands for host in Windows
1. Using nslookup (Recommended Alternative)
The nslookup command in Windows provides DNS resolution similar to host.
Steps:
[Link] Command Prompt (Win + R, type cmd, and press Enter).
[Link] the following command:
What is telnet?
Telnet (short for TELecommunication NETwork) is a command-line protocol used to remotely access and
control network devices (such as servers, routers, and switches) over TCP/IP. It allows users to send
commands to a remote system as if they were physically present.
⚠️ Note: Telnet is an insecure protocol because it transmits data (including passwords) in plain text.
Secure alternatives include SSH (Secure Shell).
Step 1: Enable Telnet (if not already enabled)
Telnet is disabled by default in Windows, so you need to enable it first.
[Link] via Control Panel:
•Press Win + R, type [Link], and press Enter.
•Click Turn Windows features on or off (left panel).
•Scroll down, check Telnet Client, and click OK.
•Wait for the installation to complete.
[Link] via Command Prompt (Admin):
•Open Command Prompt as Administrator (Win + X → Click Command Prompt (Admin) or
PowerShell (Admin)).
•Run the command:
dism /online /Enable-Feature /FeatureName:TelnetClient

Step 2: Use Telnet in Command Prompt


Once Telnet is enabled, open Command Prompt and run:
telnet [Link] 80
telnet [Link] 23
5. FTP Command
FTP (File Transfer Protocol) is a standard network protocol used to transfer files between a client and a server over
the internet or a local network. It allows users to upload, download, and manage files on remote servers.
6. Net command 7. Arp (Address resolution Protocol)

8. Netstat
Installation of Cisco Packet Tracer, and Interface Explanation
Design and Simulation of star and bus topology on Cisco Packet Tracer
1. Star Topology Design & Simulation

i) Open Cisco Packet Tracer and create a new project.

Add devices:
•1 Switch (e.g., 2960-24TT).
•Multiple End Devices (PCs, Laptops, or Servers).
•Connect devices:
•Use Straight-through cables to connect each PC to the switch.

Assign IP addresses:
•Click on each PC → Desktop → IP Configuration.
•Assign unique IPs (e.g., [Link], [Link], etc.).
•Set a common Subnet Mask (e.g., [Link]).
Test connectivity:
•Use the Command Prompt (CMD) on a PC (ping <other PC's IP>).
•If the ping is successful, the network is functioning properly.
Design and Simulation of star and bus topology on Cisco Packet Tracer

You might also like