What are ‘seed nodes’ in Apache Cassandra?
There must be at least one seed node in a cluster
One may configure more than one seed node for added redundancy
They allow the instance to find the cluster on the very first startup
All of the options mentioned
When a node first starts, it contacts a seed node to bootstrap the gossip communication process.