Consider the delivery of messages in an internetworked environment in which the source and destination nodes are many hops apart. Communication between distant nodes passes through a series of routers, and there may be multiple pathways between any source and destination. Large messages must be fragmented and reassembled using one of two possible strategies:
a. the first strategy involves fragmenting each message at the source node, and then reassembling them at the destination node.
b. the second strategy involves fragmenting each message at the source node, reassembling and re-fragmenting them at intermediate routers, and final reassembly at the destination node.
c. For each strategy, describe the fields of a Network Layer header necessary to support the strategy.
d. With reference to two distinct examples, describe circumstances where each of the strategies would be preferred over the other.
Comments
Leave a comment