
The number 111.90.150.284 appears to be an IPv4 address, but there is a critical formatting issue that makes it invalid. IP addresses follow strict technical rules, and even a small numerical error can prevent proper network communication.
In this detailed article, we will explain whether 111.90.150.284 is valid, how IPv4 addresses work, common formatting mistakes, and what problems can occur when incorrect IP addresses are used.
What Is an IP Address?
An IP (Internet Protocol) address is a unique numerical label assigned to devices connected to a network. It allows computers, servers, routers, and other systems to communicate with each other over the internet or within private networks.
Every time you browse a website, send data, or access an online service, IP addresses are working in the background to route information correctly.
There are two primary types of IP addresses:
- IPv4
- IPv6
Understanding IPv4 Address Structure
IPv4 is the most widely used version of Internet Protocol. It follows a simple dotted-decimal format:
- Four numbers separated by dots
- Each number is called an octet
- Each octet must range from 0 to 255
Example of valid IPv4 addresses:
192.168.0.1
8.8.8.8
111.90.150.200
Each octet represents 8 bits. The maximum value of 8 bits is:
2⁸ − 1 = 255
This is why no part of an IPv4 address can exceed 255.
Why 111.90.150.284 Is Invalid
Let’s examine 111.90.150.284 carefully:
111 → Valid (0–255)
90 → Valid (0–255)
150 → Valid (0–255)
284 → ❌ Invalid (greater than 255)
The final octet, 284, exceeds the maximum allowed value of 255. Because of this, 111.90.150.284 is not a valid IPv4 address.
Any networking system, browser, or configuration tool will reject this IP address.
What Could Be the Correct IP Address?
If someone accidentally typed 111.90.150.284, possible intended versions might be:
- 111.90.150.204
- 111.90.150.84
- 111.90.150.28
These corrected versions stay within the allowed IPv4 range.
Without additional context, however, it is impossible to determine the exact intended address.
Common Mistakes When Writing IP Addresses
Invalid IP addresses often occur due to:
- Typographical errors
- Extra digits
- Misunderstanding of IPv4 limits
- Copy-paste mistakes
For example:
111.90.150.284 → ❌ Invalid
111.90.150.254 → ✅ Valid
111.90.150.200 → ✅ Valid
Even a single extra digit can make the entire address unusable.
Public vs Private IP Address Range
Although 111.90.150.284 is invalid, let’s assume a corrected version like 111.90.150.200.
Private IP ranges include:
- 10.0.0.0 – 10.255.255.255
- 172.16.0.0 – 172.31.255.255
- 192.168.0.0 – 192.168.255.255
The 111.x.x.x range does not fall within private IP ranges. Therefore, a corrected address like 111.90.150.200 would be considered a public IP address.
Public IP addresses are used by:
- Web servers
- Internet service providers
- Data centers
- Cloud platforms
IPv4 vs IPv6 – Key Differences
Because IPv4 addresses are limited to values between 0 and 255 per octet, the total number of possible IPv4 addresses is limited to around 4.3 billion.
To overcome this limitation, IPv6 was introduced.
IPv6 characteristics:
- 128-bit address system
- Uses hexadecimal format
- Provides an extremely large address space
Example of IPv6:
2001:0db8:85a3:0000:0000:8a2e:0370:7334
In IPv6, larger numbers are possible because the structure is entirely different from IPv4.
What Happens If You Use an Invalid IP Address?
Using 111.90.150.284 in practical systems can cause:
1. Connection Errors
Browsers and network tools will not connect to invalid IP addresses.
2. Server Configuration Failures
Entering an invalid IP in firewall rules, routing tables, or server settings may cause service failure.
3. Application Errors
Software that relies on strict IP validation will reject or crash when given invalid input.
How to Validate an IPv4 Address
To confirm whether an IP address is valid:
- Ensure there are exactly four octets.
- Check that each octet is between 0 and 255.
- Confirm there are no letters or special characters.
- Avoid leading zeros that may cause confusion.
Example validation:
111.90.150.284 → ❌ Invalid
111.90.150.255 → ✅ Valid
111.90.150.199 → ✅ Valid
Security Considerations
Malformed IP addresses sometimes appear in:
- System logs
- Network error reports
- Suspicious traffic attempts
Network systems typically use validation filters to reject invalid IP formats to prevent potential misuse or system instability.
Proper validation improves reliability and protects systems from configuration errors.
Conclusion
The IP address 111.90.150.284 is not valid because the last octet (284) exceeds the maximum allowed IPv4 value of 255. IPv4 addresses must follow strict formatting rules, including four octets and values limited to the 0–255 range.
Whenever working with IP addresses, always verify:
- Correct dotted format
- Four numerical segments
- Each segment within valid range
Accurate formatting ensures stable network communication, proper configuration, and reliable system operation.