During our third week of class, we had a very brief
introduction into networking. Our
assignment was to investigate and experiment with the ping and tracert
commands. We needed a sample of
different geographical locations to test with.
Another part of our assignment was to explain how packets travel through
a network.
When a person makes a query on the internet, the
computer they are on creates packets to request the data from wherever they are
looking. At home, the packet path starts at the computer and travels
through the Network Interface Card (nic) into the router. From the
router, the packet travels to the modem. From the modem, the packet
travels to the ISP that the user subscribes to. The ISP then sends the
packet out to the internet, where it travels to the network that has the
information being requested. The packet then follows a similar route but
in reverse until it reaches the server with the information that it is
requesting. However, that was only one packet. When a person is
requesting information on the internet, their computer and networking gear are
sending and receiving thousands of packets.
Ping and traceroute are used almost daily in most IT departments. The commands are usually used as a first line troubleshooting step when a person is having trouble connecting to a network or to determine if there is an issue between the communicating computers. Ping is most often used to check if a remote computer is online and connected to the network. I often use ping to determine whether I will be able to remotely connect to a computer. A home user might use the ping command to ping a website. You would ping a website if you tried to travel to it and the site would not load. Similar to a professional environment, the user would use the ping command to determine if the remote server (website) is online and connected to a network. If a person can successfully ping a website, but they still are not able to connect to the site, they could then use the traceroute command. Traceroute is used to find out where a packet is being stopped along the route between two talking computers. Once you find out where the packets are being dropped, you can then attempt to contact the owner of the router to attempt to reconnect services.
Ping Assignment
Comments
Post a Comment