What is a PDU?
PDU = Protocol Data Unit.
This is a unit of information that is sent by a protocol at an OSI layer.
For example, a switch is operating on an Ethernet PDU.
Another example, TCP or UDP PDU = TCP segment or UDP datagram.
What is MTU?
MTU = Maximum Transmission Unit.
The maximum size of an IP packet to send across a network without requiring fragmentation.
What is the downside of fragmentation?
Fragmentation slows things down. Losing a fragment can also lose an entire packet.