Diffie-Helman: It’s a key exchange protocol where two parties exchange a shared key that either one can use to encrypt/decrypt messages between them.
RSA: It’s asymmetric key encryption where it has two different keys. The public key can be given to anyone and decrypted with another, which is kept private.