Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6901919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:44:01+00:00 2026-05-27T07:44:01+00:00

I want to understand these IPC mechanism concepts in OS – Shared Memory, Message

  • 0

I want to understand these IPC mechanism concepts in OS – Shared Memory, Message System, Sockets, RPC, RMI

How do different operating systems implement these. Specifically Android operating system?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:44:02+00:00Added an answer on May 27, 2026 at 7:44 am

    IPC is inter-process communication mechanisms in OS is large discussion concept so, I think here we can’t cover all this,

    Some Low Level stuff:

    The IPC mechanism discussed here is at the lowest level—all other inter-CPU IPC mechanisms use it as the base. For example, a TCP/IP connection through the ARM11 processor to another processor ends up going through this IPC mechanism. Diagnostic messages are another example of messages that rely on this low-level IPC.

    The IPC mechanism is implemented with two sides—a “client side,” which faces the kernel and provides a callback-based style of interface, and a “CPU side,” which provides the interface to the other CPUs.

    • The CPU side is implemented as a shared-memory interface, with
      interrupts and a “doorbell” mechanism. At the highest level, to send
      messages from the ARM11 to another CPU, the message content is placed
      in a buffer in shared memory and a hardware port is tickled to
      indicate to the other CPU that data is available.

    • In the reverse direction, the data is placed into shared memory by
      the other CPU and a hardware interrupt is triggered on the ARM11.
      This hardware interrupt causes the ARM11 to examine the shared
      memory’s buffer, retrieve the message and route it to the client.

    But to more specific to Android:

    IPC in android, It describes the mechanism how different types of android components are communicated.

    Android implements a few key tools used to communicate with or coordinate between programs securely. These mechanisms give Android applications the ability to run processes in the background, offer services consumed by other applications, safely share relational data, start other programs, and reuse components from other applications safely.

    • Much of the interprocess communication (IPC) that occurs on Android
      is done through the passing around of a data structures called
      Intents. These are collections of information that have a few
      expected properties the system can use to help figure out where to
      send an Intent if the developer wasn’t explicit. The Action property
      expresses what the Intent is for (the Intent.ACTION_VIEW action
      indicates that the data is to be displayed to the user, for example).
      The data property is an optional URI and could point to a file,
      contact, web page, phone number, and so on. Intents also potentially
      have a collection of key/value pairs called extras, as well as flags,
      components, and other more advanced features.

    • Each of these IPC mechanisms uses Intents in some capacity and is
      probably somewhat familiar to most Android developers. However,
      because using these safely is key to Android security,

    1) Intents are messages which components can send and receive. It is a universal mechanism of passing data between processes. With help of the intents one can start services or activities, invoke broadcast receivers and so on.

    2) Bundles are entities the data is passed through. It is similar to the serialization of an object, but much faster on android. Bundle can be got from intent via the getExtras() method.

    3) Binders are the entity which allows activities and services obtain a reference to another services. It allows not simply send messages to services but directly invoke methods on them.

    For more info look at:

    1. Grasping Android’s IPC mechanism

    2. Android’s Securable IPC Mechanisms

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to understand how the mechanism of Shadowing and Nested function work. For
I want to understand what is happening when these characters are displayed that they
I can't understand why these arrays give me different outputs: • this value 1/4
i want to understand this piece of code as i m a beginner.Mostly these
I'm working with ASP.NET AJAX and want to understand the difference between these two
I want to understand if code snippets are what I am looking for here.
I want to understand the use of xargs man in Rampion's code : screen
I want to understand the external linkage and internal linkage and their difference. I
I want to understand how a C++ program that was given to me works,
I just want to understand why I cannot create a protected enum on C#?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.