Broadcast, Partition by Round-Robin, and Partition by Key are all data partitioning methods in Ab Initio that distribute data across multiple partitions. Replicate, however, is NOT a partitioning method - it copies the entire dataset to every partition (full replication). The key difference is that partitioning divides data (each record goes to one partition), while replication duplicates it (every record goes to all partitions).