Skip to main content

Posts

Featured

Post 4: Traveling Through a Network

I had a great time using the CMD prompt to do something I never knew existed, which was testing both PING commands and TRACEROUTE commands.  I thought it was just for running programs and other things, but I didn't realize you could track your internet pathways. Using the PING command brought up quick results for each site I checked. The PING results are below: C:\Users\timam>ping google.com Pinging google.com [172.217.5.206] with 32 bytes of data: Reply from 172.217.5.206: bytes=32 time=21ms TTL=117 Reply from 172.217.5.206: bytes=32 time=14ms TTL=117 Reply from 172.217.5.206: bytes=32 time=15ms TTL=117 Reply from 172.217.5.206: bytes=32 time=13ms TTL=117 Ping statistics for 172.217.5.206: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 13ms, Maximum = 21ms, Average = 15ms -------------------------------------------------------------- C:\Users\timam>ping thelocal.it Pinging thelocal.it [130.211.29.240] with 32 byt...

Latest Posts

Why Algorithms and Data Structures? A Newb explains...

Hello again! Let's take another step on our learning journey and find out why algorithms and data structures techniques are important to programs… Read more

For the Java newbies!

I want to say a big HELLO to the fellow programmers out there, especially the newbies! We've all been there before and could've used a littl… Read more

Post 7: Tech Topic

Let’s dive deeper into the topic of Network Security and its role in the world of Information Technology. In the late '60s, the use of digital st… Read more

Post 6: Discussing Network Security

Network security is in high demand no matter where you work. We run our lives through the internet for both work and play, and that means we need to … Read more

Post 5: Computers in the Workplace

For this post, I'd like to discuss IT in the healthcare industry.  Healthcare systems have never been more critical than they are today, especial… Read more