This is a sample on the methodology for solving exercises on the IP fragmentation algorithm. This methodology is simply a 3 steps process on the basis of:
-Identification of the initial IP datagram to be transmitted
-Identification of the physical network's, through which the IP fragment will be transmitted, limitations
-Creation of the products-fragments table consisting of all relevant data (No of fragment, Header size, Data size, Total size, MF, DF and Fragment's Index Tracker), which will be used for checking the correctness of the data and thus resulting to proper fragmentation of the initial IP datagram
Note: Following the data presented by the school book