Skip to content

Instantly share code, notes, and snippets.

@salvatorecapolupo
Created February 28, 2026 14:51
Show Gist options
  • Select an option

  • Save salvatorecapolupo/c314865f2dc5ece1c556227c80ea942a to your computer and use it in GitHub Desktop.

Select an option

Save salvatorecapolupo/c314865f2dc5ece1c556227c80ea942a to your computer and use it in GitHub Desktop.

1. Architettura di Rete e Livello Fisico (L1)

  • Mezzi Trasmissivi:

  • TIA/EIA-568: Lo standard per il cablaggio strutturato in edifici commerciali (Cat 5e, 6, 6a, 7, 8).

  • ISO/IEC 11801: Lo standard internazionale equivalente per il cablaggio generico.

  • Ethernet Avanzato:

  • IEEE 802.3bz: 2.5G e 5G Ethernet su cavi Cat5e/6.

  • IEEE 802.3af/at/bt: Power over Ethernet (PoE/PoE+/PoE++).

2. Wireless LAN (Wi-Fi 6 e 7)

Questi standard definiscono l'evoluzione delle reti WLAN moderne.

  • IEEE 802.11ax (Wi-Fi 6/6E): Introduce OFDMA e Target Wake Time per gestire alta densità di dispositivi e la banda a 6GHz (6E).
  • IEEE 802.11be (Wi-Fi 7): Estrema velocità di trasmissione (EHT), Multi-Link Operation (MLO) e ampiezza di banda fino a 320 MHz.
  • IEEE 802.11i: Standard per la sicurezza (WPA2/WPA3).

3. Livello Collegamento (L2)

Fondamentale per la commutazione (Switching).

  • RFC 826 (ARP): Già presente, risoluzione indirizzi IP in MAC.
  • IEEE 802.1Q (VLAN): Tagging per reti virtuali.
  • IEEE 802.1D (STP): Spanning Tree Protocol (per evitare loop).
  • IEEE 802.1w (RSTP): Rapid Spanning Tree.
  • IEEE 802.3ad (LACP): Link Aggregation (unire più porte fisiche).

4. Livello Rete e Indirizzamento (L3)

Qui si inseriscono i piani di indirizzamento IPv4 e il routing.

  • RFC 791 (IPv4): Lo standard base.
  • RFC 1918: Indirizzamento privato (le classi 10.0.0.0, 172.16.0.0, 192.168.0.0).
  • RFC 4632 (CIDR): Classless Inter-Domain Routing (fondamentale per il subnetting moderno).
  • RFC 2131 (DHCP): Assegnazione dinamica degli indirizzi.
  • RFC 1631 (NAT): Network Address Translation.
  • RFC 792 (ICMP): Messaggi di controllo e diagnostica (ping).
  • IPv6: RFC 8200 (Il nuovo standard che sostituisce la RFC 2460).

Protocolli di Routing

  • RFC 2328 (OSPF v2): Routing dinamico Link-State per IPv4.
  • RFC 1058 / 2453 (RIP v1/v2): Routing Distance-Vector.
  • RFC 4271 (BGP): Il protocollo di routing che governa Internet.

5. Livello Trasporto (L4)

Gestione della comunicazione end-to-end.

  • RFC 793 (TCP): Connessione affidabile, controllo di flusso.
  • RFC 768 (UDP): Trasporto non orientato alla connessione (veloce).

6. Livello Applicazione (L7)

I servizi utilizzati dagli utenti e dagli amministratori.

  • RFC 1034 / 1035 (DNS): Risoluzione dei nomi.
  • RFC 2616 / 7230 (HTTP/1.1): Navigazione Web.
  • RFC 7540 (HTTP/2) & RFC 9114 (HTTP/3): Standard moderni basati su QUIC.
  • RFC 4251 (SSH): Accesso remoto sicuro.
  • RFC 5321 (SMTP): Invio email.
  • RFC 1122 / 1123: Requisiti generali per host Internet (fondamentali per la compatibilità).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment