Is it (2^48) possible addresses X 48 bits = 1536 terabytes ??
feedback
|
|
There are 248 (281474976710656) possible EUI-48 addresses, which would occupy 248 × 48 bits or 1688849860263936 eight-bit bytes, which is 1536 terabytes or 1.5 petabytes. | |||
|
feedback
|
|
That sounds about right. Plus some Bytes for the filesystem. And a lot more bytes if you want to store everything as textfile. In this case we are talking about 2^48 (address range) * 48 bit (per address) * 8 bit (per char, assuming you store everything in ASCII) = about 12288 terabytes. And don't forget dividers between the single addresses - if required. | |||||
feedback
|