If I know the maximum packet size is 1500 bytes say for Ethernet frame v2 then for example I want to transfer 1 KB over the Internet which is roughly 1024 bytes.
Will the packet be split into many packets upon sending it or will it be just one packet? If so then why would it be split when it is under the MTU size?