Given that a frame is formatted as follows:

Frame Header

And given that an IP datagram is formatted as follows:

IP Header

And given that a TCP segment is formatted as follows:

TCP Header

And given the following frame with an encapsulated IP datagram and TCP segment:

Example 2 TCP Frame
  1. What is the TCP source port?
  2. What is the TCP destination port?
  3. What is the Sequence Number?
  4. What is the Acknowledgment Number?
  5. What flags are set?
  6. What is the Window Size?
  7. What is the checksum?
  8. What is the urgent pointer?
  9. If the TCP header and the IP header include no options or padding, what are the first five bytes of the TCP segment data?