LFS201 Knowledge Check Question 34.3
Question: 192.168.128.255 is a valid IP address for a host on a local network if the mask is configured to 255.255.255.0. True or False?
The answer is given as false, but no further explanation is provided. After googling for more info, I found out that routers use a form of classless IPv4 addressing called CIDR, with the same dotted-decimal notation but followed by forward slash and bit mask. My conclusion is the host IP address in the question above does not conform to the correct format of 192.168.128.255/24 given the bit mask of 255.255.255.0
Please kindly correct me if I am wrong. Thank you
Reference:
Cisco Press - https://www.ciscopress.com/articles/article.asp?p=330807
OpenLearn - https://www.open.edu/openlearn/science-maths-technology/computing-ict/protocols-multi-service-networks/content-section-3.5.1
Answers
-
I just found out that the IPv4 address range from 192.168.0.0 to 192.168.255.255 are reserved for private or internal network addresses. Therefore 192.168.128.255 is a private address and not a public address, so obviously the answer should be false
Reading:
Opensource.com - https://opensource.com/article/16/12/cidr-network-notation-configuration-linux
IBM - https://www.ibm.com/docs/en/networkmanager/4.2.0?topic=translation-private-address-ranges0 -
Hi @nghuipen72 ,
I just found out that the IPv4 address range from 192.168.0.0 to 192.168.255.255 are reserved for >private or internal network addresses. Therefore 192.168.128.255 is a private address and not a public >address, so obviously the answer should be false
Yep, that's right. Also you can take a look to RFC1918, which refers to "Address Allocation for Private Internets":
https://datatracker.ietf.org/doc/html/rfc1918
Regards,
Luis.0 -
@luisviveropena said:
Hi @nghuipen72 ,I just found out that the IPv4 address range from 192.168.0.0 to 192.168.255.255 are reserved for >private or internal network addresses. Therefore 192.168.128.255 is a private address and not a public >address, so obviously the answer should be false
Yep, that's right. Also you can take a look to RFC1918, which refers to "Address Allocation for Private Internets":
https://datatracker.ietf.org/doc/html/rfc1918
Regards,
Luis.well the question is if it was a correct address on the local network. And local network should imply private ip addressing.
It is not a correct host address because it is broadcast ip address.
When subneting first (network) and the last (broadcast) addresses can't be used for hosts.
- For example you can see broadcast as bdr field in ip a output:
- wlp0s20f3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group
...
inet 192.168.0.11/24 brd 192.168.0.255 scope global dynamic noprefixroute wlp0s20f3
Some more details on subneting
https://en.wikipedia.org/wiki/SubnetworkAnd an interactive subnet calculator with binary AND to have how different netmasks work
http://jodies.de/ipcalc0 -
Hi @ddespa, yep, we are not supposed to assign the broadcast IP to a host (technically you can do it, but it can/will generate issues on the network). In the same way, we don't use the network address for a host.
Regards,
Luis.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.7K Training Courses & Learning Paths
- 13 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 35 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 772 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 470 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1.1K Programming and Development
- 310 Kernel Development
- 722 Software Development
- 1K Software
- 418 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)