Preface: This article covers a way to describe computer networking in a manner that is more relatable as it pertains to a basic setup to connect your computer to your laser


Ok, so you have your laptop that connects to the internet over WIFI and you have your hardwired Ethernet connection that you are going to use to connect to your Laser Machine directly (ADHOC type connection). Think of the two connections (your WI-FI and hardwired) as two completely separate connections, like as if you had a work phone vs a personal phone.
Your WI-FI phone is a personal smart phone, it does a lot for you in the background and minimizes how much configuration you have to do to make it work. You basically entered your WI-FI Network ID (SSID) and password to join and viola…it all just works. Not knowing what all goes on in the background is ok for the WI-FI connection but for your hardwired it will be more important. There is a lot going on in the background that your Router is handling. As devices connect and disconnect to the network, they are automatically assigned IP's by the router by a service built into the router called DHCP. DHCP is like a phone number registry that is dynamic. Meaning you may not always be assigned the same phone number to each device. That is OK for this type connection, but is not OK for your hardwired work connections. Your hardwired connection is your work phone that talks to your Laser, it does business tasks only. Its basic, no frills and requires some configuration to communicate properly, you essentially have to do the work of the Router. You have to configure your hardwired work phone to meet your needs based on how your WI-FI personal phone is also set up. We want to keep the two phones separate. Your work phone will only make one outbound call….and that is to the Laser machine and we don't want to accidentally call the laser from the personal phone.
So how will we setup your Work phone to make an outbound call to only your Laser?

Whew…it’s a bit complicated right? So our network (phone number) is 192.168.1 and our Computer host name (extension) is 101. And in order to talk to someone that is in network and not long distance, I need them to have the same 192.168.1 network (Phone Number) and a different Host name (extension) than me…..so lets put them at 100. Now were talking! And if anyone else wants to join, say a second laser….we can assign them their own Extension as well and then create the IP with it of 192.168.1.xxx. We want to make sure everyone on the network has a different extension. If two people on the same network have the same extension, bad things happen.
So the networks could look something like this, notice how the same laptop exists in both networks. It does this because it has two connection methods, WIFI and Hardwired. It gets to work and play.
An address comprised of 4 Octects (xxx.xxx.xxx.xxx where each xxx is an octet) that is used to determine the Network ID and the Host ID. Each network device needs a unique IP address and the user should know the subnet mask so that they can determine what the Network ID is and the Host ID
Think of this as the main phone number of a place you call that has extensions. The main number gets you to the building but doesn't get you to the phone of the person you are trying to reach.
This is the extension of the person you are trying to call. It is useless without knowing the Network ID. It should be unique in the network, otherwise you will have a duplication issue which will cause communication problems.
In basic terms, the Subnet mask splits the IP address up into 2 parts. A typical mask is 255.255.255.0 which makes the first 3 Octets of the IP the Network Id and the Last octet the Host ID. If the Subnet mask is changed to 255.255.0.0 then it is evenly split into groups of two octets. The amount of devices (extensions) in a network is controlled by the Subnet mask. A typical network with a Subnet mask of 255.255.255.0 allows for 1-254 for the Host ID.