0% found this document useful (0 votes)
65 views10 pages

Specialization: Quarter 2 - Week 1-2

The document discusses testing a computer network, including identifying commands used to test connectivity such as ping, ipconfig, and netstat. It provides instructions on checking physical connections, verifying login ability, examining network configurations, and using ping to ensure computers can communicate with each other. The document also includes an activity and explanations of key network testing concepts and commands.

Uploaded by

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

Specialization: Quarter 2 - Week 1-2

The document discusses testing a computer network, including identifying commands used to test connectivity such as ping, ipconfig, and netstat. It provides instructions on checking physical connections, verifying login ability, examining network configurations, and using ping to ensure computers can communicate with each other. The document also includes an activity and explanations of key network testing concepts and commands.

Uploaded by

Lendrei Querimit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

10

SPECIALIZATION
(COMPUTER SYSTEMS SERVICING NC 2)

Quarter 2– Week 1-2

Ryan N. San Juan


Writer
Lorielin M. Lanot
Validator
Romeo N. Paras
Team Leader

TLE 10 – COMPUTER SYSTEMS SERVICING NC2 WRITER : RYAN N. SAN JUAN


Quarter
Department of2Education
– Week 1-2 • Republic of the Philippines
TEAM L EADER: ROMEO N. PARAS
Module 1-2
Testing your Computer Network

In this module, the learning competency that you will encounter is “Check
network connectivity of each terminal in accordance with network design”. This
learning competency contains sub-topics that will discuss the details on setting-up
computer networks. The module contains pretest, looking-back, contents, activities to
test your understanding, post-test and reflection.

Read carefully the instructions below


Follow carefully all the contents and instructions indicated in every page of
this module.
Write on your notebook the concepts about the lesson.
Perform all the provided activities in the module.
Let your facilitator/guardian assess your answers.
Analyze conceptually the posttest and apply what you have learned.

Lesson 1: Testing Your Computer Network


You will check network connectivity of each terminal in accordance with network design.
Specifically, this module will help you to:
🗹 Identify the different commands used in testing computer networks;
🗹 explain the functions of each command; and
🗹 appreciate the importance of the commands used in testing network connection.

Directions: Read the questions carefully and choose the letter that corresponds
to the correct answer. Write your answer on the space provided
each number.

___1. What command is used to test the ability of the source computer to reach a
specified destination computer?
A. netstat B. ping C. msconfig D. ipconfig

2
___2. Which of the following is a console application program of some computer
operating systems that displays all current TCP/IP network configuration values?
A. netstat B. ping C. msconfig D. ipconfig
___3. Which of the following is a number used to identify a device on a network?
A. IP Address B. MAC Address C. VPN D. IPV4
___4. Which of the following is a command-line network utility that displays network
connections for Transmission Control Protocol, routing tables, and a number of network
interface and network protocol statistics?
A. netstat B. ping C. msconfig D. ipconfig
___5. Which of the following commands is used to display the full TCP/IP configuration
for all network adapters? Which represents physical interfaces, such as installed
network adapters, or logical interfaces, such as dial-up connections.
A. ipconfig/renew C. ipconfig/all
B. ipconfig/showclassid D. ipconfig/showall
___6. Which of the following is the simplest way to check the connection between the
network devices?
A. Verify if you can logon
B. Check the physical connections
C. Check the network configuration
D. Verify that the computers can ping each other
___7. A term for a hardware node or point that will provide outgoing access to data
packets to a destination in some other discrete network.
A. Subnet Mask C. DNS
B. Default Gateway D. IP Address
___8. IPV4 address is also known as the __________
A. Default gateway C. Physical Address
B. DCHP Server D. IP address
___9. Which of the following is the correct procedures in testing DSL router with a
default gateway of 192.168.0.1?
A. Access command prompt, type ping192.168.0.1 and press enter.
B. Access command prompt, type ping_192.168.0.1 and press enter.
C. Access command prompt, type ping-192.168.0.1 and press enter.
D. Access command prompt, type ping 192.168.0.1 and press enter.
___10. Which of the following is the correct concept about ping?
A. The higher the ping (in ms) the lesser the data traffic
B. The higher the ping (in ms) the faster the internet connection
C. The lower the ping (in ms) the faster the internet connection
D. The lower the ping (in ms) the faster the download and the upload rate

Directions: Identify the classes and Subnet Mask of the following IP addresses.

IP Address IP Address Class Subnet Mask

1. 10.120.100.200 1. 6.

2. 191.200.190.181 2. 7.

3. 224.179.200.200 3. 8.

4. 192.168.0.1 4. 9.

5. 254.254.254.254 5. 10.

3
You’ve set up all your network switches, plugged in all the cables, and configured
all your computers. One task remains before you can declare your network finished: You
must verify that the network works as expected.

Here are the few simple tests that you can conduct to make sure that your
network is functional.

I. Check the physical connections.


Check that the link light (red or green light next to RJ-45 port) is lit on every computer’s
LAN port. Check on both computers, switches, and routers. Make sure that red or green
light is on after connecting it to the LAN port.

II. Verify that you can log on.


When you’re sure with the physical
connection, you should attempt to log on to
each of your network computers using the
valid domain user account.

III. Check the network configuration.


To check the network configuration,
you can use the following windows command
lines:
A. Ipconfig - is a console application
program of some computer
operating systems that displays all
current TCP/IP network
configuration values.
B. Ipconfig/all - is used to display the full TCP/IP configuration for all network
adapters? Which represents physical interfaces, such as installed network
adapters, or logical interfaces, such as dial-up connections.
C. Netstat – a command-line network utility that displays network connections
for Transmission Control Protocol, routing tables, and several network
interface and network protocol statistics.

4
IV. Verify that your computer can ping each other.
Another basic test that you should perform is the ping command. Ping command is use
to test the connection between computers and to other network devices.
Ping is a network utility that refers to the signal sent out across the network to another
computer, which then sends its own signal back. This signal, which is measured in
milliseconds (ms), lets you know how long it takes for a packet of data to travel from
your computer to a server on the internet and back. That measurement is referred to as
the latency between the computer and its server.
A. Ping another computer (LAN)
Go to command line (cmd) and type the command ping (space) the IP address
of the target computer within the local area network and press enter.

B. Ping a website (WAN)


Go to command line (cmd) and type the command ping (space) the website
using the correct domain name (example www.google.com) and press enter.

5
Activity 1: Name It! Prove It!
Directions: Identify the command line used on the following illustrations:

Illustration Command Complete Procedures


1.

2.

3.

4.

🗹 Ways in Testing you Network Check


the physical connections
Verify that you can log on
Check the network configuration
Verify that your computer can ping each other
🗹 Command Consoles in Testing Networks
- Ipconfig - is a console application program of some computer operating systems
that displays all current TCP/IP network configuration values.
- Ipconfig/all - is used to display the full TCP/IP configuration for all network
adapters? Which represents physical interfaces, such as installed network adapters,
or logical interfaces, such as dial-up connections.

6
- Netstat – a command-line network utility that displays network connections for
Transmission Control Protocol, routing tables, and several network interface and
network protocol statistics
- Ping - is a network utility that refers to the signal sent out across the network to
another computer, which then sends its own signal back. This signal, which is
measured in milliseconds (ms), lets you know how long it takes for a packet of data
to travel from your computer to a server on the internet and back. That measurement
is referred to as the latency between the computer and its server.

Directions: Complete the concept map below and write a brief explanation regarding the
concept map.

Ways in Testing Computer Networks

Commands

Explanation:

7
Directions: Read the questions carefully and choose the letter that corresponds
to the correct answer. Write your answer on the space provided
each number.

___1. What command is used to test the ability of the source computer to reach a
specified destination computer?
A. netstat B. ping C. msconfig D. ipconfig
___2. Which of the following is a console application program of some computer
operating systems that displays all current TCP/IP network configuration values?
A. netstat B. ping C. msconfig D. ipconfig
___3. Which of the following is a number used to identify a device on a network?
A. IP Address B. MAC Address C. VPN D. IPV4
___4. Which of the following is a command-line network utility that displays network
connections for Transmission Control Protocol, routing tables, and a number of network
interface and network protocol statistics?
A. netstat B. ping C. msconfig D. ipconfig
___5. Which of the following commands is used to display the full TCP/IP configuration
for all network adapters? Which represents physical interfaces, such as installed
network adapters, or logical interfaces, such as dial-up connections.
A. ipconfig/renew C. ipconfig/all
B. ipconfig/showclassid D. ipconfig/showall
___6. Which of the following is the simplest way to check the connection between the
network devices?
A. Verify if you can logon
B. Check the physical connections
C. Check the network configuration
D. Verify that the computers can ping each other
___7. A term for a hardware node or point that will provide outgoing access to data
packets to a destination in some other discrete network.
A. Subnet Mask C. DNS
B. Default Gateway D. IP Address
___8. IPV4 address is also known as the __________
C. Default gateway C. Physical Address
D. DCHP Server D. IP address
___9. Which of the following is the correct procedures in testing DSL router with a
default gateway of 192.168.0.1?
A. Access command prompt, type ping192.168.0.1 and press enter.
B. Access command prompt, type ping_192.168.0.1 and press enter.
C. Access command prompt, type ping-192.168.0.1 and press enter.
D. Access command prompt, type ping 192.168.0.1 and press enter.
___10. Which of the following is the correct concept about ping?
A. The higher the ping (in ms) the lesser the data traffic
B. The higher the ping (in ms) the faster the internet connection
C. The lower the ping (in ms) the faster the internet connection
D. The lower the ping (in ms) the faster the download and the upload rate

8
Directions: Complete the concept map below:

References:
K to 12 Learning Module – Computer Hardware Servicing NC2. Department of Education
C.V. Conner, DBA, PhD, (2009). How to Become a Certified Network + Technician in 21 Days (2 nd Edition).
CompTia

9
TLE 10 (ICT)
NAME: __________________________ Grade & Section: ________________

Answer Sheet
Pretest
1. 2. 3 4 5
6. 7. 8. 9. 10.
Looking Back
1. 6.
2. 7.
3. 8.
4. 9.
5. 10.
Activity 1
Command Procedures

1.

2.

3.

4.

Check your understanding

Ways in Testing Computer Networks

Commands

Explanation

Post Test
1. 2. 3 4 5
6. 7. 8. 9. 10.

Parent’s Name & Signature


*Write the reflection at the back of this answer sheet

10

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy