LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can i find the Network/broadcast pairs (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-find-the-network-broadcast-pairs-773609/)

L-raptor 12-05-2009 01:31 AM

How can i find the Network/broadcast pairs
 
Given a subnet mask of 255.255.255.192 and the first network address of 64.5.96.0, what are all of the network/broadcast pairs?

:scratch:

Ygrex 12-05-2009 02:21 PM

Are you asking about IP-calculator?
Code:

$ sipcalc 64.5.96.0 255.255.255.192
-[ipv4 : 64.5.96.0 255.255.255.192] - 0

[CIDR]
Host address            - 64.5.96.0
Host address (decimal)  - 1074094080
Host address (hex)      - 40056000
Network address        - 64.5.96.0
Network mask            - 255.255.255.192
Network mask (bits)    - 26
Network mask (hex)      - FFFFFFC0
Broadcast address      - 64.5.96.63
Cisco wildcard          - 0.0.0.63
Addresses in network    - 64
Network range          - 64.5.96.0 - 64.5.96.63
Usable range            - 64.5.96.1 - 64.5.96.62

-



All times are GMT -5. The time now is 03:29 PM.