In Lightning Component Framework, the communication between two component is accomplished supported in several ways.
1. Attributes or Methods to pass data down the component hierarchy
2. Lightning Events to pass data up and around in the component hierarchy
Attributes or Methods to pass data down the component hierarchy and Lightning Events to pass data up and around in the component hierarchy are two ways to communicate between two component