Given that a frame is formatted as follows:
And given that an IP datagram is formatted as follows:
And given the following frame with an encapsulated IP datagram:
-
Find the source hardware address.
-
Find the destination hardware address.
-
What type of frame is this?
-
What Flag(s) are set?
-
What is the fragment offset?
-
What is the TTL count?
-
What is the Header Checksum?
-
If the header includes no options or padding, what are the first five bytes of
the datagram data?
-
Find the destination IP address.
-
What class is the destination IP address?
-
What is the network ID in the destination address?
-
What is the host ID in the destination address?
-
Write the destination IP address in dotted decimal notation.
-
Find the source IP address.
-
What class is the source IP address?
-
What is the network ID in the source address?
-
What is the host ID in the source address?
-
Write the source IP address in dotted decimal notation.
-
Can this message be delivered directly by the source to the destination, or will
it require routers to handle the message. Explain.