Which illustrates the four-byte hexadecimal equivalent of the decimal value 256, as it would be transmitted "on the wire" in big-endian format? (In each possible answer, assume the leftmost byte is transmitted first.)
a. 00 00 01 00
b. 00 01 00 00
c. 00 00 00 01
d. 01 00 00 00