Protocolo Base

Control Plane

The gossip network that connects all nodes in a Solana cluster for metadata exchange, peer discovery, and protocol coordination. The control plane carries validator contact information, vote status, shred versions, epoch slots, and other protocol messages via the CRDS protocol. It operates separately from the data plane, which handles block data propagation.

IDcontrol-plane

Lectura rápida

Empieza por la explicación más corta y útil antes de profundizar.

The gossip network that connects all nodes in a Solana cluster for metadata exchange, peer discovery, and protocol coordination. The control plane carries validator contact information, vote status, shred versions, epoch slots, and other protocol messages via the CRDS protocol. It operates separately from the data plane, which handles block data propagation.

Modelo mental

Usa primero la analogía corta para razonar mejor sobre el término cuando aparezca en código, docs o prompts.

Piensa en esto como parte del engranaje que mantiene funcionando el orden, la ejecución o el consenso de la red.

Contexto técnico

Ubica el término dentro de la capa de Solana en la que vive para razonar mejor sobre él.

Consenso, rotación de líderes, slots, epochs y el runtime.

Por qué le importa a un builder

Convierte el término de vocabulario en algo operacional para producto e ingeniería.

Este término desbloquea conceptos adyacentes rápido, así que funciona mejor cuando lo tratas como un punto de conexión y no como una definición aislada.

Handoff para IA

Handoff para IA

Usa este bloque compacto cuando quieras dar contexto sólido a un agente o asistente sin volcar toda la página.

Control Plane (control-plane)
Categoría: Protocolo Base
Definición: The gossip network that connects all nodes in a Solana cluster for metadata exchange, peer discovery, and protocol coordination. The control plane carries validator contact information, vote status, shred versions, epoch slots, and other protocol messages via the CRDS protocol. It operates separately from the data plane, which handles block data propagation.
Relacionados: Protocolo Gossip, Data Plane, Clúster
Glossary Copilot

Haz preguntas de Solana con contexto aterrizado sin salir del glosario.

Usa contexto del glosario, relaciones entre términos, modelos mentales y builder paths para recibir respuestas estructuradas en vez de output genérico.

Abrir workspace completa del Copilot
Explicar este código

Opcional: pega código Anchor, Solana o Rust para que el Copilot mapee primitivas de vuelta al glosario.

Haz una pregunta aterrizada en el glosario

Haz una pregunta aterrizada en el glosario

El Copilot responderá usando el término actual, conceptos relacionados, modelos mentales y el grafo alrededor del glosario.

Grafo conceptual

Ve el término como parte de una red, no como una definición aislada.

Estas ramas muestran qué conceptos toca este término directamente y qué existe una capa más allá de ellos.

Rama

Protocolo Gossip

A protocol used by validators to exchange metadata and discover peers without relying on a central server. Gossip propagates contact info, vote status, shred versions, epoch slots, and other protocol messages via CRDS. It does not carry transaction or block data—those use TPU and Turbine respectively.

Rama

Data Plane

The high-throughput multicast network used for propagating block data (shreds) and forwarding transactions between validators. The data plane uses Turbine for block propagation and QUIC for transaction submission, optimized for bandwidth and low latency. It operates independently from the control plane (gossip), which handles metadata and coordination.

Rama

Clúster

A set of validators working together to maintain a single Solana ledger. Solana operates three main clusters: mainnet-beta (production), devnet (development), and testnet (stress testing). Each cluster has its own genesis block, token supply, and independent validator set. Validators in a cluster discover each other via the gossip protocol.

Siguientes conceptos para explorar

Mantén la cadena de aprendizaje en movimiento en lugar de parar en una sola definición.

Estos son los siguientes conceptos que vale la pena abrir si quieres que este término tenga más sentido dentro de un workflow real de Solana.

Protocolo Base

Protocolo Gossip

A protocol used by validators to exchange metadata and discover peers without relying on a central server. Gossip propagates contact info, vote status, shred versions, epoch slots, and other protocol messages via CRDS. It does not carry transaction or block data—those use TPU and Turbine respectively.

Protocolo Base

Data Plane

The high-throughput multicast network used for propagating block data (shreds) and forwarding transactions between validators. The data plane uses Turbine for block propagation and QUIC for transaction submission, optimized for bandwidth and low latency. It operates independently from the control plane (gossip), which handles metadata and coordination.

Protocolo Base

Clúster

A set of validators working together to maintain a single Solana ledger. Solana operates three main clusters: mainnet-beta (production), devnet (development), and testnet (stress testing). Each cluster has its own genesis block, token supply, and independent validator set. Validators in a cluster discover each other via the gossip protocol.

Protocolo Base

Core BPF Programs

An initiative to migrate Solana's native programs (System Program, Stake Program, Vote Program, and others currently compiled into the validator binary) to BPF/SBF bytecode deployed on-chain. This migration enables these core programs to be upgraded via feature gates and governance without requiring validator software releases, improving protocol agility. The programs maintain the same addresses and interfaces while gaining the upgradeability of standard on-chain programs.

Comúnmente confundido con

Términos cercanos en vocabulario, acrónimo o vecindad conceptual.

Estas entradas son fáciles de mezclar cuando lees rápido, haces prompting a un LLM o estás entrando en una nueva capa de Solana.

Protocolo Basedata-plane

Data Plane

The high-throughput multicast network used for propagating block data (shreds) and forwarding transactions between validators. The data plane uses Turbine for block propagation and QUIC for transaction submission, optimized for bandwidth and low latency. It operates independently from the control plane (gossip), which handles metadata and coordination.

Términos relacionados

Sigue los conceptos que realmente le dan contexto a este término.

Las entradas del glosario se vuelven útiles cuando están conectadas. Estos enlaces son el camino más corto hacia ideas adyacentes.

Protocolo Basegossip

Protocolo Gossip

A protocol used by validators to exchange metadata and discover peers without relying on a central server. Gossip propagates contact info, vote status, shred versions, epoch slots, and other protocol messages via CRDS. It does not carry transaction or block data—those use TPU and Turbine respectively.

Protocolo Basedata-plane

Data Plane

The high-throughput multicast network used for propagating block data (shreds) and forwarding transactions between validators. The data plane uses Turbine for block propagation and QUIC for transaction submission, optimized for bandwidth and low latency. It operates independently from the control plane (gossip), which handles metadata and coordination.

Protocolo Basecluster

Clúster

A set of validators working together to maintain a single Solana ledger. Solana operates three main clusters: mainnet-beta (production), devnet (development), and testnet (stress testing). Each cluster has its own genesis block, token supply, and independent validator set. Validators in a cluster discover each other via the gossip protocol.

Más en la categoría

Quédate en la misma capa y sigue construyendo contexto.

Estas entradas viven junto al término actual y ayudan a que la página se sienta parte de un grafo de conocimiento más amplio en lugar de un callejón sin salida.

Protocolo Base

Prueba de Historia (PoH)

A clock mechanism that cryptographically proves the passage of time between events. PoH uses a sequential SHA-256 hash chain where each output becomes the next input, creating a verifiable ordering of events without requiring consensus. The leader produces ~400,000 hashes per slot (~400ms), and any validator can verify the sequence in parallel, enabling Solana's high throughput by removing the need for validators to agree on time.

Protocolo Base

Tower BFT

Solana's custom BFT consensus algorithm built on top of Proof of History. Tower BFT uses PoH as a clock to reduce communication overhead in traditional PBFT from O(n²) to O(n). Validators vote on forks with exponentially increasing lockout periods—each consecutive vote doubles the lockout, making rollbacks progressively more expensive. A fork is finalized when it reaches supermajority (66.7%+ of stake).

Protocolo Base

Slot

A time window during which a designated leader validator can produce a block. Each slot lasts approximately 400 milliseconds. Slots are numbered sequentially from genesis and grouped into epochs of 432,000 slots (~2-3 days). Not every slot produces a block—a skipped slot means the leader was offline or too slow.

Protocolo Base

Bloque

A set of entries produced by a leader during a single slot. A block contains transactions bundled into entries, each with a PoH hash proving ordering. Blocks are broken into shreds for network propagation via Turbine. Maximum block size is limited by compute units (48M CU cap per block) rather than byte size.