CSS 10 QUARTER 4 Module 8 Techniques in Maintaining Networks
CSS 10 QUARTER 4 Module 8 Techniques in Maintaining Networks
Techniques in Maintaining
3 Networks
What’s New
__________________________________________________________________________________
Before you start the lesson on occupational health and safety (OHS)
policies and procedures, you need to do the activity below.
Directions: Study carefully the pictures below and guess the word that these pictures
try to tell. Write your answer on another sheet of paper.
What Is It
Issues can arise at numerous points along the network. Before you start trying to
troubleshoot any issue, have a clear understanding of what the problem is, how it came
up, who is affected, and how long does the problem occur. By gathering the right
information and clarifying the problem, you have the chance to resolve the issue quickly
without wasting time and trying unnecessary fixes.
Start fixing the problem using the simple network troubleshooting steps to help
diagnose and refine the issue.
When you begin the troubleshooting process, check all the hardware to make
sure it is connected properly, is turned on and working. If the cord is loose or somebody
has switched off an important router, this can be the problem behind the networking
issues. There is no point in going through the process of troubleshooting network issues
if what you need to do is plug in the cord. Make sure all switches are in correct positions
and have not bumped accidentally.
Next, turn the hardware off and back on again. This is the mainstay of IT
troubleshooting and while it might sound simple, often it really solves the problem.
Power cycling the modem, router, and PC can solve simple issues. Just be sure to
leave each device off for at least 60 seconds before turning it back on.
22
2. Use ipconfig.
Open the command prompt and type “ipconfig” (without the quotes) into the
terminal. The Default Gateway (listed last) is the router’s IP. The computer’s IP address
is the number next to “IP Address.” If the computer’s IP address starts with 169, the
computer is not receiving a valid IP address. If it starts with anything other than 169, the
computer is being allocated with a valid IP address from the router.
If the router is working fine and the IP address starts with something other than
169, the problems most likely are located between the router and internet. At this point,
it is time to use the ping tool. Try sending a ping to a well-known, large server, such as
Google, to see if it can connect with the router. You can ping Google DNS servers by
opening the command prompt and typing “ping 8.8.8.8”; you can also add “-t” to the end
(ping 8.8.8.8 -t) to get it to keep pinging the servers while you troubleshoot. If the pings
fail to send, the command prompt will return the basic information about the issue.
You can use the tracert command to do the same thing by typing “tracert
8.8.8.8”; this will show you each step, or “hop,” between the router and the Google DNS
servers. You can see where along the pathway the error is arising. If the error comes up
early along the pathway, the issue is more likely somewhere in the local network.
Use the command “nslookup” to determine whether there is a problem with the
server you are trying to connect to. If you perform a DNS checking on, for example,
google.com and receive results such as “Timed Out,” “Server Failure,” “Refused,” “No
Response from Server,” or “Network Is Unreachable,” it may indicate the problem
originates in the DNS server for the destination. (You can also use nslookup to check
your own DNS server.)
5. Contact the ISP.
If all of the above turn up no problems, try contacting the internet service
23
provider to see if they are having issues. You can also look up outage maps and related
information on a smartphone to see if others in the area are having the same problem.
Next, make sure the virus and malware tools are running correctly, and they have
not flagged anything that can affect part of the network and stop it from functioning.
Review all the database logs to make sure the databases are functioning as
expected. If the network is working but the database is full or malfunctioning, it can
cause problems that flow on and affect the network performance.
What’s More
__________________________________________________________________________________
Activity 2. Pinging
Directions: Perform the task below and identify the response made by the computer.
Write your responses on another sheet of paper.
1
2
3
24
The next activity is designed to process what you have learned from the
lesson. You can do it.
What I Can Do
__________________________________________________________________________________
What you just did to the previous activity was great enough. Keep up the
good work. The following task will showcase your skills and knowledge
gained which can be applied in real-life concerns and situations.
1
2
3
Assessment
_________________________________________________________________________________
Activity 5.
Directions: Read and answer the items below. Write the word of your answer after
each item on another sheet of paper..
Review
Check DNS Check for virus Contact ISP
database logs
1. What command is used to test the ability of the source computer to reach a
specified destination computer?
2. A network technician has received comments from several users that cannot reach
a particular website. Which of the following utilities will produce the results printed
below?