|
MongoDB currently does not appear to have any protocols/ports registered through IANA.
The IANA services definition notes some default MongoDB ports with "Unauthorized Use Known":
<record>
|
<description>Unassigned</description>
|
<number>27010-27344</number>
|
<unauthorized>Unauthorized Use Known on ports 27017, 27018 and 27019</unauthorized>
|
|
</record>
|
<record>
|
<description>Unassigned</description>
|
<number>28002-28199</number>
|
<unauthorized>Unauthorized Use Known on ports 28017, 28018 and 28019</unauthorized>
|
|
</record>
|
Suggest registering the default ports as per the MongoDB security documentation:
- 27017 MongoDB server
- 27018 MongoDB shard server
- 27019 MongoDB config server
- 28017 MongoDB http interface
|