Question #51

Which three statements about MAC addresses are correct? (Choose three.)
A
To communicate with other devices on a network, a network device must have a unique MAC address
B
The MAC address is also referred to as the IP address
C
The MAC address of a device must be configured in the Cisco IOS CLI by a user with administrative privileges
D
A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware
E
An example of a MAC address is 0A:26:B8:D6:65:90
F
A MAC address contains two main components, the first of which identifies the network on which the host resides and the second of which uniquely identifies the host on the network
English
This question tests your fundamental understanding of Media Access Control (MAC) addresses, which are crucial for network communication at the data link layer. Let's break down each option to understand why it's correct or incorrect. ### What is a MAC Address? A **MAC Address** (Media Access Control Address) is a unique identifier assigned to Network Interface Cards (NICs) for communications at the data link layer of a network segment. Think of it as the physical address or serial number of your computer's network card. It's used for local network communication (within the same network segment) to identify a specific device. MAC addresses are typically 48 bits long and are represented as 12 hexadecimal digits (0-9, A-F), often grouped in pairs separated by hyphens or colons (e.g., `00-1A-2B-3C-4D-5E` or `00:1A:2B:3C:4D:5E`). ### Analyzing Each Option: Let's go through each statement: 1. **"To communicate with other devices on a network, a network device must have a unique MAC address"** * **Analysis:** This statement is **CORRECT**. * **Explanation:** For devices to communicate directly on a local network segment (like all computers connected to the same switch), they need a way to uniquely identify each other. The MAC address serves this purpose. If two devices had the same MAC address on the same local network, there would be conflicts, and communication wouldn't work correctly. This uniqueness ensures that data frames (the data link layer's unit of data) are delivered to the intended recipient on the local segment. 2. **"The MAC address is also referred to as the IP address"** * **Analysis:** This statement is **INCORRECT**. * **Explanation:** MAC addresses and **IP addresses** (Internet Protocol addresses) are distinctly different. * **MAC Address:** Operates at Layer 2 (Data Link Layer) of the OSI model. It's a physical, burned-in address used for local network communication. It doesn't change when a device moves to a different network. * **IP Address:** Operates at Layer 3 (Network Layer) of the OSI model. It's a logical address used for end-to-end communication across different networks (the internet). It *does* change when a device moves to a different network (or if assigned by a DHCP server). * They work together but are not interchangeable. Think of a MAC address as your house's physical street address and an IP address as a phone number that can route calls globally. 3. **"The MAC address of a device must be configured in the Cisco IOS CLI by a user with administrative privileges"** * **Analysis:** This statement is **INCORRECT**. * **Explanation:** A MAC address is typically **burned into the firmware** of the Network Interface Card (NIC) during manufacturing. It's a hardware address and is generally not user-configurable, especially not via the **Cisco IOS CLI** (Cisco Internetwork Operating System Command Line Interface). While some advanced network devices might allow you to *change* or *spoof* a MAC address for specific purposes (like security or virtualization), this is an exception and not a standard configuration requirement for normal device operation. For most end-devices and even many network devices, the MAC address is fixed. 4. **"A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware"** * **Analysis:** This statement is **CORRECT**. * **Explanation:** A 48-bit MAC address is divided into two main parts: * **Organizationally Unique Identifier (OUI):** The first 24 bits (the first six hexadecimal digits, e.g., `0A:26:B8` in `0A:26:B8:D6:65:90`). This part is assigned by the IEEE (Institute of Electrical and Electronics Engineers) to the manufacturer of the network device. Each manufacturer gets a unique OUI. * **Vendor Assigned Identifier (VAI) / NIC Specific:** The last 24 bits (the last six hexadecimal digits, e.g., `D6:65:90` in `0A:26:B8:D6:65:90`). This part is assigned by the manufacturer to uniquely identify each specific network card they produce. * This two-part structure ensures global uniqueness while allowing manufacturers to manage their own address space. 5. **"An example of a MAC address is 0A:26:B8:D6:65:90"** * **Analysis:** This statement is **CORRECT**. * **Explanation:** This format (12 hexadecimal digits grouped in pairs separated by colons) is a standard and common representation of a MAC address. Each pair represents one byte (8 bits) of the 48-bit address. Other common formats include hyphens (e.g., `0A-26-B8-D6-65-90`) or dots (e.g., `0A26.B8D6.6590`, often seen in Cisco output). The key is the 12 hexadecimal digits. 6. **"A MAC address contains two main components, the first of which identifies the network on which the host resides and the second of which uniquely identifies the host on the network"** * **Analysis:** This statement is **INCORRECT**. * **Explanation:** This description is actually for an **IP address**, not a MAC address. * **IP Address (e.g., IPv4):** Consists of a **Network ID** (identifies the specific network) and a **Host ID** (identifies a unique device within that network). * **MAC Address:** As explained in point 4, its components are the OUI (manufacturer identifier) and the Vendor Assigned Identifier (unique hardware identifier), not network and host IDs. MAC addresses are local; they don't carry information about which *network* a host resides on in the broader internet sense. ### Correct Answers Summarized: Based on the analysis, the three correct statements are: * **To communicate with other devices on a network, a network device must have a unique MAC address** * **A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware** * **An example of a MAC address is 0A:26:B8:D6:65:90** Understanding MAC addresses is fundamental for anyone working with networks, as they are essential for local data delivery and form the basis for many higher-layer network protocols.
日本語
Ciscoの技術スペシャリストとして、CCNA試験の重要なテーマである「MACアドレス」について解説します。 ネットワークの世界に足を踏み入れたばかりの方でも理解できるように、身近な例えを交えながら進めていきましょう。 --- # CCNA 試験問題解説:MACアドレスの性質 ## 1. 問題の概要 この問題は、ネットワークデバイスが通信する際に不可欠な「MACアドレス」の基本的な特徴を問うものです。6つの選択肢の中から、正しいものを3つ選ぶ必要があります。 ## 2. 正解の解説 まず、正解となる3つの選択肢を詳しく見ていきましょう。 ### ① ネットワーク上の他のデバイスと通信するためには、デバイスは一意の(ユニークな)MACアドレスを持つ必要がある * **解説:** ネットワーク内でデータを送る際、「誰から誰へ」を特定しなければなりません。もし同じMACアドレスが複数存在すると、データが誰に届くべきか分からなくなってしまいます。 * **例え:** これは「学籍番号」や「マイナンバー」のようなものです。同じ番号の人が二人いたら混乱しますよね。 ### ② MACアドレスは2つの主要な構成要素で成り立っており、前半はハードウェア製造元を識別し、後半はハードウェアを個別に識別する * **解説:** MACアドレスは48ビット(16進数12桁)で構成されています。 * **前半24ビット(6桁):** **OUI** と呼ばれ、メーカー(Cisco、Apple、Intelなど)ごとに割り当てられています。 * **後半24ビット(6桁):** メーカーが各製品に付ける固有のシリアル番号です。 * **例え:** 電話番号の「市外局番(場所)」と「個別番号」のような役割分担があるイメージです。 ### ③ MACアドレスの例として「0A:26:B8:D6:65:90」がある * **解説:** MACアドレスは「0〜9」と「A〜F」の数字・文字(16進数)を使って表現されます。この選択肢の形式は、正しいMACアドレスの表記ルールに従っています。 --- ## 3. 不正解の解説 なぜ他の選択肢が間違っているのかを理解することで、知識がより深まります。 * **×「MACアドレスはIPアドレスとも呼ばれる」** * **理由:** MACアドレスとIPアドレスは全く別物です。MACアドレスは「物理的な身分証」、IPアドレスは「論理的な住所」です。 * **×「MACアドレスは管理権限を持つユーザーがCisco IOS CLIで設定しなければならない」** * **理由:** MACアドレスは、製造時にネットワークカード(NIC)に焼き付けられています(BIA: Burned-In Addressと言います)。基本的には、ユーザーが設定しなくても最初から持っているものです。 * **×「MACアドレスの構成要素は、前半がホストの属するネットワークを識別し、後半がネットワーク上のホストを識別する」** * **理由:** これは「IPアドレス(ネットワーク部とホスト部)」の説明です。MACアドレスは場所(ネットワーク)を示す情報は持っていません。 --- ## 4. 専門用語のまとめ(初心者向け) 解説に登場した重要な用語を整理しましょう。 | 用語 | 読み方 | 説明 | | :--- | :--- | :--- | | **MACアドレス** | マック・アドレス | 通信機器(LANカードなど)に割り当てられた世界で唯一の物理番号。 | | **NIC** | ニック | Network Interface Cardの略。パソコンなどをネットワークに繋ぐための部品。 | | **OUI** | オー・ユー・アイ | Organizationally Unique Identifier。MACアドレスの前半部分で、メーカーを特定するコード。 | | **16進数** | じゅうろくしんすう | 0〜9の数字に加え、A〜F(10〜15に対応)を使って数を数える方法。 | | **OSI参照モデル** | オーエスアイさんしょうモデル | 通信機能を階層分けしたモデル。MACアドレスは「第2層(データリンク層)」で使われます。 | --- ## 5. まとめ:学習のアドバイス MACアドレスについて覚えるべきポイントは3つだけです! 1. **「物理的な名前」** である(世界に1つだけ)。 2. **「メーカー番号 + 製造番号」** のセットでできている。 3. **「16進数」** で書かれている。 この基本を押さえておけば、CCNA試験のMACアドレスに関する問題は怖くありません。頑張りましょう!
繁體中文
你好!我是 Cisco 的技術專家。很高興能為你解析這道 CCNA 考題。對於剛接觸網路的朋友來說,理解 **MAC 位址 (MAC Address)** 是非常關鍵的第一步。 我們可以把 MAC 位址想像成電腦的「身分證字號」,它是出廠時就刻在硬體上的,全世界獨一無二。接下來,我們透過解析這道題目,深入淺出地學習 MAC 位址的特性。 --- ### 📝 題目解析 **題目:關於 MAC 位址,哪三個描述是正確的?(請選擇三項)** #### 選項分析: 1. ✅ **為了與網路上的其他設備通訊,網路設備必須具有唯一的 MAC 位址 (To communicate with other devices on a network, a network device must have a unique MAC address)** * **解析:** 在區域網路(LAN)中,資料包要送到正確的設備,靠的就是 MAC 位址。如果兩台設備位址一樣,網路會產生衝突,就像一個班級有兩個同學的身分證字號完全相同,老師發考卷時就會搞錯人。 2. ❌ **MAC 位址也被稱為 IP 位址 (The MAC address is also referred to as the IP address)** * **解析:** 這是錯誤的。**MAC 位址**是「物理位址」(二層),跟著硬體走;**IP 位址**是「邏輯位址」(三層),跟著網路環境走。兩者層次不同,不能混為一談。 3. ❌ **設備的 MAC 位址必須由具有管理權限的使用者在 Cisco IOS CLI 中設定 (The MAC address of a device must be configured in the Cisco IOS CLI by a user with administrative privileges)** * **解析:** 錯誤。MAC 位址通常是**燒錄 (Burned-in)** 在網路卡(NIC)硬體裡的,設備開機就能使用,不需要管理員手動去設定(雖然可以透過軟體修改,但那不是「必須」的步驟)。 4. ✅ **MAC 位址包含兩個主要部分,第一部分識別硬體製造商,第二部分唯一識別該硬體 (A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware)** * **解析:** 正確。MAC 位址由 48 個位元組成。 * 前 24 位元:稱為 **OUI**,代表製造商(例如 Apple, Cisco, Intel)。 * 後 24 位元:是製造商分配給該設備的專屬序號。 5. ✅ **MAC 位址的一個範例是 0A:26:B8:D6:65:90 (An example of a MAC address is 0A:26:B8:D6:65:90)** * **解析:** 正確。MAC 位址是由 12 個十六進位數字組成(0-9 以及 A-F)。這個範例符合格式規範。 6. ❌ **MAC 位址包含兩個主要部分,第一部分識別主機所在的網路,第二部分唯一識別網路上的主機 (A MAC address contains two main components, the first of which identifies the network... and the second... identifies the host...)** * **解析:** 錯誤。這個描述是在講 **IP 位址**(Network ID + Host ID),不是 MAC 位址。 --- ### 💡 專業名詞解說 為了讓你更像專業的網路人,這裡補充幾個考題中涉及的專有名詞: 1. **MAC 位址 (Media Access Control Address):** 直譯為「媒體存取控制位址」。它是嵌入在網路卡(NIC)中的硬體地址,用於在 OSI 模型的第二層(資料連結層)進行通訊。 2. **OSI 模型第二層 (Layer 2 - Data Link Layer):** 網路通訊的分層模型。MAC 位址運作在這一層,負責點對點的資料傳輸。 3. **OUI (Organizationally Unique Identifier):** 「組織唯一識別碼」。這是 MAC 位址的前 24 位元(前 3 組數字),由 IEEE 協會分配給全球各個硬體廠商。 4. **十六進位 (Hexadecimal):** 一種進位計數法,使用數字 0-9 和字母 A-F(代表 10-15)。MAC 位址固定使用這種格式呈現。 5. **NIC (Network Interface Card):** 「網路介面卡」,也就是我們俗稱的「網路卡」。每張網卡在出廠時都會被賦予一個唯一的 MAC 位址。 --- ### 🚀 總結 這題的核心在於區分 **MAC 位址(身分證)**與 **IP 位址(住址)** 的不同。 * **MAC 位址:** 唯一、燒錄在硬體、格式是十六進位、前段是廠商代碼、後段是序號。 * **IP 位址:** 根據網路位置改變、格式通常是十進位、前段是網路位址、後段是主機位址。 希望這個解析能幫助你更輕鬆地掌握 CCNA 的基礎知識!如果有任何問題,歡迎隨時提問。加油!
简体中文
你好!我是 Cisco 的技术专家。很高兴能为你解析这道 CCNA(思科认证网络工程师)的经典考题。 对于刚接触网络的朋友来说,**MAC 地址**(物理地址)和 **IP 地址**(逻辑地址)是最容易混淆的概念。这道题目的目的就是考察你是否真正理解了 MAC 地址的定义、结构和用途。 --- ### 考题解析 **题目:关于 MAC 地址,哪三项描述是正确的?(选择三项)** #### 正确选项分析: 1. **To communicate with other devices on a network, a network device must have a unique MAC address** * **解析:** 在局域网(LAN)的二层通信中,设备是靠 MAC 地址来“认人”的。就像每个人都有一个唯一的身份证号,网络设备在出厂时也被赋予了一个全球唯一的 MAC 地址。如果没有这个地址,数据包在局域网内就找不到目标设备。 2. **A MAC address contains two main components, the first of which identifies the manufacturer of the hardware and the second of which uniquely identifies the hardware** * **解析:** MAC 地址总共 48 位。前 24 位叫做 **OUI**(厂商识别码),由 IEEE 组织分配给各大厂商(如 Cisco, Apple, Intel 等);后 24 位是由厂商自己分配的设备序列号。这种结构确保了全球范围内的唯一性。 3. **An example of a MAC address is 0A:26:B8:D6:65:90** * **解析:** 这是一个标准的 MAC 地址书写格式。MAC 地址是由 12 个**十六进制**数字组成的(每两个一组,共六组),通常用冒号(:)或破折号(-)隔开。 --- #### 错误选项分析: * **The MAC address is also referred to as the IP address** * **错误原因:** MAC 地址和 IP 地址是完全不同的概念。MAC 地址是“物理地址”(像身份证,基本不变),IP 地址是“逻辑地址”(像收件地址,会随网络环境变化)。 * **The MAC address of a device must be configured in the Cisco IOS CLI by a user with administrative privileges** * **错误原因:** MAC 地址通常是“烧录”在网卡硬件里的,不需要管理员手动配置。虽然现代技术可以“修改/欺骗”MAC 地址,但它的本质是硬件自带的。 * **A MAC address contains two main components, the first of which identifies the network on which the host resides and the second of which uniquely identifies the host on the network** * **错误原因:** 这个描述其实是在描述 **IP 地址**。IP 地址分为“网络部分”和“主机部分”,而 MAC 地址不包含任何关于网络位置的信息。 --- ### 核心知识点总结 为了方便你记忆,我们可以把 MAC 地址想象成一张**“出厂铭牌”**: * **唯一性:** 全球唯一,不能重复。 * **长度:** 48 位(bit),即 6 个字节。 * **格式:** 十六进制显示。 * **层级:** 工作在 OSI 模型的**第二层(数据链路层)**。 --- ### 专业名词说明 为了帮助你打好基础,这里列出了考题中涉及的专业术语: 1. **MAC 地址 (Media Access Control Address):** 介质访问控制地址。它是嵌入在网络接口卡(NIC)中的硬件地址。 2. **OUI (Organizationally Unique Identifier):** 组织唯一标识符。MAC 地址的前 24 位,用来标识生产这台设备的厂家。 3. **十六进制 (Hexadecimal):** 一种逢 16 进 1 的进位制。使用数字 0-9 和字母 A-F 表示(A 代表 10,F 代表 15)。 4. **NIC (Network Interface Card):** 网络适配器,俗称“网卡”。每张网卡都有一个唯一的 MAC 地址。 5. **Cisco IOS CLI (Command Line Interface):** 思科操作系统的命令行界面。管理员通常在这里输入命令来配置交换机或路由器。 6. **OSI 模型 (Open Systems Interconnection model):** 开放式系统互联模型。网络通信的标准化框架,共分为七层。MAC 地址位于第二层(数据链路层),IP 地址位于第三层(网络层)。 希望这个解析能帮你更好地掌握 MAC 地址的知识!如果还有任何疑问,欢迎随时提问。加油,未来的网络工程师!