Skip to content

brh55/min-host-bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

min-host-bits Travis XO code style

Calculate minimum host bits needed for desired number of hosts with account for network address and broadcast address

minHostBits(256) // 9

Install

$ npm install --save min-host-bits OR $ yarn add min-host-bits

Usage

var desiredHosts = 3000;
var minimumHostBits = minHostBits(desiredHosts);
console.log(minimumHostBits) // 12

API

minHostBits(n)

Returns the minimum number of host bits accounting for the network address and broadcast address

n

n number of desired hosts

Related

min-prefix-length - 🔢 Calculate the minimum prefix length for an IPv4 subnet based on a desired number of host

ip-class - 🔠 Return the classful network class (A, B, C, D, E) of an IPv4 address

License

MIT

About

🔅 Calculate minimum host bits needed for desired number of hosts

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published