MongoDB: o servidor possui avisos de inicialização

Eu instalei o MongoDB 3.2.5 pela primeira vez hoje, mas quando o inicio e uso o shell do MongoDB, ele me dá os seguintes avisos abaixo:

C:\Windows\system32>mongo
MongoDB shell version: 3.2.5
connecting to: test
Server has startup warnings:
2016-04-16T11:06:17.943+0800 I CONTROL  [initandlisten]
2016-04-16T11:06:17.943+0800 I CONTROL  [initandlisten] ** WARNING: Insecure configuration, access control is not enabled and no --bind_ip has been specified.
2016-04-16T11:06:17.943+0800 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted,
2016-04-16T11:06:17.943+0800 I CONTROL  [initandlisten] **          and the server listens on all available network interfaces.
2016-04-16T11:06:17.943+0800 I CONTROL  [initandlisten]
>

meu sistema operacional é o Microsoft Windows [versão 10.0.10586].

questionAnswers(3)

yourAnswerToTheQuestion