Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+20 votes

A: IPv6 is 128 bits each while IPv4 is 4 bytes each.
B: IPv4 addresses are binary numbers represented in hexadecimals.
C: IPv6 has 16 bytes for each address in the header while IPv4 only has 4 bytes per each address.
D: Both Include checksum in the header
E: Only IPv4 uses broadcast addresses to send packets to all nodes on a subnet

asked in CSC335_Spring2019 by (1 point)
edited by

1 Answer

+9 votes
 
Best answer

Solution: A, C, E

B: IPv4 binary addresses are represented in decimals while IPv6 binary addresses are represented in hexadecimals
D: only IPv4

answered by (1 point)
...