---
title: "Explain what is epmd?"  
description: "Explain what is epmd?"  
author: "Anonymous User"  
published: 2015-06-27  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/2667/explain-what-is-epmd  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "erlang"]  
reading_time: 1 minute  

---

# Explain what is epmd?

epmd is a small name server which is used by Erlang programs when establishing distributed Erlang communications. It is also referred as an Erlang Port Mapper Daemon. It is responsible for mapping the symbolic node names to machine addresses it is used.

## Answers

### Answer by Anonymous User

epmd is a small name server which is used by Erlang programs when establishing distributed Erlang communications. It is also referred as an Erlang Port Mapper Daemon. It is responsible for mapping the symbolic node names to machine addresses it is used.


---

Original Source: https://www.mindstick.com/interview/2667/explain-what-is-epmd

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
