Web3 Social

Redes sociais descentralizadas.

Conteúdo pendente de tradução. Exibindo a versão em inglês.

Unlike Web2 platforms (Twitter, Facebook), Web3 social networks (like Lens or Farcaster) are permissionless and censorship-resistant. Your followers and content belong to you, not the platform.

        graph LR
  Center["Web3 Social"]:::main
  Rel_lens_protocol["lens-protocol"]:::related -.-> Center
  click Rel_lens_protocol "/terms/lens-protocol"
  Rel_decentralized_social_network["decentralized-social-network"]:::related -.-> Center
  click Rel_decentralized_social_network "/terms/decentralized-social-network"
  Rel_on_chain_identity_management["on-chain-identity-management"]:::related -.-> Center
  click Rel_on_chain_identity_management "/terms/on-chain-identity-management"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explique como se eu tivesse 5 anos

Imagine you're calling your friend and you say 'Hi!'. [Latency](/pt/terms/latency) is the time it takes for your friend to actually hear you. If you were on the Moon, the latency would be about 1.3 seconds because light takes that long to travel the distance.

🤓 Expert Deep Dive

Technically, network [latency](/pt/terms/network-latency) is the sum of four components: 1. Propagation delay (Speed of light in the medium). 2. Transmission delay (Time to push bits onto the wire). 3. Queuing delay (Time spent waiting in router buffers). 4. Processing delay (Time for hardware to read headers). A major issue in modern networks is 'Bufferbloat', where oversized buffers in routers increase queuing delay unnecessarily. In the world of Finance, 'Ultra-Low Latency' (ULL) systems minimize processing delay using FPGA hardware and bypass the standard OS network stack (Kernel Bypass) to shave nanoseconds off trade execution times.

📚 Fontes