Introduction
The internet relies on a system of numerical addresses that allows devices to communicate with one another. These addresses are known as Internet Protocol addresses, or IP addresses. Every website, server, router, and internet-connected device has an IP address. This address lets them send and receive information. It works across networks.
When people encounter a string such as 111.90.150.504, they often assume it is a valid IP address because it follows a familiar format. At first glance, it appears similar to standard IPv4 addresses that consist of four groups of numbers separated by periods. However, a closer examination reveals that 111.90.150.504 does not meet the technical requirements of a valid IPv4 address.
Understanding why this address is invalid is helpful. It lets users fix connection issues. They can also check network info and avoid mistakes with IP addresses.
Understanding How IPv4 Addresses Work
IPv4 is the most widely recognised version of the Internet Protocol. An IPv4 address contains four numerical sections called octets. Each octet is separated by a period and must contain a value between 0 and 255.
Examples of valid IPv4 addresses include:
• 192.168.1.1
• 8.8.8.8
• 172.16.0.1
• 111.90.150.50
The reason for this numerical limitation is that each octet represents an 8-bit binary value. Eight bits can only store numbers from 0 to 255. Any value outside that range violates the IPv4 standard and makes the address invalid.
This rule applies to every section of the address. If even one octet exceeds the permitted range, the entire address becomes unusable as an IPv4 address.
Why 111.90.150.504 is invalid
To determine whether an IP address is valid, each section must be evaluated individually.
Let’s break down the address:
• 111
• 90
• 150
• 504
The first three values fall within the acceptable range of 0 to 255. The issue appears in the final section.
The number 504 exceeds the maximum allowable value of 255. Because of this single violation, 111.90.150.504 cannot function as a valid IPv4 address.
Network devices, operating systems, and internet applications reject addresses. These addresses have values that are outside the accepted range. As a result, attempts to connect to this address will typically fail.
The Technical Reason Behind the 255 Limit
Many people wonder why 255 is the highest value allowed in an IPv4 address.
The answer lies in binary mathematics. Each octet contains 8 bits. A bit can hold either a 0 or a 1.
An 8-bit sequence can represent 256 different values ranging from:
00000000 = 0
to
11111111 = 255
Any number above 255 would require more than 8 bits to represent it. Since IPv4 octets are fixed at 8 bits, values such as 256, 300, or 504 cannot be stored within a single octet.
This design is the basis of IPv4 addressing. It hasn’t changed since the protocol became popular.
Common Reasons People Encounter Invalid IP Addresses
Invalid IP addresses are more common than many users realise. There are several situations where a value like 111.90.150.504 may appear.
Typing Errors
One of the most frequent causes is simple human error. A user may accidentally enter an extra digit or mistype one section of the address.
For example:
• 111.90.150.54
• 111.90.150.104
• 111.90.150.204
These are all structurally valid addresses, while the incorrect version containing 504 is not.
Copy and Paste Mistakes
Addresses copied from documents, spreadsheets, or emails may contain formatting errors. A misplaced digit can instantly turn a valid address into an invalid one.
Incorrect Documentation
Network configuration guides and internal records sometimes contain outdated or incorrectly entered information. An invalid address can lead to problems. If it’s written down and used often, it can cause issues in different systems.
Data Entry Problems in Software
Some applications require users to manually input network information. If validation checks are weak or absent, invalid values may be entered and stored until a connection attempt reveals the problem.
How Devices Handle Invalid Addresses
Modern operating systems perform validation before accepting IP addresses.
When a user enters an invalid address, the system may display messages such as:
• Invalid IP address
• Incorrect network address
• Unable to connect
• Address format not recognised
Web browsers, networking tools, and server management platforms often reject invalid entries immediately. This helps stop communication attempts with addresses that can’t exist in the IPv4 system.
Sometimes, software fails without a clear reason. This forces users to check the address on their own.
How to Verify an IP Address
Checking the validity of an IP address is usually straightforward.
Start by confirming that:
-
The address contains exactly four sections
-
Each section is separated by a period
-
Every section contains only numerical characters
-
No section has a value below 0
-
No section has a value above 255
Applying these checks quickly reveals the problem with 111.90.150.504. The final octet exceeds the permitted limit, making the address invalid.
Network administrators often use tools that come with the operating system. They also use network analyzers and configuration validators. These tools help them check things automatically.
IPv4 Limitations and the Growth of IPv6
While IPv4 remains widely used, the internet has expanded far beyond what early designers anticipated. The limited number of available IPv4 addresses contributed to the development of IPv6.
IPv6 uses a completely different format consisting of hexadecimal values separated by colons. This newer system supports a vastly larger address space and reduces the risk of address exhaustion.
Even though IPv6 adoption continues to grow, IPv4 remains a critical part of internet infrastructure. Understanding IPv4 rules remains important for network administrators, developers, and everyday users.
Avoiding IP Address Configuration Errors
Network configuration mistakes can cause service interruptions, failed connections and troubleshooting delays.
To reduce errors:
• Double-check every octet before saving settings.
• Use automated validation tools when available.
• Review documentation carefully.
• Confirm copied addresses against original records.
• Test connectivity after making configuration changes.
These simple steps can stop common networking problems. They also help to ensure valid addresses are used all the time.
Conclusion
The address 111.90.150.504 may resemble a standard IPv4 address, but it is not valid under established networking rules. IPv4 addresses require four numerical sections, with each section limited to a value between 0 and 255. Because the final octet in 111.90.150.504 is 504, the address exceeds the permitted range and cannot function as a legitimate IPv4 address.
Knowing how IP addresses are set up helps you. You can find formatting errors. You can also fix connectivity issues and check network setups. Knowing why 111.90.150.504 is invalid is key for anyone managing a server, setting up a router, or checking network settings. This understanding helps keep network communication accurate and reliable.
