I want to understand more deeply how network headers are constructed at the bit level based on byte ordering, but what standard RFC number explains this?
Asked
Active
Viewed 18 times
0
-
1You can start with RFC 791, section 3.1 – Ron Trunk Dec 14 '23 at 13:17
-
Internet protocols are not defined in terms of bits, they are defined in terms of bytes. – Peter Green Dec 14 '23 at 19:27
-
thanks for that sir – onxy tzy Dec 15 '23 at 15:56