Skip to main content

Travelling Through a Network

 Thomas Wilson

Packets move through networks from one computer to another. These tools are extremely useful when troubleshooting network configurations and if a network is talking or not. They move from devices like switches and routers until they reach the final destination. Packets usually move in specific order to their final destination. A ping and tracert command are different because the ping verifies that a host is reachable or not and the tracert command shows the detail of each stop at the routers and the time it takes to reach each router. When pinging each site, I noticed that the other countries website TTL is greater than google. This makes sense because the TTL is the determined "hop" time between servers before being dropped. When performing a tracert command, it shows each stop to the host's IP and the time it takes to get between each. Each tracert command gets longer in time to each host as it goes down the list. I noticed that google had 16 total stops and the other two sites had 8 and 14 stops. I assume that the amount of time and stops determines how large the site is and how many servers it has until it reaches the final host destination. From personal experience, my company uses an SMTP host and if the network is unavailable, I will ping that IP address and if it is unreachable then I know I do not have connection to the network needed. Then I can begin to troubleshoot why I do not have a connection. There is also an alternate address to ping and verify if the issue is on our side or the host. The ping command could timeout if the destination host does not respond in a certain amount of time. Also, if the network is down, the host will be unreachable until a network is successfully connected. The tracert command is essentially the exact same situation as a ping command except for it makes multiple stops until the final host. One way to troubleshoot the tracert is to look at the report and see where and how many times the server failed to ping. 

ping screenshot.png

 

tracert google.png\

tracert other 2.png

Comments

Popular posts from this blog

OS theory Final- CPT.304 TPW

  An (OS) operating system is a powerful program that manages all of the software and hardware on a computer. There are often many computer programs running at the same time, some visual and some in the background, and they must access the CPU, memory, and storage to function correctly. There are several types of operating systems, but they all share a similar goal in efficiently and successfully operating the computer system. The major functions of the operating system include process management, device management, file management, communication and networking, security, and resource allocation. Some of the features that work with these functions are multitasking, multithreading, virtual memory, graphical user interface, IO devices, and computing.  When these functions and features of the OS are collaborating and working seamlessly together, it creates a magnificent operating system and allows the user to have a successful experience with the computer.   Operating...

Review Of Mobile/Web Application

Thomas Wilson Review of Boat Trader:   I have bought and sold multiple boats in my life using boat trader. The boat trader application is an excellent tool to filter and find distinctive style boats in a certain area. These boats can be offered by a dealership or a private seller. The biggest benefit of using boat trader is selecting a specific state or mileage away from a specific location that one is looking to purchase or sell from. There are many excellent features when it comes to this application but there are a couple of recommendations, I could give that I personally think would make it easier and more user friendly.    Usability:   The usability of the boat trader application is excellent overall. The initial home page of the site allows the user to select a drop down to either find, sell, or select services and research boats. If the user selects to "find" boats for sale, then it is directed to the next page where there are numerous filters that can be sele...