Ali CCNab8 Report

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Namal University, Mianwali

Department of Electrical Engineering


EE-342 (L) – Computer Communication Networks (Lab)

Lab # 8

Working with Complex Networks and Networking Commands


Name Muhammad Ali

Roll No. NIM-BSEE-2021-34

Marks Obtained

Date Performed 12/07/2023

Instructors

1. Objective
Learning Outcomes
This lab satisfies the following learning outcomes of this lab course:
CLO 1: Follow instructions to implement local networks and analyze their performance on
simulator.
CLO 2: Present and analyze network with effective and timely submitted reports.
CLO 3: Produce & design networks to demonstrate various networking protocols & applications.

2. Environment Required
 Cisco Packet Tracer – Networking Simulation Tool
3. Instructions
 This is an individual lab. You will perform the tasks individually and submit the required files
before the given deadline.
Fall 2023 Computer Communication Networks Lab

 Plagiarism or any hint thereof will be dealt with strictly. Any incident where plagiarism is caught,
both (or all) students involved will be given zero marks, regardless of who copied whom. Multiple
such incidents will result in disciplinary action being taken.
 Deadline: Submission within Lab

Page 2 of 7
Fall 2023 Computer Communication Networks Lab

4. Task-1
Follow the following instructions and build the network.

Figure 1: Complete Network

Use the knowledge gained in Lab 6 and Lab 7 to build the above given network

After completing the given task, answer the following questions:

Q1: Fill the table for end devices


Ans:
End Device IP Address Subnet Mask Default Gateway
PC0 10.10.10.1 255.255.255.0 10.10.10.4

PC(0)1 10.10.10.2 255.255.255.0 10.10.10.4

PC(0)2 10.10.10.3 255.255.255.0 10.10.10.4

Server 11.11.11.1 255.255.255.0 11.11.11.2

Q2: Fill the table for routers?


Ans:
Router GigabitEthernet Serial Port Routing
Default Gateway Subnet Mask IP Address Subnet mask Protocol Used
Router0 10.10.10.4 255.255.255.0 12.12.12.1 255.255.255.0 RIP

Router1 11.11.11.2 255.255.255.0 12.12.12.2 255.255.255.0 RIP

Page 3 of 7
Fall 2023 Computer Communication Networks Lab

Task 2:
Go to any PC in your network and open the Command Prompt screen

Page 4 of 7
Fall 2023 Computer Communication Networks Lab

After opening the Command Prompt, screen

Q1: Run the command “Tracert dest_IP”, Dest_IP = IP address of your server?
Ans:
In the space below write down the result you see on your screen

Tracing route to 11.11.11.1 over a maximum of 30 hops:

1 0 ms 0 ms 0 ms 10.10.10.4
2 0 ms 0 ms 1 ms 12.12.12.2
3 1 ms 0 ms 0 ms 11.11.11.1

Trace complete.

Q2: On the same PC run the command “nslookup”?


Ans:
In the space below write down the result you see on your screen

C:\>nslookup ali2

Server: [11.11.11.1]
Address: 11.11.11.1

Non-authoritative answer:
Name: ali2
Address: 10.10.10.3
Q3: Run the command “Ping dest_IP”, Dest_IP = IP address of your server?
Ans:In the space below write down the result you see on your screen
Cisco Packet Tracer PC Command Line 1.0
C:\>ping 11.11.11.1

Pinging 11.11.11.1 with 32 bytes of data:

Reply from 11.11.11.1: bytes=32 time=1ms TTL=126


Reply from 11.11.11.1: bytes=32 time=1ms TTL=126
Reply from 11.11.11.1: bytes=32 time=1ms TTL=126
Reply from 11.11.11.1: bytes=32 time=9ms TTL=126

Ping statistics for 11.11.11.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 9ms, Average = 3ms

Page 5 of 7
Fall 2023 Computer Communication Networks Lab

Q4: From the above information, answer the following questions?

4.1: What is the RTT from PC to Server?

Ans..

Approximate round trip times in milli-seconds:


Minimum = 1ms, Maximum = 9ms, Average = 3ms
4.2: Which command shows the detail of the route the packet took from source to destination

Ans.Tracert command shows the detail of the route the packet

Conclusion:

In this lab, we used various commands to understand and troubleshoot network connections. We
successfully checked the connectivity to a server (11.11.11.1) using the ping command, which
showed that the round-trip time (RTT) was generally fast, averaging around 3 milliseconds

We also used the nslookup command to find the DNS name associated with IP addresses. For
instance, "ali" was associated with the IP address 10.10.10.1.

Lastly, we traced the route from our computer to the server using the tracert command, revealing
the path through different routers (hops). This information can be crucial for diagnosing network
issues.

CCN Lab Rubrics


 Method of Evaluation: Reports submitted by students
 Measured Learning Outcomes:
CLO 1: Follow instructions to implement local networks and analyze their performance on simulator
CLO 2: Present and analyze network with effective and timely submitted reports
CLO 3: Produce & design networks to demonstrate various networking protocols & applications

Assessment Excellent Good Satisfactory Unsatisfactory Poor Marks


tool/ 10 9-7 6-4 3-1 0 Obtained
weightage/
(CLO, PLO)
Task 1 (25%) Instructions in Instructions in Instructions Instructions in Could not
(CLO1, lab followed lab followed followed in lab lab were not follow the
PLO5) correctly and correctly manual followed instructions
implemented however however however in lab
without error. implementation implementation managed to manual and
has minor not done implement the failed to
errors correctly given network complete

Page 6 of 7
Fall 2023 Computer Communication Networks Lab

the given
network

Report Pertinent and Pertinent and Non-pertinent Non-pertinent Report not


(40%) coherent coherent and non- and non- submitted
(CLO2, paragraphs, paragraphs, coherent coherent
PLO10) with proper with minor paragraphs, paragraphs,
grammar, grammar, with minor with major
punctuation punctuation grammar, grammar,
marks, and marks, and punctuation punctuation
formatting. formatting marks, and marks, and
errors. formatting formatting
errors. errors.

Tasks 2-3 All tasks Most tasks Some tasks Most tasks All tasks
(35%) completed completed completed incomplete or incomplete
(CLO3, correctly. All correctly. Most correctly. incorrect. or incorrect.
PLO4) of the given of the given Some of the Most of the None of the
networks network given networks given networks
designed designed designed networks given
correctly with correctly with correctly with designed correctly
understanding. understanding. partial incorrectly designed or
understanding. with partial not
understanding. designed

Total

Note: Tasks have sixty and report has forty percent contributions towards this lab total score.

Page 7 of 7

You might also like