Which port is used by Redis data store?

Study for the CPSA Port Numbers Exam. Practice with flashcards and multiple choice questions, each with hints and explanations. Get ready for your test!

Multiple Choice

Which port is used by Redis data store?

Explanation:
Redis listens for client connections over TCP, and by default it uses port 6379. This default is set in Redis’ configuration (the port directive in redis.conf), so unless you change it, clients connect to 6379 on the Redis host. The other ports shown are well-known defaults for other services—27017 is commonly MongoDB, 1883 is the MQTT protocol port, and 1433 is the default port for Microsoft SQL Server—so recognizing them helps you match ports to the services they're typically used for. Thus, the standard port for Redis is 6379 TCP.

Redis listens for client connections over TCP, and by default it uses port 6379. This default is set in Redis’ configuration (the port directive in redis.conf), so unless you change it, clients connect to 6379 on the Redis host. The other ports shown are well-known defaults for other services—27017 is commonly MongoDB, 1883 is the MQTT protocol port, and 1433 is the default port for Microsoft SQL Server—so recognizing them helps you match ports to the services they're typically used for. Thus, the standard port for Redis is 6379 TCP.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy