Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecollinsbyte/internet-protocol-calculator
https://github.com/thecollinsbyte/internet-protocol-calculator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecollinsbyte/internet-protocol-calculator
- Owner: TheCollinsByte
- Created: 2023-05-28T11:01:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T08:39:00.000Z (over 1 year ago)
- Last Synced: 2024-09-08T20:26:19.772Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Address
An IP address is a unique address that identifies a device on the internet or a local network. IP Stands for "Internet Protocol", which is the set or rules governing the format of data sent via the internet or local network.# What is an IP Address?
An IP address is a string of number separed by periods. IP addresses are expressed as a set of four numbers.``` Address
192.158.1.38
Each number in the set can range from 0 to 255.
So, the full IP addressing range goes from 0.0.0.0 to 255.255.255.255
```IP addresses are not random. They are mathematically produced and allocated by the Internet Assigned Numbers Authority (IANA), a division of the Internet Corporation for Assigned Names and Numbers (ICANN). ICANN is a non-profit organization that was established in the United States in 1998 to help maintain the security of the internet and allow it to be usable by all. Each time anyone registers a domain on the internet, they go through a domain name registrar, who pays a small fee to ICANN to register the domain.