---
title: "What is Remoting?"  
description: "What is Remoting?"  
author: "Sumit Kesarwani"  
published: 2014-01-28  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1899/what-is-remoting  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is Remoting?

Remoting is a means by which one operating system process, or program, can communicate with another process. The two processes can exist on the same computer or on two computers connected by a LAN or the Internet.

## Answers

### Answer by Sumit Kesarwani

Remoting is a means by which one operating system process, or program, can communicate with another process. The two processes can exist on the same computer or on two computers connected by a LAN or the Internet.


---

Original Source: https://www.mindstick.com/interview/1899/what-is-remoting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
