Why this matters
A phone call, a group chat, a newspaper, and a survey all "communicate," but they work very differently. Sorting them into a few clear groups helps you pick the right tool and understand its trade-offs.
The idea
Communication is the process of receiving and exchanging information between people. It can be classified three ways.
By number of senders and receivers:
- One-to-one (individual): one sender → one receiver. Letters, telephone.
- One-to-many (mass media): one sender → many. Newspapers, radio, TV, web pages.
- Many-to-one (reverse mass media): many senders → one. Surveys, inquiries.
- Many-to-many (conference): many senders → many. Video conferencing, group calls, social media.
By location of sender and receiver:
- Direct: face-to-face. You can read reactions, but you must share the same time and place. Conversations, presentations.
- Indirect: apart. You cannot see reactions, but time and place no longer constrain you. Telephone, email, web pages.
By timing (synchronization):
- Synchronous: both sides share information at almost the same moment. Conversation, phone call, live TV broadcast, video call.
- Asynchronous: each side sends and reads when convenient. Letters, email, bulletin boards, messaging apps, social media.
Picture it
flowchart TD C[Communication] --> N[By number of people] C --> L[By location] C --> T[By timing] N --> N1[One-to-one] N --> N2[One-to-many] N --> N3[Many-to-one] N --> N4[Many-to-many] L --> L1[Direct: face-to-face] L --> L2[Indirect: apart] T --> T1[Synchronous: same time] T --> T2[Asynchronous: different times]
Worked example
Where does a video call sit? The two people are not in the same place, so it is indirect. But they talk at the same moment, so it is synchronous. A messaging app is also indirect, but each person replies when convenient, so it is asynchronous. A face-to-face conversation is both direct and synchronous.
Your turn
Sort everyday tools by sender count, and decide for each method whether it is direct or indirect, synchronous or asynchronous.
Recap
- Communication = exchanging information between people.
- By number: one-to-one, one-to-many, many-to-one, many-to-many.
- By location: direct (face-to-face) vs indirect (apart).
- By timing: synchronous (same time) vs asynchronous (convenient times).