Difference between using delegate and notification

Hello, I heard delegate and notification are used for communication.

Is there any difference between using delegate and notification?

I thought
delegate is a way to communicate between view and controller
and
notification is a way to communicate between model and controller.

is this right idea?
Difference between using delegate and notification
 
 
Q