aizatto.com
  • aizatto.com
  • Table of Contents
  • Portfolio, Projects, Tools, Toys
  • Interview Guide
    • Choosing A Company
    • Job Boards
    • Practice
    • Technical Interview Cheatsheet
    • Interview Process
      • Questions to Ask
      • Coding
      • Soft Skills
      • Rejection
      • Negotiation / Deciding
      • Accepting, Joining
    • FAQ
  • Engineering Code
    • Communication
    • Different Types of Coding
    • Commit Messages
    • Reviewing Code
      • Requesting Changes
    • Writing Code
      • Consistency
      • Writing for a code base of 1,000,000+ Lines
      • Write Code Knowing It Will Be Refactored
      • Naming
        • Versioning
        • Create Searchable Names
      • Commenting
        • Don't commit commented code
      • Make It Easy To Reproduce
      • Scripts
      • 80 character limit
      • Exit Early
      • Be careful of enum in switch statements
      • Be careful about chaining conditions
      • Be careful of chaining ternary operators
      • Write Code Knowing You Will be Blamed
      • Hacks
      • Bad Practices
      • Logs
      • Time
      • Other rules
    • Engineering Code
    • Engineering Data
    • Pipelines
    • Configuration Files
    • Site Reliability Engineering (SRE)
    • Best Engineers
  • Engineering Management
    • Hiring
    • New Reports
    • 1:1s
      • Calibration
      • Expectations
      • Mentorship / Learning / Growing
      • Task Management
      • Teams
    • Interviewing Candidates
    • Messenger Groups
    • Resources
  • Why GitBook?
  • Getting into Tech
    • Terminology
  • Personal Goals
  • Daily Drivers
  • Contacting Me
  • Notes
    • JavaScript
      • Array
      • Async & Await / Promises
      • Booleans
      • Collections
      • Cons/Dislikes
      • fetch
      • Map
      • Modules
      • Object
      • Regex
      • Set
      • Style Guides
      • Versions
    • Node.js
      • Best Practices
      • DraftJS
      • eslint
      • GraphQL
      • Relay
      • Hapi
      • Knex
      • Koa
      • TypeScript
      • Webservers
    • Technical Due Diligence
    • Archive
      • Amazon Echo Dot (3rd Gen) with clock
      • Apple
        • AirPods Pro
        • Apple Notes
        • Apple Watch Series 4
        • iPad Pro 11" 2018
        • MacBook Pro 15" 2017
        • macOS
      • Audible
      • Balance
        • Growth vs Contentment
        • Leading vs Following
        • Mindful vs Mindless
        • New vs Old
      • Bags
      • Bandwidth Requirements
      • B2B/B2C
      • Blockchain
      • Board Games
        • Bang
      • Broadway
      • Cheap, Good, Fast
      • CLI
        • git
        • ufw
        • xargs
      • Cloud Providers
        • GCP
      • Communication
        • Asking Questions / Making Requests
        • Making Edits
        • Synchronous vs Asynchronous
        • Change Management
        • Problem Definition
      • Company
        • All Hands
        • The Problematic CTO
        • Organizational Structure
      • Content Creation
      • COVID 19/Corona Virus
      • Coworking Spaces
      • Daily Routine
      • Dating
      • Displays / Monitors
      • DNS
      • Domain Registrars
      • Driving
      • eCommerce
      • Empire Building
      • Facebook for Developers
      • Fever
      • Fiverr
      • Flights
      • Gaming Tablet
      • GitHub
      • GTD
      • Go Lang
      • Headsets
      • Hiking
        • Chamang Waterfalls
        • Kanching Waterfalls
        • Kota Damansara Community Forest Reserve
        • Sungai Chilling
      • Home Device Calling
      • iCalendar
      • Keyboards
        • Ergodox Ez
      • Malaysia Insurance
      • Mental Health Malaysia
      • Multiroom Wireless Speaker System
      • Musicals
      • Mouse
      • Movies
      • Password Managers
      • Phabricator
      • Physical Health
        • Cardio
      • Podcasts
      • Programming Bootcamps
      • Property
      • Productivity
        • Note Taking
      • Redang
      • Relationships
      • Referral Codes
      • Remote Calls
      • Remote Work
        • Comparison
      • Road Trips
      • Ruby / Ruby on Rails
      • Scraping
      • Slack
      • Stripe
      • Singapore
      • UX
      • Venture Builder
      • Video Games
      • Virtual Personal Assistant
      • VPN
      • WebDAV / CalDAV
      • WebSocket
      • Withings
      • Xiaomi Roborock Mijia
      • Old Hardware
        • Netgear R7000P
      • Web Development
        • React
        • SSO Providers
      • Software Engineering
        • Software Architectures
          • Monolithic
          • Non-Monolithic
            • Microservice
            • FaaS (Functions as a Service) or Serverless
        • Repository Management
  • More on Notion
Powered by GitBook
On this page
  • Synchronous vs Asynchronous
  • Synchronous
  • Asynchronous
  • Private (1 to 1) vs Group (1 to many)
  • Private (1 to 1)
  • Group (1 to many)
  • Combinations
  • Synchronous and Private (1 to 1)
  • Synchronous and Group (1 to many)
  • Asynchronous and Private (1 to 1)
  • Asynchronous and Group (1 to many)

Was this helpful?

  1. Notes
  2. Archive
  3. Communication

Synchronous vs Asynchronous

PreviousMaking EditsNextChange Management

Last updated 5 years ago

Was this helpful?

Different dimensions

  • Synchronous vs Asynchronous

  • Private (1 to 1) vs Group (1 to many)

Synchronous

Asynchronous

Private (1 to 1)

Synchronous and Private

Asynchronous and Private

Group (1 to many)

Synchronous and Group

Asynchronous and Group

Deep Thought Keywords:

Synchronous vs Asynchronous

Synchronous

Can be active or passive.

Can only provide for a single thread of communication.

Active

Direct communication with someone.

May include voice and video calls.

Examples:

  • Being in an engaged conversation with someone.

Passive

Can provide a passive form of intimacy and connection. Can be describe as "non verbal intimacy".

Does not require active effort of energy or attention.

Requires just the physical presence of the other person around, and being in the same room or nearby, and doing their own thing.

Examples:

  • Being in a nearby space as someone else.

Asynchronous

Not in person.

Requires more active effort. There is no "Asynchronous Passive" communication similar to the "Synchronous Passive". All Asynchronous communication is active. If you are a lurker you are non contributing. This is ok if there are no expectations of contribution.

Allows you to edit your words before sending it.

Can be better for long form.

Can provide multiple threads of conversation.

Can be used to return to "past conversations".

Non Written

Examples:

  • Speaker to a large audience (Group, or Conference)

Written or Recorded Form

  • Doesn’t allow for immediate questions or feedback.

  • Easier to distribute (copy, paste, forward).

  • Easier for computers to parse.

  • Easier to dissect.

  • May not contain tone, so may require being more explicit with providing context.

    • May make it easier to misinterpret.

Examples:

  • Email

  • Messages

  • Social Media

  • Tasks

Private (1 to 1) vs Group (1 to many)

Private (1 to 1)

Can be more personal.

Group (1 to many)

Have to cater to the interests of the group.

Combinations

Synchronous and Private (1 to 1)

Synchronous and Group (1 to many)

Asynchronous and Private (1 to 1)

Contribution from both parties is most likely expected.

Asynchronous and Group (1 to many)

Minor contribution from the group is expected.

Communication