SlideShare a Scribd company logo
The university of Faisalabad
Practical file of data communication and networks
Last Working of whole semester
Submitted by :
“Saad ur Rehman”
Submitted to :
“Mam Sana Hafeez”
Department :
“Computer science”
Reg. No:
“ BSCS-FA18-094”
LAB Manual #1
IP Config:
Displays all current TCP/IP network configuration values and
refreshes Dynamic Host Configuration Protocol (DHCP) and Domain
Name System (DNS) settings.
IP Config/all:
Displays all current TCP/IP network configuration values and
refreshes Dynamic Host Configuration Protocol (DHCP) and Domain
Name System (DNS) settings.
Ping <IP>:
The ping command is a Command Prompt command used to test the
ability of the source computer to reach a specified destination
computer. The ping command operates by sending Internet Control
Message Protocol (ICMP) Echo Request messages to the destination
computer and waiting for a response.
Arp -a:
Using the arp command allows you to display and modify the
Address Resolution Protocol (ARP) cache. Each time a computer's
TCP/IP stack uses ARP to determine the Media Access Control
(MAC) address for an IP address, it records the mapping in the ARP
cache so that future ARP lookups go faster.
Netstat-a:
The netstat command generates displays that show network status
and protocol statistics. You can display the status of TCP and UDP
endpoints in table format, routing table information, and interface
information.
:
Net View:
To view computers on your network: Open a command
prompt.
Tracert <hostname>:
Traceroute is a network diagnostic tool used to track in real-time
the pathway taken by a packet on an IP network from source to
destination, reporting the IP addresses of all the routers it pinged in
between. Traceroute also records the time taken for each hop the
packet makes during its route to the destination.
Netstat -r:
The network statistics ( netstat ) command is a networking
tool used for troubleshooting and configuration, that can also serve
as a monitoring tool for connections over the network.
Nslookup:
nslookup (from name server lookup) is a network
administration command-line tool for querying the Domain Name
System (DNS) to obtain domain name or IP address mapping, or
other DNS records.
Nbtstat -n:
Nbtstat is a Windows command-line tool that displays NetBIOS
over TCP/IP statistics.
LAB Manual #2
IP Addressing Scheme & VLSM
Task 1: For The IP address 192.168.0.1 find the network mask,
broadcast address number of hosts, IP address of first and last
host.
The network mask:
Netmask is 255.255.255.0 = 24
Broadcast address number of hosts:
Broadcast Address is 192.168.0.255
24 number of hosts in decimal
IP address of first and last host:
Network address will be 192.168.0.0
First IP address of network will be 192.168.0.1
Last IP address 192.168.15.254
Introduction to Subnetting
Task 1: For The following IPs find the first two and last two
Subnets and give their Pc range and Broadcast address.
1. 10.0.0.0 for 1025 subnets.
2. 212.31.30.0 for 21 subnets.
3. 190.38.0.0 for 645 subnets.
1:
10.0.0.0 for 1025 subnets
2^11=2048-2=2046 (valid host)
255.0.0.0
11111111.00000000.00000000.00000000
11111111.11111111.11100000.00000000
255.255.224.0
256-224=32 (intervals)
First two bits:
10.0.0.0=>10.0.31.255
10.0.32.0=>10.0.63.255
Last two bits:
10.255.255.255=>10.255.224.0
10.255.223.255=>10.255.192.0
Broadcast address:
10.255.255.255
2:
212.31.30.0 for 21 subnets
2^5=32-2=30(valid host)
255.255.255.0
11111111.11111111.11111111.00000000
11111111.11111111.11111111.11111000
255.255.255.248
256-248=8 (intervals)
First two bits:
212.31.30.0=>212.31.30.7
212.31.30.8=>212.31.30.15
212.31.30.16=>212.31.30.23
Last two bits:
212.31.30.240=>212.31.30.247
212.31.30.248=>212.31.30.255
Broadcast address:
212.255.255.255
3:
190.38.0.0 for 645 subnets
2^10=1024-2=1022(valid host)
255.255.0.0
11111111.11111111.00000000.00000000
11111111.11111111.11111111.11000000
255.255.255.192
256-192=64(intervals)
First two bits:
190.38.0.64=>190.38.0.127
190.38.0.128=>190.38.0.191
Last two bits:
190.38.255.192=>190.38.255.255
190.38.255.128=>190.38.255.191
Broadcast address:
190.255.255.255
Task2: Implement first two subnets created in Task (1-2) in
Packet Tracer
10.0.0.0:
212.31.30.0:
190.38.0.0:
LAB Manual #3
Introduction to Networks and Networking Configuration
Given an IP address of 198.133.219.0/24, with 4 bits borrowed for
subnets, fill in the following
information in the table below.
(Hint: fill in the subnet number, then the host address. Address
information will be easy to compute with
the subnet number filled in first)
Maximum number of usable subnets: 15
Number of usable hosts per subnet: 16
IP Address: Subnet mask:
# Subnet First host
address
Last host
address
Broadcast
0 198.138.219.
0
198.138.219.
1
198.138.219.1
4
198.138.219.1
5
Task 1: Configure Cisco Router Global Configuration Settings.
Step 1: Physically connect devices.
Step 2: Connect host computer to router through
HyperTerminal.
Step 3: Configure global configuration hostname setting.
What two commands may be used to leave the privileged exec
mode? Enter or end command What shortcut command can be used
to enter the privileged exec mode? Enable
Examine the different configuration modes that can be entered with
the command configure? Write down the list of configuration modes
and description:
Modes of router –
user
execution
mode login router>
use logout
commnad
privilege
mode
use enable
command in
user mode router#
use disable
command to
enter user
mode
global
configuration
mode
use configure
terminal
command router(config)#
use exit
command to
enter into
privilege mode
Interface
mode
use interface
command and
specify an
interface in
global
configuration
mode
router(config-
if)#
use exit
command to
enter into
global
configuration
mode or use
end command
to enter into
privilege
mode.
ROMMON
mode
press
ctrl+break key
while boot
process or use
ROMMON 1>
use continue
command
reload
command in
privilege
mode.
What three commands may be used to leave the global configuration
mode and return to the privileged exec mode?
Ctrl-Z, Ctrl-C, and the "end" and "exit" commands
What shortcut command can be used to enter the global
configuration mode?
To enter global configuration mode, enter the configure command.
Global configuration From privileged EXEC mode, enter the
configure command.
How can the hostname be removed?
You can only change hostname by command with the set-
hostname argument followed by the new hostname.
Step 4: Configure the MOTD banner.
Create a suitable MOTD banner. Only system administrators of the
ABC Company are authorized access, unauthorized access will be
prosecuted, and all connection information will be logged.
 MOTD banner: When users connect to the router, the
"Message Of The Day (MOTD)" banner is presented.
 Login banner: The login banner is displayed right before the
authentication prompt.
 Exec banner: The Exec banner appears before the user sees
the exec prompt.
 Incoming banner: These banners are displayed for users who
connect through reverse telnet.
Task 2: Configure Cisco router password access.
Step 1: Configure the privileged exec password.
Step 2: Configure the console password.
What is the command to remove the console password? No
Password
Step 3: Configure the virtual line password.
Issue the command exit. What is the router prompt? What is the
mode? Router1(config-line)# exit
Task 3: Configure Cisco Router Interfaces.
Write down your subnet number and mask: 198.138.219.0
The first IP address will be used to configure the host computer
LAN. Write down the first IP Address: 198.138.219.1
The last IP address will be used to configure the router fa0/0
interface. Write down the last IP Address: 198.138.219.14
Step 1: Configure the router fa0/0 interface.
Write a short description for the connections on Router1: Fa0/0 ->
Step 2: Configure the router Fa0/1 interface.
Write a short description for the connections on Router1: Fa0/1 ->
Step 3: Configure the host computer.
IP Address: The first host address 198.168.1.1
Subnet Mask: The subnet mask 255.0.0.0
Default Gateway: Router’s IP Address 198.168.1.2
Step 4: Verify network connectivity.
Task 4: Save the Router Configuration File.
Task 5: Configure a Cisco Switch.
Step 7: Configure the interface description.
Step 8: Save RAM configuration to NVRAM.
Task 7: Challenge
Task 8: Clean Up.

More Related Content

What's hot

EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
NetProtocol Xpert
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
Nil Menon
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
Tapan Khilar
 
Chap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsChap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packets
Noctorous Jamal
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
Vikash Gangwar
 
ICMP
ICMPICMP
Star Topology Design with Cisco Packet Tracer
Star Topology Design with Cisco Packet TracerStar Topology Design with Cisco Packet Tracer
Star Topology Design with Cisco Packet Tracer
Maksudujjaman
 
Chapter 10 : Application layer
Chapter 10 : Application layerChapter 10 : Application layer
Chapter 10 : Application layer
teknetir
 
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
AKSHAYKARMANKAR3
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
NetProtocol Xpert
 
Static Routing
Static RoutingStatic Routing
Static Routing
Sachii Dosti
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway ProtocolKashif Latif
 
Comandos ccna (2)
Comandos ccna (2)Comandos ccna (2)
Comandos ccna (2)
JavierLopez547
 
Step by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet TracerStep by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet Tracer
Sorath Asnani
 
DHCP basics
DHCP basicsDHCP basics
DHCP basics
Mansi Kansara
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
sanjoysanyal
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
Salachudin Emir
 
BGP Overview
BGP OverviewBGP Overview
BGP Overview
Matt Bynum
 

What's hot (20)

Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
Chap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsChap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packets
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
 
ICMP
ICMPICMP
ICMP
 
Star Topology Design with Cisco Packet Tracer
Star Topology Design with Cisco Packet TracerStar Topology Design with Cisco Packet Tracer
Star Topology Design with Cisco Packet Tracer
 
Chapter 10 : Application layer
Chapter 10 : Application layerChapter 10 : Application layer
Chapter 10 : Application layer
 
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Border Gateway Protocol
Border Gateway ProtocolBorder Gateway Protocol
Border Gateway Protocol
 
Comandos ccna (2)
Comandos ccna (2)Comandos ccna (2)
Comandos ccna (2)
 
Step by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet TracerStep by Step guide to set up a simple network in Packet Tracer
Step by Step guide to set up a simple network in Packet Tracer
 
DHCP basics
DHCP basicsDHCP basics
DHCP basics
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
BGP Overview
BGP OverviewBGP Overview
BGP Overview
 

Similar to Saad baig practical file

Bt0076, tcp ip
Bt0076, tcp ipBt0076, tcp ip
Bt0076, tcp ip
smumbahelp
 
Bt0076, tcp ip
Bt0076, tcp ipBt0076, tcp ip
Bt0076, tcp ip
smumbahelp
 
Loopback address
Loopback addressLoopback address
Loopback address
CEC Landran
 
Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...
Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...
Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...
RashidFaridChishti
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
adam_merritt
 
Networking
NetworkingNetworking
Networking
Tarun Jaiswal
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
nicolelemmimg
 
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKINGCSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
Marvin Bronoso
 
Command.pptx presentation
Command.pptx presentationCommand.pptx presentation
Command.pptx presentation
Akshay193557
 
Telnet configuration
Telnet configurationTelnet configuration
Telnet configuration
MdAlAmin187
 
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCPKonfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Walid Umar
 
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
Qual4
 
Linux router
Linux routerLinux router
Ccna cheat sheet
Ccna cheat sheetCcna cheat sheet
Ccna cheat sheetaromal4frnz
 
Cisco CCENT Cram Notes
Cisco CCENT Cram NotesCisco CCENT Cram Notes
Cisco CCENT Cram Notes
Vijayanand Yadla
 
CCNA 1 v6.0 Final Exam Answers Option B 2018
CCNA 1 v6.0 Final Exam Answers Option B  2018CCNA 1 v6.0 Final Exam Answers Option B  2018
CCNA 1 v6.0 Final Exam Answers Option B 2018
Download Mipdfcom
 
Network commands
Network commandsNetwork commands
Network commands
Dr. Mahadev Gawas
 

Similar to Saad baig practical file (20)

111
111111
111
 
111
111111
111
 
Bt0076, tcp ip
Bt0076, tcp ipBt0076, tcp ip
Bt0076, tcp ip
 
Bt0076, tcp ip
Bt0076, tcp ipBt0076, tcp ip
Bt0076, tcp ip
 
Loopback address
Loopback addressLoopback address
Loopback address
 
Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...
Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...
Linux Systems Prograramming: Unix Domain, Internet Domain (TCP, UDP) Socket P...
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
Networking
NetworkingNetworking
Networking
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKINGCSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
CSS L17 - DOS COMMANDS IN COMPUTER NETWORKING
 
Command.pptx presentation
Command.pptx presentationCommand.pptx presentation
Command.pptx presentation
 
Telnet configuration
Telnet configurationTelnet configuration
Telnet configuration
 
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCPKonfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
 
lab1
lab1lab1
lab1
 
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
 
Linux router
Linux routerLinux router
Linux router
 
Ccna cheat sheet
Ccna cheat sheetCcna cheat sheet
Ccna cheat sheet
 
Cisco CCENT Cram Notes
Cisco CCENT Cram NotesCisco CCENT Cram Notes
Cisco CCENT Cram Notes
 
CCNA 1 v6.0 Final Exam Answers Option B 2018
CCNA 1 v6.0 Final Exam Answers Option B  2018CCNA 1 v6.0 Final Exam Answers Option B  2018
CCNA 1 v6.0 Final Exam Answers Option B 2018
 
Network commands
Network commandsNetwork commands
Network commands
 

Recently uploaded

The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 

Recently uploaded (20)

The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 

Saad baig practical file

  • 1. The university of Faisalabad Practical file of data communication and networks Last Working of whole semester Submitted by : “Saad ur Rehman” Submitted to : “Mam Sana Hafeez” Department : “Computer science” Reg. No: “ BSCS-FA18-094”
  • 2. LAB Manual #1 IP Config: Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. IP Config/all: Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.
  • 3. Ping <IP>: The ping command is a Command Prompt command used to test the ability of the source computer to reach a specified destination computer. The ping command operates by sending Internet Control Message Protocol (ICMP) Echo Request messages to the destination computer and waiting for a response.
  • 4. Arp -a: Using the arp command allows you to display and modify the Address Resolution Protocol (ARP) cache. Each time a computer's TCP/IP stack uses ARP to determine the Media Access Control (MAC) address for an IP address, it records the mapping in the ARP cache so that future ARP lookups go faster. Netstat-a: The netstat command generates displays that show network status and protocol statistics. You can display the status of TCP and UDP endpoints in table format, routing table information, and interface information.
  • 5.
  • 6. :
  • 7. Net View: To view computers on your network: Open a command prompt. Tracert <hostname>: Traceroute is a network diagnostic tool used to track in real-time the pathway taken by a packet on an IP network from source to destination, reporting the IP addresses of all the routers it pinged in between. Traceroute also records the time taken for each hop the packet makes during its route to the destination.
  • 8. Netstat -r: The network statistics ( netstat ) command is a networking tool used for troubleshooting and configuration, that can also serve as a monitoring tool for connections over the network. Nslookup:
  • 9. nslookup (from name server lookup) is a network administration command-line tool for querying the Domain Name System (DNS) to obtain domain name or IP address mapping, or other DNS records. Nbtstat -n: Nbtstat is a Windows command-line tool that displays NetBIOS over TCP/IP statistics. LAB Manual #2 IP Addressing Scheme & VLSM Task 1: For The IP address 192.168.0.1 find the network mask, broadcast address number of hosts, IP address of first and last host. The network mask:
  • 10. Netmask is 255.255.255.0 = 24 Broadcast address number of hosts: Broadcast Address is 192.168.0.255 24 number of hosts in decimal IP address of first and last host: Network address will be 192.168.0.0 First IP address of network will be 192.168.0.1 Last IP address 192.168.15.254 Introduction to Subnetting Task 1: For The following IPs find the first two and last two Subnets and give their Pc range and Broadcast address. 1. 10.0.0.0 for 1025 subnets. 2. 212.31.30.0 for 21 subnets. 3. 190.38.0.0 for 645 subnets. 1: 10.0.0.0 for 1025 subnets 2^11=2048-2=2046 (valid host) 255.0.0.0 11111111.00000000.00000000.00000000 11111111.11111111.11100000.00000000 255.255.224.0 256-224=32 (intervals)
  • 11. First two bits: 10.0.0.0=>10.0.31.255 10.0.32.0=>10.0.63.255 Last two bits: 10.255.255.255=>10.255.224.0 10.255.223.255=>10.255.192.0 Broadcast address: 10.255.255.255 2: 212.31.30.0 for 21 subnets 2^5=32-2=30(valid host) 255.255.255.0 11111111.11111111.11111111.00000000 11111111.11111111.11111111.11111000 255.255.255.248 256-248=8 (intervals) First two bits: 212.31.30.0=>212.31.30.7 212.31.30.8=>212.31.30.15 212.31.30.16=>212.31.30.23 Last two bits: 212.31.30.240=>212.31.30.247 212.31.30.248=>212.31.30.255
  • 12. Broadcast address: 212.255.255.255 3: 190.38.0.0 for 645 subnets 2^10=1024-2=1022(valid host) 255.255.0.0 11111111.11111111.00000000.00000000 11111111.11111111.11111111.11000000 255.255.255.192 256-192=64(intervals) First two bits: 190.38.0.64=>190.38.0.127 190.38.0.128=>190.38.0.191 Last two bits: 190.38.255.192=>190.38.255.255 190.38.255.128=>190.38.255.191 Broadcast address: 190.255.255.255
  • 13. Task2: Implement first two subnets created in Task (1-2) in Packet Tracer 10.0.0.0: 212.31.30.0:
  • 14. 190.38.0.0: LAB Manual #3 Introduction to Networks and Networking Configuration Given an IP address of 198.133.219.0/24, with 4 bits borrowed for subnets, fill in the following information in the table below. (Hint: fill in the subnet number, then the host address. Address information will be easy to compute with the subnet number filled in first) Maximum number of usable subnets: 15
  • 15. Number of usable hosts per subnet: 16 IP Address: Subnet mask: # Subnet First host address Last host address Broadcast 0 198.138.219. 0 198.138.219. 1 198.138.219.1 4 198.138.219.1 5 Task 1: Configure Cisco Router Global Configuration Settings. Step 1: Physically connect devices. Step 2: Connect host computer to router through HyperTerminal.
  • 16. Step 3: Configure global configuration hostname setting. What two commands may be used to leave the privileged exec mode? Enter or end command What shortcut command can be used to enter the privileged exec mode? Enable Examine the different configuration modes that can be entered with the command configure? Write down the list of configuration modes and description: Modes of router –
  • 17. user execution mode login router> use logout commnad privilege mode use enable command in user mode router# use disable command to enter user mode global configuration mode use configure terminal command router(config)# use exit command to enter into privilege mode Interface mode use interface command and specify an interface in global configuration mode router(config- if)# use exit command to enter into global configuration mode or use end command to enter into privilege mode. ROMMON mode press ctrl+break key while boot process or use ROMMON 1> use continue command
  • 18. reload command in privilege mode. What three commands may be used to leave the global configuration mode and return to the privileged exec mode?
  • 19. Ctrl-Z, Ctrl-C, and the "end" and "exit" commands What shortcut command can be used to enter the global configuration mode? To enter global configuration mode, enter the configure command. Global configuration From privileged EXEC mode, enter the configure command. How can the hostname be removed? You can only change hostname by command with the set- hostname argument followed by the new hostname. Step 4: Configure the MOTD banner. Create a suitable MOTD banner. Only system administrators of the ABC Company are authorized access, unauthorized access will be prosecuted, and all connection information will be logged.  MOTD banner: When users connect to the router, the "Message Of The Day (MOTD)" banner is presented.  Login banner: The login banner is displayed right before the authentication prompt.  Exec banner: The Exec banner appears before the user sees the exec prompt.  Incoming banner: These banners are displayed for users who connect through reverse telnet.
  • 20. Task 2: Configure Cisco router password access. Step 1: Configure the privileged exec password. Step 2: Configure the console password. What is the command to remove the console password? No Password Step 3: Configure the virtual line password. Issue the command exit. What is the router prompt? What is the mode? Router1(config-line)# exit
  • 21.
  • 22. Task 3: Configure Cisco Router Interfaces. Write down your subnet number and mask: 198.138.219.0 The first IP address will be used to configure the host computer LAN. Write down the first IP Address: 198.138.219.1 The last IP address will be used to configure the router fa0/0 interface. Write down the last IP Address: 198.138.219.14 Step 1: Configure the router fa0/0 interface. Write a short description for the connections on Router1: Fa0/0 -> Step 2: Configure the router Fa0/1 interface. Write a short description for the connections on Router1: Fa0/1 ->
  • 23. Step 3: Configure the host computer. IP Address: The first host address 198.168.1.1 Subnet Mask: The subnet mask 255.0.0.0 Default Gateway: Router’s IP Address 198.168.1.2
  • 24. Step 4: Verify network connectivity. Task 4: Save the Router Configuration File.
  • 25. Task 5: Configure a Cisco Switch.
  • 26. Step 7: Configure the interface description.
  • 27. Step 8: Save RAM configuration to NVRAM. Task 7: Challenge