Comment on Is the bitwise AND of subnet masks and IP addresses redundant?
ricdeh@lemmy.world 2 months agoIt’s nostupidquestions after all :( I am not saying that anyone ever did anything worse, my question is aiming at the answer for why the current approach is the way that it is, on a technical level.
NeoNachtwaechter@lemmy.world 2 months ago
On a technical level, the bitwise operation is all that is needed. It is one calculation of the simplest kind. A CPU can do it in 1 tick. That’s why they invented it this way.
The other way that you described is the super extra ultra lengthy complicated - and maybe redundant - thing.