From what I have understood so far, unlike non-transparent IP fragmentation; where packets are fragmented at the source and reassembled only at the destination; intermediate network systems in transparent IP fragmentation, reassemble and fragment the IP packet while in transit. Given the below example where two end-systems (A) and (B) communicate with each other, each of which is part of subnet1 and subnet3 respectively. Would router1 reassemble IP packet fragments sent by A and then send the whole non-fragmented packet to router2 who would fragment it before sending it to B ? Is this how transparent IP fragmentation works ?
(A) subnet1 ----- router1 ------ subnet2 ------- router2 ------- subnet3 (B)
I think you should read this post which gives you an idea of how it works.
For me the packet is rassemble by router1 sent to router2 and then arrive to B. In all cases B recieve the whole paquet and not fragments made by A.