How to find network and broadcast address from ip address?
Answers
Here is one way to calculate it. First of all you should determine what is the subnet mask to be used. By having /25 we would know that the subnet mask has the first 25 bits set to one, so it would be 255.255.255.128, now we know that the interested octet on the subnet mask is the fourth one, so we need to figure out the magic number to use it later in our calculation. By extracting the interested octet value (128) from 256 we will have the magic number, so 256 - 128 = 128, now let's start with calculating the network numbers by incrementing the magic number to the interested octet starting from zero:
61.25.37.0
61.25.37.128
61.25.37.256 <-- This one is not valid since it has 256 decimal value in the fouth octect, we know that the maximum valid decimal value we would have is 255.
Now that we have the network numbers, we would find out the broadcast by taking off one from the value of the interested octet (fourth) of the next network:
61.25.37.0 - 61.25.37.127
61.25.37.128 - 61.25.37.255
For each network, the first address is the network number (id) and the last is the broadcast address.
I hope this would be helpful.
Please mark as brainliest
This can be find using the command "ipconfig" from CMD.
IP - Internet protocol address
IP address is a numerical number assigned to each device which is connected to computer network or internet. Like cities and colonies have their own addresses, same like that, Computer is also assigned with the particular IP address. Which helps to find the computer's location or address. IP address is short form of Internet protocol. The communication between two computers occurs due to internet protocol.
There are mainly 2 versions of Internet protocol:
i) IPV 4 : This describes that, IP address is a 32 bit number; Limits space to 2³² IP addresses; 18 Million private; Remaining Public.
ii) IPV 6 : This describes that, IP address is 128 bit number; Latest version of IP address; Limits space to 3.403×10^38 IP addresses.
As internet is growing very rapidly, So, It was necessary to create a new version of IP address. Hence, IPV 6 was developed in 1998. Today's most of the devices uses IPV 6 for communication and data transferring.
IP address assignment:
IP addresses are managed/provided globally by institution "Internet Assigned Numbers Authority" (IANA). This institution provides the IP address to device which is connected with network. IP address in standard form is written as Eg: 103.236.147.93, 127.216.107.93 etc.
With the help of IP address, We can find/locate any computer or mobile device that is connected to network. IP address is also very useful for police and other institutions to find criminals and some people. If someone is doing hacking, then it is possible to find his/her location using his/her IP address.
There are about 4.3 Billion internet devices in the world. Each device is provided with unique IP address. Every IP address is different and unique. Hence, it is possible to find the information about any device using IP address.
Function: IP address have it's two functions; It identifies the host; Provides location to Host. An IP address indicates that, "where the device is?".
Private IP
Private IP address is just a type of network which is normally used to communicate within the network. This address works only in LAN. This type of IP's are free of cost. And, this are provided by the network administrator. To find our Private IP address, we can use "ipconfig" command on CMD. Or we can Log in our network and see IP of all the devices connected to network.
Private IP ranges between:
- 192.168.0.0 – 192.168.255.255
- 10.0.0.0 – 10.255.255.255
- 172.16.0.0 – 172.31.255.255
Eg: 192.168.2.1, 192.168.4.2, 10.128.213.113
Public IP:
Public IP is normally used for communicating outside the network. This kind of IP's are managed and provided by ISP and IANA. It can be used to connect any type of network. This IP's are not free of cost. To know our Public IP, we can use various websites available on internet. Or we can search as "what is my IP" on any search engine.
Public IP ranging: There are about 4 Billion public IP's. Hence, there is not any ranging for public IP addresses. Most of this IP addresses are in the written like "103.116.187.93", "132.234.114.98".
Eg: 123.206.140.93, 233.216.147.65