Back to CCNA 200-301

CCNA 200-301 · Cheat Sheet

Network Fundamentals (20%)

Tip: Use your browser's print function (Ctrl+P / Cmd+P) to save as PDF for offline study.

CCNA 200-301: Network Fundamentals (20%) — Cheat Sheet

OSI Model & TCP/IP Stack

|-------|----------|--------|-----|----------------|

Key: Each layer adds header = encapsulation; remove on receive = decapsulation.

---

IPv4 Addressing & Subnetting (MOST CRITICAL)

Binary-to-Decimal & Decimal-to-Binary

  • Powers of 2: 128, 64, 32, 16, 8, 4, 2, 1 (left-to-right)
  • Each octet: 0–255

Subnet Mask to CIDR (Block-Size Method)

|------|------|-----------|---|

Block-Size Formula: 256 ÷ (256 − last octet of mask) = block size

Subnet Calculation:

  • Increment address by block size
  • First subnet = network; last = broadcast
  • Usable host range = network + 1 to broadcast − 1

Wildcard Mask

  • Inverse of subnet: 255.255.255.0 subnet = 0.0.0.255 wildcard
  • Used in: ACLs, OSPF network statements, route filtering

IPv4 Address Classes (Reference Only — Deprecated)

|-------|-------|--------------|---|

---

TCP vs. UDP

|---------|-----|-----|

TCP Three-Way Handshake:

  • Client → Server: SYN (seq=x)
  • Server → Client: SYN-ACK (seq=y, ack=x+1)
  • Client → Server: ACK (seq=x+1, ack=y+1)
  • ---

    Common Ports & Protocols

    |---------|----------|-----------|

    ---

    Switching Fundamentals

    MAC Learning & Forwarding

    • CAM Table: Switches store MAC → port mappings (source MAC learned on ingress)
    • Forwarding Logic:
    - Known unicast: forward to learned port - Unknown unicast: flood all ports except ingress - Broadcast/multicast: flood all ports except ingress - Implicit deny: if not learned, drop

    Duplex Modes

    |------|-------------|-----------|
    LayerOSI NameTCP/IPPDUKey Protocols
    7ApplicationApplicationDataHTTP, HTTPS, DNS, DHCP, Telnet, SSH, FTP, TFTP
    6PresentationDataEncryption, compression, translation
    5SessionDataSession management, dialogue control
    4TransportTransportSegmentTCP, UDP
    3NetworkInternetPacketIP (v4/v6), ICMP, IGMP
    2Data LinkLinkFrameEthernet, 802.1Q, MAC, ARP
    1PhysicalBitCopper, fiber, RJ-45, SFP
    MaskCIDRBlock SizeHosts/Subnet
    255.255.255.0/24256254
    255.255.255.128/25128126
    255.255.255.192/266462
    255.255.255.224/273230
    255.255.255.240/281614
    255.255.255.248/2986
    255.255.255.252/3042
    255.255.255.0/24256254
    ClassRangeDefault MaskPrivate Range
    A1–126.x.x.x/810.0.0.0/8
    B128–191.x.x/16172.16.0.0/12
    C192–223.x.x/24192.168.0.0/16
    FeatureTCPUDP
    Connection3-way handshake (SYN, SYN-ACK, ACK)Connectionless
    ReliabilityGuaranteed delivery; retransmissionBest effort (lossy)
    OrderingIn-order deliveryNo order guarantee
    SpeedSlower (overhead)Fast
    Flow ControlWindowing (sliding window)None
    Use CasesHTTP, HTTPS, SSH, FTP, SMTP, DNS (zone transfer)DNS queries, DHCP, NTP, TFTP, SNMP, VoIP
    Port Examples80, 443, 22, 21, 25, 5353, 67, 68, 69, 123, 161
    Port(s)ProtocolTransport
    20, 21FTPTCP
    22SSHTCP
    23TelnetTCP
    25SMTPTCP
    53DNSTCP/UDP
    67, 68DHCPUDP
    69TFTPUDP
    80HTTPTCP
    110POP3TCP
    123NTPUDP
    143IMAPTCP
    161SNMP Get/InformUDP
    162SNMP TrapUDP
    443HTTPSTCP
    ModeDescriptionCollision
    Half-duplexSend *or* receive (not both)Can collide (CSMA/CD)
    Full-duplexSend *and* receive simultaneously

    Aligned to the Cisco CCNA 200-301 exam topics.

    Make this cheat sheet yours

    Personalize this sheet — focus it however you study, or build one from the exact questions you keep getting wrong.

    Sign up free to create a personalized cheat sheet.