Posts

Showing posts from January, 2025

Grab your rain boots, the water is getting deep!! (week 6)

  In the computer world, there are protocols for everything… it keeps things moving or flowing properly. Transmission Control Protocol/Internet Protocol, or as most commonly seen as TCP/IP. One would assume that it is its own separate protocol that just dictates how data is transferred. Or at least I did… it’s more then how packets of information being sent from one place to another. it is more of an umbrella term, and it encompasses various other protocols, like hypertext transfer protocol or what most people see as HTTP, or even the email protocol is categorized under the TCP/IP. Fun fact, TCP/IP was originally developed under the US Department of Defense!! It’s interesting to find out that the DoD is responsible for more than just military. https://nsarchive.gwu.edu/news/cyber-vault/2019-04-03/cyber-brief-foundations-internet-tcpip-research-department-defense

What's your address? (week 5)

  Every house and business has an address… Could you imagine how things would be if addresses didn’t exist… now that would be chaos; with everyone getting lost or using the ‘if you pass the railroads tracks, you went to far’ or maybe even ‘take a right at the second road, then a left at the first intersection’ *yikes*. Having an address is important when wanting to travel, or even send mail. Similarly to the addresses we use in our daily lives, computers and networks also use address… except those are called IP addresses!!! This allows data being sent over a network to know where it’s going and where it came from… it’s a virtual address. Although, what I thought was pretty cool was how there are two different types of IP addresses, Dynamic and Static.  The key differences are that dynamic changes after a period of time, are automatically assigned by the networks DHCP, and a typically more common with ISPs and home networks. Whereas a static IP address is permanent, manually ...