Subtraction using 1's complement involves taking the complement of the subtrahend and adding it to the minuend. To subtract using 2's complement, the minuend is added to the 2's complement of the subtrahend. The 2's complement is obtained by first taking the 1's complement and then adding 1. Subtraction using 2's complement only requires one arithmetic operation whereas 1's complement requires two operations.