Port 2181 โ ZooKeeper
TCP ยท Port 2181/TCP is used for ZooKeeper, a distributed configuration service for coordinating and managing large-scale distributed systems. It provides a centralized registry of configuration data and allows clients to read and write this data. This port is critical for maintaining the integrity and consistency of distributed system configurations.
- Port Number
- 2181
- Service Name
- ZooKeeper
- Protocol
- TCP
- Common Software
- Apache ZooKeeper
Security Notes
Review IANA registry for port 2181 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 2181 is used for ZooKeeper. Port 2181/TCP is used for ZooKeeper, a distributed configuration service for coordinating and managing large-scale distributed systems. It provides a centralized registry of configuration data and allows clients to read and write this data. This port is critical for maintaining the integrity and consistency of distributed system configurations. Common software: Apache ZooKeeper.
Review IANA registry for port 2181 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 2181 <target> or check locally: ss -tlnp | rg 2181