Need some advice on learning networking
Collapse
X
-
Re: Need some advice on learning networking
So, over the past few days I've spent a lot of times learning about routers and what they do. I used to think all they did was connect to the internet but it turns out they do WAAAAAYYYY more than that. One thing they can do is make it possible for computers to communicate that are on different local networks. They're also responsible for DHCP and you can even set the length of the lease time. You can set the IP range for DHCP and there are other things but I won't bore yall.
Somehow in my study of routers it led me subnet masking. I never knew what those numbers meant and didn't understand the purpose. But I understand it perfectly now. I spent way too much time on this. I don't know how much I'll ever use this knowledge but at least I can look at the subnet and understand if it's a Class A, B or C network. And I even know which part of the IP address deals with the network part or the number of hosts. My gut feeling is that I probably will never be assigning subnets...I'll just be plugging in the numbers that someone else set but it's comforting to understand how it works.Adversity temporarily visits a strong man but stays with the weak for a lifetime.Comment
-
Re: Need some advice on learning networking
By the way, when I found out that I could set the length of the lease time for DHCP, I thought that was great and I'll just set it for 1-year and now I won't have to worry about the copier being assigned a different IP address. But as I read further that idea was quickly shot down.
There's a trade off. The longer the lease time, the less IP addresses you'll have for DHCP even if the device is no longer on the network. The shorter the lease time, the more data will be going out over the network...for things like extending the lease requests.Adversity temporarily visits a strong man but stays with the weak for a lifetime.Comment
-
Re: Need some advice on learning networking
By the way, when I found out that I could set the length of the lease time for DHCP, I thought that was great and I'll just set it for 1-year and now I won't have to worry about the copier being assigned a different IP address. But as I read further that idea was quickly shot down.
There's a trade off. The longer the lease time, the less IP addresses you'll have for DHCP even if the device is no longer on the network. The shorter the lease time, the more data will be going out over the network...for things like extending the lease requests.
Not something you would need to mess with only the copier.
You will need to learn what to touch and what Not to touch.
Configuring a customer Router is a Dont TouchComment
-
Re: Need some advice on learning networking
So, over the past few days I've spent a lot of times learning about routers and what they do. I used to think all they did was connect to the internet but it turns out they do WAAAAAYYYY more than that. One thing they can do is make it possible for computers to communicate that are on different local networks. They're also responsible for DHCP and you can even set the length of the lease time. You can set the IP range for DHCP and there are other things but I won't bore yall.
Somehow in my study of routers it led me subnet masking. I never knew what those numbers meant and didn't understand the purpose. But I understand it perfectly now. I spent way too much time on this. I don't know how much I'll ever use this knowledge but at least I can look at the subnet and understand if it's a Class A, B or C network. And I even know which part of the IP address deals with the network part or the number of hosts. My gut feeling is that I probably will never be assigning subnets...I'll just be plugging in the numbers that someone else set but it's comforting to understand how it works.
This is quite common in a lot of businesses; for instance, the dealership I bought my car from has a guest network set up for customers, while still maintaining a business network for the employees. All from one IP address assigned by their ISP.
BTW...you'd be surprised how many IT admins (mostly noobs) don't understand this concept; I've had more than my fair share of 'em.“I think you should treat good friends like a fine wine. That’s why I keep mine locked up in the basement.” - Tim HawkinsComment
-
Re: Need some advice on learning networking
Now you can understand how you can have only one public IP address (assigned to your modem), and set up a production network as well as a guest network, giving them both internet access and not having them be able to see each other.
This is quite common in a lot of businesses; for instance, the dealership I bought my car from has a guest network set up for customers, while still maintaining a business network for the employees. All from one IP address assigned by their ISP.
BTW...you'd be surprised how many IT admins (mostly noobs) don't understand this concept; I've had more than my fair share of 'em.
Ken,
You've been a big help to me. More than you'll ever know. I can't thank you enough.
EDIT: And yes, I understand how the public IP address of the router works. The way it was explained to me is that back in the day "they" used think that every computer would need it's own unique IP address to communicate on the internet. They realized there wasn't enough IP address to go around so they solved that problem with something called NAT'ing. I won't bore with with the specifics, I know you know this.Last edited by BillyCarpenter; 11-25-2020, 05:33 PM.Adversity temporarily visits a strong man but stays with the weak for a lifetime.Comment
-
Re: Need some advice on learning networking
Ken,
You've been a big help to me. More than you'll ever know. I can't thank you enough.
EDIT: And yes, I understand how the public IP address of the router works. The way it was explained to me is that back in the day "they" used think that every computer would need it's own unique IP address to communicate on the internet. They realized there wasn't enough IP address to go around so they solved that problem with something called NAT'ing. I won't bore with with the specifics, I know you know this.“I think you should treat good friends like a fine wine. That’s why I keep mine locked up in the basement.” - Tim HawkinsComment
-
Re: Need some advice on learning networking
So, over the past few days I've spent a lot of times learning about routers and what they do. I used to think all they did was connect to the internet but it turns out they do WAAAAAYYYY more than that. One thing they can do is make it possible for computers to communicate that are on different local networks. They're also responsible for DHCP and you can even set the length of the lease time. You can set the IP range for DHCP and there are other things but I won't bore yall.
Somehow in my study of routers it led me subnet masking. I never knew what those numbers meant and didn't understand the purpose. But I understand it perfectly now. I spent way too much time on this. I don't know how much I'll ever use this knowledge but at least I can look at the subnet and understand if it's a Class A, B or C network. And I even know which part of the IP address deals with the network part or the number of hosts. My gut feeling is that I probably will never be assigning subnets...I'll just be plugging in the numbers that someone else set but it's comforting to understand how it works.
They had a full Class B block of addresses available (so 64,000+) but they were running short. There were only about 11,000 nodes active at any given time,(which fluctuated a lot when semesters started and ended) but they had a problem with folks not cancelling MAC addresses when they added new equipment, such as new desktops or laptops, or replaced network cards. (Keep in mind that this was well before the dawn of mobile devices.)
I had about 100 Canon MFPs there, including about 5 Fieries. All of them were printed to using hostnames.
They would have been in deep doo-doo had each node required a dedicated address.“I think you should treat good friends like a fine wine. That’s why I keep mine locked up in the basement.” - Tim HawkinsComment
-
Re: Need some advice on learning networking
So, over the past few days I've spent a lot of times learning about routers and what they do. I used to think all they did was connect to the internet but it turns out they do WAAAAAYYYY more than that. One thing they can do is make it possible for computers to communicate that are on different local networks. They're also responsible for DHCP and you can even set the length of the lease time. You can set the IP range for DHCP and there are other things but I won't bore yall.
Somehow in my study of routers it led me subnet masking. I never knew what those numbers meant and didn't understand the purpose. But I understand it perfectly now. I spent way too much time on this. I don't know how much I'll ever use this knowledge but at least I can look at the subnet and understand if it's a Class A, B or C network. And I even know which part of the IP address deals with the network part or the number of hosts. My gut feeling is that I probably will never be assigning subnets...I'll just be plugging in the numbers that someone else set but it's comforting to understand how it works.
Their IT was very good. He even took care of some of the minor paper jam problems on the copiers. Teachers had to provide their own paper so there were a few loading problems.Comment
-
Re: Need some advice on learning networking
Along those lines, I once had a university as a customer (back in the late '90s) who did all DHCP with NO reservations. It was a pain in the keester to get your MAC address(es) registered with them, but the process worked. If your device wasn't registered, you got no address, even if you set one statically.
They had a full Class B block of addresses available (so 64,000+) but they were running short. There were only about 11,000 nodes active at any given time,(which fluctuated a lot when semesters started and ended) but they had a problem with folks not cancelling MAC addresses when they added new equipment, such as new desktops or laptops, or replaced network cards. (Keep in mind that this was well before the dawn of mobile devices.)
I had about 100 Canon MFPs there, including about 5 Fieries. All of them were printed to using hostnames.
They would have been in deep doo-doo had each node required a dedicated address.Adversity temporarily visits a strong man but stays with the weak for a lifetime.Comment
-
Re: Need some advice on learning networking
Along those lines, I once had a university as a customer (back in the late '90s) who did all DHCP with NO reservations. It was a pain in the keester to get your MAC address(es) registered with them, but the process worked. If your device wasn't registered, you got no address, even if you set one statically.
They had a full Class B block of addresses available (so 64,000+) but they were running short. There were only about 11,000 nodes active at any given time,(which fluctuated a lot when semesters started and ended) but they had a problem with folks not cancelling MAC addresses when they added new equipment, such as new desktops or laptops, or replaced network cards. (Keep in mind that this was well before the dawn of mobile devices.)
I had about 100 Canon MFPs there, including about 5 Fieries. All of them were printed to using hostnames.
They would have been in deep doo-doo had each node required a dedicated address.Comment
-
Re: Need some advice on learning networking
I keep hearing how unreliable DHCP is and not to use it, but, like in your scenario, what if there are a thousand(s) devices on the network? I can't imagine having to physically assign a dedicated address to all of 'em. So, I'm thinking there must be some way to make DHCP reliable. I could be wrong.
Nothing wrong with DHCP
Normally Server, printer and copy machines have static IPaddress
You just need to know how it worksComment
-
Re: Need some advice on learning networking
Understood. But what if an organization has 300 copiers and desktop printers. Are they gonna assign a static IP address to all of 'em? Honest question. I have no idea.Adversity temporarily visits a strong man but stays with the weak for a lifetime.Comment
-
Re: Need some advice on learning networking
A company that size would have mult subnets and DHCP reservations.Comment
-
Re: Need some advice on learning networking
I am currently assigned to a client with 1800+ devices in different branches across the county. All devices' IP addresses are assigned by DHCP servers. Such a pain to manage since we are rebuilding a fleet management software. You have to specify which ports are required since the firewalls are controlled by the security team.
I was then forced to simulate the scenario in my own virtual lab along with PFSENSE as a firewall to simulate port traffic and blocking.Aye! Cut the crapComment
Comment