Explanation/Reference:
SCAN components in a cluster:
SCAN Name

SCAN IP, Oracle recommends 3 IP addresses for SCAN for a cluster

SCAN Listener

SCAN Name will represent the cluster in the network. SCAN Name needs to be registered in DNS and resolved using round-robin algorithm. To test the round-robin algorithm, perform nslookup on the SCAN Name. The DNS server should return those 3 set of IP Address in different order each time Incorrect:
Not C: Only from R2:
Prior to Oracle 11g R1 RAC, client connection to RAC Cluster will use each node VIP (virtual IP) address.
So each time a node is added to the cluster, the client tnsnames.ora file needs to be updated with the new VIP addition.
Oracle 11g R2 RAC introduces SCAN (Single Client Access Name) to handle that problem. SCAN provides single name from clients to access the database running in the cluster.