Problem
1. The control field in a TCP segment is 6 bits. We can have 64 different combinations of bits. List some combinations that are valid.
2. To make the initial sequence number a random number, most systems start the counter at 1 during bootstrap and increment the counter by 64,000 every half second. How long does it take for the counter to wrap around?