Skip to content
July 5, 2026
  • Linkedin
  • Twitter
  • Facebook
  • Youtube

Daily CyberSecurity

Zero-hour alerts. Unmatched analysis.

Primary Menu
  • Home
  • CVE Watchtower
  • Cyber Criminals
  • Data Leak
  • Linux
  • Malware
  • Vulnerability
  • Submit Press Release
  • Vulnerability Report
Light/Dark Button
  • Home
  • Technique
  • What is IP address?
  • Technique

What is IP address?

Do Son January 26, 2017 4 minutes read
ip-addressing-3-638

Internet is a network of computers around the world in general, these computers are through the TCP / IP protocol to communicate. The transmitted packet must contain address information, which sends the IP of the computer in time and the IP of the receiving computer.

The TCP / IP protocol states that an IP address is a 32-bit binary number and is unique within the Internet. And all hosts in the same physical network use the same network ID, any host on the network (including workstations, servers, and routers) must have a host ID corresponding to it.

In order to facilitate the memory, this 32-bit binary IP address is divided into four, each 8, the middle separated by decimal points, and then 8-bit binary number is converted to decimal number.

Example:

IP: 11000000.10101000.00000000 .00000001 => 192.168.0.1

IP address is divided into ABCDE five categories, including ABC class address is divided into two parts: the network address and host address, respectively, suitable for large, medium and small network use.

For example, if the IP address is 113.125.3.6, the information is as follows:
Network Address: 113.125.3.0
Host Address: 6
the IP address: 113.125.3.6

Class A IP addresses
Class A IP address from the network address before 8 and 24 after the host address, the network address of the highest level must be “0”, the address range from 1.0.0.0 to 126.0.0.0. There are 126 Class A networks available, each capable of hosting more than 100 million hosts.

Class B IP addresses
Class B IP address consists of the first 16 bits of the network address and the last 16-bit host address, the network address of the highest level must be “10”, the address range from 128.0.0.0 to 191.255.255.255. There are 16,382 Class B networks available, each of which can accommodate more than 60,000 hosts.

Class C IP addresses
Class C IP address consists of the first 24 bits of the network address and the last 8 bits of the host address, network address, the most significant bit must be “110.” The range is from 192.0.0.0 to 223.255.255.255. Class C network can reach more than 2.09 million, each network can accommodate 254 hosts.

Class D IP addresses (multicast)
before the Class D IP addresses 8 to “1110” is a special reserved address does not point to a specific network, currently used multicast (Multicase). Multicast addresses are used to address a single computer at a time, which identifies a group of computers that share the same protocol.

Class E IP address
before the 8 to “11110” to start, reserved for future use. The “0.0.0.0” address corresponds to the current host. The IP address “255.255.255.255”, which is all “1”, is the broadcast address of the current subnet.

In addition, ABC3 class retains three areas as a private address, they range as follows:

Class A: 10.0.0.0 ~ 10.255.255.255
Class B: 172.16.0.0 ~ 172.31.255.255
Class C: 192.168.0.0 ~ 192.168.255.255

IP addressing rules

Network addressing rules of the network address must be unique network ID can not begin with a number 127 in a class A address, the number 127 is reserved for internal loopback test. The first byte of the network ID can not be 255. The number 255 is used as the broadcast address. The first byte of the network ID can not be “0”. 0 indicates that the address is a local host and can not be transmitted.

Host Addressing Rules host identification on the same network must be unique. The bits of the host ID can not all be “1”. If all bits are “1”, it is a broadcast address, not a host address. All bits of the host ID can not be all “0”. If all bits are “0”, it means only this network, and there is no host on this network.

Subnet mask

subnet mask is a 32-bit address, it can not exist alone, must be combined with IP used together. It only has a function, is to divide an IP into network address and host address two parts.Subnet mask and IP address of the same, the left is the network bit, with a binary 1; the right is the host, with binary 0 said. The corresponding subnet mask for IP: 192.168.1.1 is 255.255.255.0
In this way, the subnet mask to determine the IP address of a 32-bit binary system which is the network number, which is the host number. It is very important for hosts using TCP / IP protocol. Only through the subnet mask, can we show the relationship between the subnet of one host and other subnets, in order to use the network normally.
Common subnet mask

  • 255.255.255.0:  can provide 256 IP addresses, but actually available is 254, because not all host number of 1 or 0.
  • 255.255.0.0 actually available IP is 2550.

Subnet Mask settings when the LAN configuration, subnet mask set too large too small is not good, for example, there are more than 200 hosts, not more than 254, it is set to 255.255.255.0. Incorrect settings can result in transmission errors.

Share this article:

Facebook Post LinkedIn Telegram
Tags: ip address

Search

Translation

CVE WATCHTOWER
🚨

Receive alerts for vulnerabilities being exploited in the wild.

⚡

Get notified instantly when a Proof of Concept (PoC) exploit is published.

🔍

Access critical info on vulnerabilities even when marked as "RESERVED".

🧠

Insights powered by decades of expertise and global intelligence sources.

🎯

Customize alerts with up to 10 keywords for your specific tech stack.

📊

Export the raw CVE database for SIEM integration and reporting.

Upgrade Package

🚨 Active Exploits in the Wild

  • CVE-2026-48282CVSS 10.0
    ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted...
    Admin intel📅 Updated: Jul 3, 2026
  • CVE-2024-14037CVSS 9.8
    Redsea Cloud eHR contains an arbitrary file upload vulnerability that allows unauthenticated attackers to achieve remote code execution...
    Admin intel📅 Updated: Jul 3, 2026
  • CVE-2026-8451CVSS 8.8
    Insufficient input validation in NetScaler ADC and NetScaler Gateway leading to memory overread if NetScaler ADC or NetScaler Gateway is configured...
    Admin intel📅 Updated: Jul 2, 2026
  • CVE-2026-8037CVSS 9.6
    OS Command Injection Remote Code Execution Vulnerability in API in Progress ADC Products allows an un-authenticated attacker to...
    Admin intel📅 Updated: Jul 1, 2026
  • CVE-2026-45659CVSS 8.8
    Deserialization of untrusted data in Microsoft Office SharePoint allows an authorized attacker to execute code over a network.
    CISA KEV📅 Added to KEV: Jul 1, 2026
  • CVE-2026-48558CVSS 10.0
    SimpleHelp versions 5.5.15 and prior and 6.0 pre-release versions contain an authentication bypass vulnerability in the OIDC authentication...
    Admin intelCISA KEV📅 Added to KEV: Jun 29, 2026📅 Updated: Jun 29, 2026
  • CVE-2026-46817CVSS 9.8
    Vulnerability in the Oracle Payments product of Oracle E-Business Suite (component: File Transmission). Supported versions that are affected...
    Admin intel📅 Updated: Jun 29, 2026
  • CVE-2026-28496CVSS 9.4
    FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 have a Server-Side Template...
    Admin intel📅 Updated: Jun 25, 2026
Powered by CVE Watchtower

🔴 Live Critical Threats

  • CVE-2026-58426CVSS 9.6
    Gitea Actions Artifacts V4 signed URL HMAC ambiguity allows cross-repository artifact read...
  • CVE-2026-58289CVSS 9.0
    Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based)...
  • CVE-2026-22874CVSS 9.6
    Gitea versions up to and including 1.26.2 have incomplete SSRF protection in...
  • CVE-2026-20896CVSS 9.8
    Gitea Docker image versions up to and including 1.26.2 use REVERSE_PROXY_TRUSTED_PROXIES=* by...
  • CVE-2026-4321CVSS 9.8
    Improper neutralization of special elements used in an SQL command ('SQL injection')...
  • CVE-2026-14544CVSS 9.8
    A flaw was found in HPLIP (HP Linux Imaging and Printing Software)....
  • CVE-2026-9725CVSS 9.1
    The Printcart Web to Print Product Designer for WooCommerce plugin for WordPress...
  • CVE-2026-13768CVSS 10.0
    Gardyn devices expose a privileged iothubowner key. Access to this key will...
  • CVE-2026-57100CVSS 9.9
    Server-side request forgery (ssrf) in Microsoft Entra Provisioning Service (SyncFabric) allows an...
  • CVE-2026-45499CVSS 9.9
    Server-side request forgery (ssrf) in Azure OpenAI allows an authorized attacker to...
Powered by CVE WATCHTOWER

Get Zero-Hour Vulnerability Alerts

Critical CVEs, CVSS scores, and PoC updates — straight to your inbox every week.

    We respect your inbox. Unsubscribe anytime.

    Our Websites
  • Penetration Testing Tools
  • The Daily Information Technology
  • Daily CyberSecurity

    • About SecurityOnline.info
    • Advertise with us
    • Announcement
    • Contact
    • Contributor Register
    • Login
    • About SecurityOnline.info
    • Advertise on SecurityOnline.info
    • Contact Us

    When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works

    • Disclaimer
    • Privacy Policy
    • DMCA NOTICE
    • Linkedin
    • Twitter
    • Facebook
    • Youtube
    © 2017 - 2026 Daily CyberSecurity. All Rights Reserved.