# File lib/mongo/server/description.rb, line 578
      def standalone?
        replica_set_name.nil? && !mongos? && !ghost? && !unknown?
      end