InterviewSolution
| 1. |
What Are The Tcp Ports Used To Listen To The Requests? |
|
Answer» The PORT numbers are configurable. The default ports are as below: Port 11210 : It is a port which is openly accessible to clients IMPLEMENTING version 2.0 of the memcapable API. Those are “vBucket aware” clients and are DEPENDING on the hashing algorithm to map keys to one of a suitable number of “vBuckets”. The vBuckets later will get mapped to a server, providing a layer of indirection enabling vibrant cluster rebalancing, non-disruptive cluster EXPANSION or contraction, replication and failover. Port 11211 : The usual Memcached port number processes requests from, clients GUIDING version 1.0 of the memcapable API requirement. Those clients will be depending on a consistent hashing algorithm to map keys openly to servers in a variable-length server catalog. The port numbers are configurable. The default ports are as below: Port 11210 : It is a port which is openly accessible to clients implementing version 2.0 of the memcapable API. Those are “vBucket aware” clients and are depending on the hashing algorithm to map keys to one of a suitable number of “vBuckets”. The vBuckets later will get mapped to a server, providing a layer of indirection enabling vibrant cluster rebalancing, non-disruptive cluster expansion or contraction, replication and failover. Port 11211 : The usual Memcached port number processes requests from, clients guiding version 1.0 of the memcapable API requirement. Those clients will be depending on a consistent hashing algorithm to map keys openly to servers in a variable-length server catalog. |
|