Consider the following three-message mutual authentication and key establishment protocol, which is based on a shared symmetric key KAB
For each of the following cases, briefly explain whether or not the resulting protocol provides an effective means for secure mutual authentication and a secure session key K
a. Message 1: E("Alice",K,RA,KAB), Message 2: RA, E(RB,KAB)
b. Message 1: "Alice", E(K,RA,KAB), Message 2: RA, E{RB,K)
c. Message 1: "Alice", E(K,RA,KAB), Message 2: RA, E(RB,KAB)
d. Message 1: "Alice", RA, Message 2: E(K,RA,RB,KAB)