Networking concepts explained for the non-techie

Networking concepts are not easy and please don't ever let anyone make you feel bad for not knowing.   This is not something you are usually taught in schools, or by your parents, friends, or anyone!  Read "It is complicated" for my rant on this.

However, so much now depends on the internet and your home network that it really helps to know a little bit.  I will try to explain some basic concepts, that may help understand the other articles on networking.    Your home network can be better - so read on!

Networking concepts

  • When talking about home network, we're typically talking about connectivity within a specific location (i.e. your home), and connectivity in & out with the 'internet' - the world wide network out that provides us with entertainment (think Netflix), access to applications (your bank, online shopping, etc)  and information (wikipedia, news, etc). 
  • All the above entertainment, applications and information, are hosted by someone else, on someone else's network, and you can interact with them over the internet.  The internet is a massive world wide network of networks.
  • The 'internet' also contains services that make the internet work, such as
    • DNS - a service that looks up the IP address for a URL.  It is the service that knows where www.vancurious.ca lives and can be found
    • Routing protocols and algorithms that know how to find the actual server to talk to, based on an IP address
    • ISP modem
  • Your bridge to the internet from your home network is provided by an ISP, an "Internet Service Provider".   These companies provide a number of services, including usually a means of translating a URL (e.g www.netflix.com) to an IP address on the internet (DNS) (don't worry if you don't know what an IP address or DNS is yet - I'll get to that later!).   They also provide this nifty little box called a modem, which takes care of sending network traffic in & out between your home network and the internet.
  • ethernet port
  • when we talk about a 'port' on a device, that sounds very techie, but in practical terms in this context it is the ethernet connector you plug the cable into 
  • The term "IOT" or Internet-Of-Things.  This refers to all the appliances and gadgets you bought that are 'smart' and often would like connection to the internet.  They are all mini-computers that are usually programmed to interact with their 'mother-ship' to share data back (and not necessarily to benefit you) and they are often easily compromised (i.e. taken over by nefarious actors) or offer additional features.  I usually do not allow these gadgets connection - why should my garage opener need to be internet-enabled?  What possible need can there be for my oven to access the internet?
    • Think of all the stuff you have in your home: printers, laptops, tables, mobile phones, your smart TV and smart fridge and perhaps even your fish-feeding device. All these are connected to your home network, and via this 'bridge' (the ISP's modem) connected to the internet.  Everything on your home network, in principle, can talk to each other - unless you stop it.  And everything inside your home network, can talk to the internet - unless you stop it. What things on the internet can talk to things on your home network is usually stopped by your modem - unless you set it up to allow it.   
  • A Firewall  is a service (a program) running on a computer that has been set up to inspect and judge network traffic. If active, it will look at ALL traffic that goes through this computer - and for it to do the job, you'll want to have this computer connected in your network such that ALL traffic from and to the internet HAS to go through this computer.  So as long as you connect the network to this device, and there is no connection that bypasses it, you have yourself a firewall.   Note that the 'device' that has the firewall software on it can be an old computer, a specialized appliance, or a router - and yes, a router is a little computer. 
IP address format
  • IP address is a way to uniquely identify anything on the network. There are two ways a device can get an IP address - you can preconfigure this on a device its your network settings, or you can configure your device to dynamically ask for it by sending a message on the network saying "Is there a DHCP service out there?  I'd like an IP address please!").   
    The draw back to a pre-configured IP is that it is difficult to maintain - much easier if a central service manages this for you.  In addition, networks are very unhappy when there are multiple devices with the same address, as it doesn't know where to send traffic.  Imagine two houses with an identical address - what is the poor post service going to do!  Therefore usually, selecting DHCP in your network settings is a good way to go.
  • DHCP is a service that provides a device with an IP address when the device asks for it. Many things can be configured to run DHCP, including your gateway, your router, or a server on your network, etc.    When any device asks for an IP on a network, the device configured with DHCP will respond to the device saying "here you go buddy, here's a nice unique IP address for you, store it well until it expires!"
    And the DHCP service can be configured to always provide the same IP address for a certain device - your laptop for instance. How does it do that?  Well, each device has one identifier that never changes: it's MAC address.  This is hard-wired into the device itself by the manufacturer.   And you can set up your DHCP service to associate a specific IP address for a specific MAC address.
  • NAT is a function of most routers and modems.  It allows you to shield your internal devices with non-routable IP addresses and present only one public IP to the internet.  
Robot and cables

Comments very welcome!

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.