Skip to content

Instantly share code, notes, and snippets.

@biwakonbu
Last active September 9, 2024 09:45
Show Gist options
  • Save biwakonbu/7222c0916555e37aa5003286ff82b055 to your computer and use it in GitHub Desktop.
Save biwakonbu/7222c0916555e37aa5003286ff82b055 to your computer and use it in GitHub Desktop.
Web技術の概念学習チェック

WEB 技術の概念

  1. ネットワークとは
    1. WEB との違い
    2. TCP/IP の理解
      1. 基本用語を理解しているか?
        1. IP アドレス
        2. ポート番号
        3. プロトコル
        4. ウェルノウンポート (System Port | privileged port | well-known port)
        5. パケット
        6. TCP / UDP
        7. LAN / WAN
        8. DNS
      2. IP アドレスの構成
        1. IPv4 / IPv6
        2. CIDR
        3. サブネットマスク
        4. ネットワークアドレス
        5. ブロードキャストアドレス
        6. クラス A / B / C
      3. IPv4 アドレスの計算
        1. ビット演算
        2. サブネットとホスト数
        3. ネットワークアドレスとブロードキャストアドレス
        4. ネットワークの分割
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment