TLE 9 CSS Q2 Week 3
TLE 9 CSS Q2 Week 3
SPECIALIZATION
(COMPUTER SYSTEMS SERVICING)
Quarter 2 I Week 3
Setting-Up Network Configuration: Part 01
Welcome to the Technology and Livelihood Education 9 Self Learning Module (SLeM)
on Computer Systems Servicing
This module was designed to provide you with fun and meaningful opportunities for
guided and independent learning at your own pace and time. You will be enabled to process the
contents of the learning resource while being an active learner.
This module was designed and written with you in mind. It is here to help you advance your
knowledge and skills in software installation. The scope of this module permits it to be used in
many different learning situations. The language used recognizes the diverse vocabulary level
of students. The lessons are arranged to follow the standard sequence of the course. But the
order in which you read them can be changed to correspond with the textbook you are now
using.
NETWORK
A network consists of two or more computers that are linked in order to share resources (such
as printers and CD-ROMs), exchange files, or allow electronic communications. The computers
on a network may be linked through cables, telephone lines, radio waves, satellites, or infrared
light beams.
There are three basic types of networks which includes the following:
Network Topology
Types of Network Topology
1. BUS Topology
Bus topology is a network type in which every computer and network device is connected to a
single cable. When it has exactly two endpoints, it is called Linear Bus topology.
2. RING Topology
It is called a ring topology because it forms a ring as each computer connects to another
computer, with the last one connected to the first with exactly two neighbors for each
device.
Topology
3. STAR Topology
In this type of topology, all the computers are connected to a single hub through a cable. This
hub is the central node, and all other nodes are connected to the central node.
It is a point-to-point connection to other nodes or devices. All the network nodes are connected
to each other. Mesh has n(n-1)/2 physical channels to link n devices.
There are two techniques to transmit data over the Mesh topology, they
are: a. Routing b. Flooding
It has a root node and all other nodes are connected to it forming a hierarchy. It is also called
hierarchical topology. It should at least have three levels to the hierarchy.
6. HYBRID Topology
It is a combination of two different types of topologies which are a mixture of two or more
topologies. For example, if an office ring topology is used in one department and a star topology
is used in another, connecting these topologies will result in Hybrid Topology (ring topology and
star topology).
Contributor, S. (2019, August 15). What Is Network Topology? Best Guide to Types and Diagrams.
Retrieved from DNSstuff : https://www.dnsstuff.com/what-is-network-topology
Activity 1 (Optional)
To better understand the lesson, here is a useful Video Presentation on the web for you to
watch and enjoy.
Link:
https://bit.ly/MELC2QCSS
Activity 2
Directions: Fill in the crossword puzzle with the type of network topology being described
below. Write your answers on a separate sheet of paper.
Across
2. It forms a ring as each computer is connected to
another computer, with the last one connected to
the first. Exactly two neighbors for each device.
3. It is a point-to-point connection to other nodes
or devices. All the network nodes are connected to
each other.
5. It is a mixture of two or more topologies.
Down
1. It has a root node and all other nodes are
connected to it forming a hierarchy. It is also called
hierarchical topology.
4. In this type of topology all the computers are
connected to a single hub through a cable. This
hub is the central node and all other nodes are
connected to the central node.
Network Troubleshooting
As a Computer System Servicing student, you are expected to learn basic network
troubleshooting skills at the end of this module.
Network connection issues are likely to arise from time to time. Before you start trying to
troubleshoot
these network
issues, you
should have a
clear
understanding of
the problem. By
gathering the
needed
information to
identify the
problem, you will
have a much
better chance of
resolving an
issue quickly.
Steps in troubleshooting a
network
Next, restart the hardware. This is one of the first aid in Computer and Network troubleshooting,
and while it might sound simplistic, it sometimes really does solve the problem. Power cycling
your modem, router, and PC can solve simple issues—sometimes, you need to leave each
device off for at least 60 seconds before you turn it back on.
2. Use ipconfig.
Open the command prompt and type “ipconfig” (without the quotes) into the terminal. The
Default Gateway (listed last) is your router’s IP. Your computer’s IP address is the number next
to “IP Address.” If your computer’s IP address starts with 169, the computer is not receiving a
valid IP address. If it starts with anything other than 169, your computer is being allocated a
valid IP address from your router.
Try typing in “ipconfig /release” followed by “ipconfig /renew” to get rid of your current IP
address and request a new one. It will, in some cases, solve the problem. If you still cannot get
a valid IP from your router, try plugging your computer straight into the modem using an
ethernet cable. If it works, the problem lies with the router.
If your router is working fine, and you have an IP address starting with something other than
169, the problem is most likely located between your router and the 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 your 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 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 your 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 your local network.
To determine whether there is a problem with the server you are trying to connect to, use the
command “nslookup.” If you perform a DNS check 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 your
destination. (You can also use nslookup to check your own DNS server.)
5. Contact the ISP.
If no problem turns up from all of the above, try contacting your internet service provider to see
if they are having issues. You can also lookup outage maps and related information on a
smartphone to see if others in your area are having the same problem.
6. Check on virus and malware protection.
Next, make sure your virus and malware tools are running correctly, and they have not flagged
anything that could be affecting part of your network and stopping it from functioning.
Reference:
Contributor, S. (2019, September 23). IT Pro Guide to the Most Common Network Troubleshooting
Techniques and Best Practices. Retrieved from DNSstuff: https://www.dnsstuff.com/network
troubleshooting-steps
TLE 9 – CSS AUTHOR: ANGELO S. BAUTISTA Quarter
2-Week 3 11