DevLeague Coding Bootcamp
DevLeague is a Full Stack Coding Bootcamp
The internet, to many, is referred to as a "series of pipes".
We generally think of the internet as either working or not working.
However, our whole internet experience is made up of a many key technologies from physical hardware, radio signals, protocols, cables, devices, and more...
Any discussion of the internet must start with the understanding of what is an IP Address?
An IP Address in it's simplest form is like a physical address in real life. It's how we know where something uniquely exists.
Servers are essentially "headless" computers that are accessible by other computers by IP Address.
There are many different kinds of servers but they are all just computers designed for special purposes.
Everyone is familiar with personal computers, however, many don't know the part their computers can play in being part of a network.
Do you know that the devices we carry with us every day have very little difference with our desktop and personal counterparts?
Databases are the vaults of the modern age. They contain critical and valuable data and are a common target for hackers.
Keep in mind that data is not always stored in a database however.
Virtual Machines are a way for us to install many Operating Systems(OS) or many versions of one on a single physical machine.
To the rest of the network, they "look" the same as if they were a standalone computer.
Firewalls are a way for us to protect servers, databases and private networks from being accessible to the outside world.
By blocking or filtering traffic that can reach the machines in our networks we reduce the attack vector of our systems.
The Internet of Things(IoT) includes any device that can be assigned an IP address and communicate over standard protocols over the internet.
IoT devices are notorious for lacking any consideration for security measures and are generally easy targets for hackers.
A Virtual Private Network or VPN is a special kind of internet connection where you connect directly to a remote server rather than going through your ISP or other public servers
By DevLeague Coding Bootcamp
Basic descriptions of the architecture of the internet.