While I was looking into the MongoDB documentation, I found two different terms mongod and mongos.
mongod
mongos
While starting the server, I am using
In shard clusters, mongod as a shard data process and store shard metadata process. mongos as a route process to manipulate client request.