0% found this document useful (0 votes)
42 views16 pages

Network Quiz Questions and Answers

The document contains a series of quiz questions and answers related to networking concepts, including routing, VLANs, and protocols. Each question is accompanied by the correct answer and an explanation to clarify the concepts. The content is structured in a multiple-choice format, covering various technical aspects relevant to network engineers.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views16 pages

Network Quiz Questions and Answers

The document contains a series of quiz questions and answers related to networking concepts, including routing, VLANs, and protocols. Each question is accompanied by the correct answer and an explanation to clarify the concepts. The content is structured in a multiple-choice format, covering various technical aspects relevant to network engineers.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

**Quiz Question and Answer:**

**Question 1/60:**

Specific routes can be summarized into a summary route only when they have the same next-hop
address.

- [ ] True

- [ ] False

**Correct Answer:** True

**Question 2/60:**

To prevent out-of-order packets, it is recommended that Eth-Trunk use flow-based load balancing.

- ○ True

- ○ False

**Correct Answer:** True

**Question 3/60:**

AAA is short for authentication, authorization, and application.

- [ ] True

- [x] False

**Correct Answer:** False

**Explanation:**

AAA stands for **Authentication, Authorization, and Accounting**, not "application."

**Question 4/60:**

In the WLAN network architecture, ACS can be connected in in-path or off-path mode.
- [ ] True

- [ ] False

**Correct Answer:** True

**Explanation:**

In WLAN (Wireless Local Area Network) architectures, an **ACS (Access Control Server)** can indeed
be deployed in either:

- **In-path mode**: Directly inline with data traffic for real-time processing.

- **Off-path mode**: Connected indirectly (e.g., via separate interfaces) for management purposes.

**Question 5/60:**

Switches can implement communication between homogeneous networks or communication


between heterogeneous networks and isolate broadcast domains.

- [ ] True

- [x] False

**Correct Answer:** False

**Explanation:**

- **Switches** operate at Layer 2 (Data Link Layer) and primarily facilitate communication within the
**same broadcast domain** (homogeneous networks). They **isolate collision domains** but do
not inherently isolate **broadcast domains** (unless VLANs are configured).

- **Communication between heterogeneous networks** (e.g., different subnets or protocols)


requires **Layer 3 devices like routers**, not switches alone.

**Question 6/60:**

A hybrid port on a switch can connect to either a user host or a port on another switch.

- [x] True

- [ ] False
**Correct Answer:** True

**Explanation:**

- A **hybrid port** on a switch is versatile and can be configured to:

- Connect to **end-user devices** (e.g., PCs, printers) while tagging or untagging VLAN traffic.

- Connect to **other switches** (e.g., trunk links) to pass multiple VLANs.

- Unlike **access ports** (host-only) or **trunk ports** (switch-to-switch), hybrid ports support
**both scenarios** through flexible VLAN tagging settings.

**Question 7/60:**

When a static route is configured on a router, the specified next-hop address must be an address on
the directly connected network.

- [ ] True

- [x] False

**Correct Answer:** False

**Explanation:**

- Static routes can specify a **next-hop IP address** that is either:

- **Directly connected** (on the same subnet as one of the router's interfaces).

- **Non-directly connected** (reachable via another router, requiring recursive lookup).

- The statement is false because the next-hop address **does not** strictly need to be on a directly
connected network.

**Question 8/60:**

The PVID of a trunk port on a switch may not be the ID of a VLAN that is allowed for the port.

- [x] True

- [ ] False

**Correct Answer:** True


**Explanation:**

- **PVID (Port VLAN ID)** defines the default VLAN for untagged frames on a port.

- On a **trunk port**, the PVID can be set to a VLAN that is **not** included in the list of allowed
VLANs for that port. This configuration is uncommon but technically possible.

- Typically, best practice is to ensure the PVID matches an allowed VLAN, but the statement
highlights a valid exception.

## **Question 11/60 (Multiple Choice - Single Answer)**

**Question:** IPv6 addresses can be classified into three types based on IPv6 address prefixes.
Which of the following is **not** an IPv6 address type?

- **A. Multicast address**

- **B. Anycast address**

- **C. Unicast address**

- **D. Broadcast address**

✅ **Correct Answer: D (Broadcast address)**

**Explanation:**

- IPv6 address types include **Unicast**, **Multicast**, and **Anycast**.

- **Broadcast** does **not** exist in IPv6; it is replaced by **Multicast** (e.g., `FF02::1` for all
nodes).

---

### **Question 12/60 (Multiple Choice - Single Answer)**

**Question:** The MAC address table of a switch is as follows:

```

00-01-02-03-04-AA G0/0/1

00-01-02-03-04-CC G0/0/3
```

A data frame with the destination MAC address **00-01-02-03-04-BB** is received on **G0/0/1**,
and another data frame with the destination MAC address **00-01-02-03-04-CC** is received on
**G0/0/3**. How does the switch process the two data frames?

- **A. Floods the first frame and forwards the second frame.**

- **B. Forwards the first frame and discards the second frame.**

- **C. Forwards the first frame and floods the second frame.**

- **D. Floods the first frame and discards the second frame.**

✅ **Correct Answer: D (Floods the first frame and discards the second frame.)**

**Explanation:**

1. **First Frame (00-01-02-03-04-BB):**

- The MAC **BB** is **not** in the table → **Flooded** out all ports (except G0/0/1).

2. **Second Frame (00-01-02-03-04-CC):**

- The MAC **CC** is in the table (G0/0/3), but the frame is received on the **same port**
(G0/0/3) → **Discarded** (loop prevention).

### **Question 13/60 (Multiple Choice - Single Answer)**

**Question:** Mastering the basic operations of the file system is crucial for network engineers to
efficiently manage the configuration files and VRP system files of devices. Which of the following
statements is **true** about these files?

- **A.** A PAF file effectively controls product features and resources. The common file name
extension is `.bin`.

- **B.** A patch file is a type of software compatible with the system software. The common file
name extension is `.zip`.

- **C.** System software is mandatory for device startup and running. The common file name
extension is `.cfg`.

- **D.** A configuration file stores configuration commands. The common file name extension is
`.cc`.
✅ **Correct Answer: A (A PAF file effectively controls product features and resources. The common
file name extension is .bin.)**

**Explanation:**

- **PAF (Product Authorization File)** files (`.bin`) manage licensed features and resources on
devices (e.g., Huawei VRP).

- **Patch files** typically use `.pat` (not `.zip`).

- **System software** uses `.bin` (not `.cfg`).

- **Configuration files** use `.cfg` or `.dat` (not `.cc`).

---

### **Question 14/60 (Multiple Choice - Single Answer)**

**Question:** What is the network ID for the IP address `[Link]/29`?

- **A.** [Link]

- **B.** [Link]

- **C.** [Link]

- **D.** [Link]

✅ **Correct Answer: C ([Link])**

**Explanation:**

- A `/29` subnet mask (`[Link]`) divides the last octet into 8-address blocks (e.g.,
`[Link]`–`[Link]`).

- The **network ID** is the first address in the block (`[Link]`).

---

### **Question 15/60 (Multiple Choice - Single Answer)**

**Question:** When a `ping` command is run on a network device to check connectivity, which type
of packet will be sent by the device?
- **A.** UDP

- **B.** TCP

- **C.** IGMP

- **D.** ICMP

✅ **Correct Answer: D (ICMP)**

**Explanation:**

- **Ping** uses **ICMP (Internet Control Message Protocol)** Echo Request/Reply packets to test
reachability.

- UDP/TCP are transport-layer protocols, and IGMP is for multicast management.

### **Question 16/60 (Multiple Choice - Single Answer)**

**Question:** Which is the most widely used VLAN assignment method?

- **A.** Interface-based VLAN assignment

- **B.** IP subnet-based VLAN assignment

- **C.** Protocol-based VLAN assignment

- **D.** MAC address-based VLAN assignment

✅ **Correct Answer: A (Interface-based VLAN assignment)**

**Explanation:**

- **Interface-based VLAN assignment** (port-based VLAN) is the **most common** method, where
VLAN membership is determined by the switch port to which a device is connected.

- Other methods (IP subnet, MAC address, or protocol-based) are less common and used for specific
scenarios.

---

### **Question 17/60 (Multiple Choice - Single Answer)**


**Question:** Refer to the following AAA configuration on a device. Which of the following
statements is **true**?

```

[R1-aaa] display this [V200R003C00]

aaa

authentication-scheme default

authorization-scheme default

accounting-scheme default

domain default

domain default_admin

local-user huawei password cipher %$%$m|GrHmJ1mL[7&zCh^XQBUII]%$%$

local-user huawei privilege level 0

local-user huawei service-type telnet

```

- **A.** The authentication mode is local authentication.

- **B.** The huawei user can log in to the device through SSH.

- **C.** The authorization scheme is default and the authorization mode is non-authorization.

- **D.** The huawei user can run the `display current-configuration` command.

✅ **Correct Answer: A (The authentication mode is local authentication.)**

**Explanation:**

- The configuration shows:

- **Local user "huawei"** is defined with a password and `service-type telnet`, confirming **local
authentication**.

- **SSH access is not enabled** (only Telnet is specified).

- **Privilege level 0** restricts the user to basic commands (cannot run `display current-
configuration`).

- The **default schemes** do not imply "non-authorization"; they use predefined settings.
---

**Navigation:** Arrow keys available to switch questions.

**Progress:** Questions 16-17 out of 60.

Here are the quiz questions and answers for questions 18 and 19:

---

### **Question 18/60 (Multiple Choice - Single Answer)**

**Question:** Which of the following packet types is used by OSPF to maintain neighbor
relationships?

- **A.** LSR (Link-State Request)

- **B.** DD (Database Description)

- **C.** Hello

- **D.** LSU (Link-State Update)

✅ **Correct Answer: C (Hello)**

**Explanation:**

- **Hello packets** are used by OSPF to **discover neighbors**, establish adjacencies, and maintain
ongoing relationships.

- Other OSPF packet types:

- **LSR/LSU**: Exchange routing information.

- **DD**: Summarize database contents during initialization.

---

### **Question 19/60 (Multiple Choice - Single Answer)**

**Question:** An IPv6 address is 128 bits long, represented by eight 16-bit hexadecimal groups
separated by colons (`:`). Which statement about IPv6 addresses is **false**?
- **A.** There may be ULA conflicts in a global scope.

- **B.** The IPv6 address with the prefix `FE80::/10` is a link-local address (LLA).

- **C.** Each IPv6 interface must have a unique local address (ULA).

- **D.** A global unicast address (GUA) is globally unique.

✅ **Correct Answer: C (Each IPv6 interface must have a unique local address (ULA).**

**Explanation:**

- **False Statement (C):** ULAs (Unique Local Addresses, `FC00::/7`) are **not mandatory**; they
are used for private addressing (similar to IPv4's RFC 1918).

- **True Statements:**

- **A:** ULAs *may* conflict if manually configured without uniqueness checks.

- **B:** `FE80::/10` addresses are **link-local** (non-routable, used for neighbor discovery).

- **D:** GUAs (`2000::/3`) are globally routable and unique.

---

Here is a consolidated list of all **multiple-choice questions** starting from **Question 20** to
**Question 35**, along with their **correct answers** and **explanations**:

---

### **Question 20**:

**Statement**: Which of the following statements about Fit AP+AC networking is true?

- **Options**:

- A. After a CAPWAP tunnel is established, keepalive packets detect tunnel status.

- **B. A data tunnel and a control tunnel are established between AC and Fit AP.**

- C. Tunnel forwarding reduces AC’s forwarding pressure.

- D. AP version can be upgraded via HTTP.

- **Correct Answer: B**

- **Explanation**: CAPWAP creates **two tunnels** (data + control) for management and traffic.
---

### **Question 21**:

**Statement**: Which route is used for destination [Link]?

- **Options**:

- **A. OSPF route [Link]/24 (Preference 10, Cost 200).**

- B. Static route [Link]/16 (Preference 5).

- C. Static route [Link]/22 (Preference 80).

- D. Both static routes (equal cost).

- **Correct Answer: A**

- **Explanation**: OSPF’s **longest prefix match (/24)** wins over less specific static routes.

---

### **Question 22**:

**Statement**: Which is not a valid RSTP port role?

- **Options**:

- A. Root port.

- B. Backup port.

- **C. Forwarding port.**

- D. Designated port.

- **Correct Answer: C**

- **Explanation**: "Forwarding" is a **state**, not a role. RSTP roles are Root, Designated,
Alternate, Backup.

---

### **TCP/IP Model Question**:

**Statement**: Layers from bottom to top?

- **Options**:

- A. OSI model (7 layers).


- B. Incorrect mix.

- **C. Physical → Data Link → Network → Transport → Application.**

- D. OSI model reversed.

- **Correct Answer: C**

- **Explanation**: TCP/IP uses 5 layers (simplified).

---

### **Question 24**:

**Statement**: What does `user-interface maximum-vty 7` on Huawei router do?

- **Options**:

- A. Limits serial port logins.

- B. Locks after 7 failed attempts.

- **C. Allows 7 concurrent Telnet/SSH logins.**

- D. Limits console logins.

- **Correct Answer: C**

- **Explanation**: VTY = Virtual Terminal (remote access like Telnet/SSH).

---

### **Question 25**:

**Statement**: Which statement about edge ports is false?

- **Options**:

- A. Edge ports don’t receive BPDUs normally.

- B. Edge port becomes STP port if BPDU received.

- **C. Edge ports take 15s to forward (false).**

- D. Edge ports connect to end devices.

- **Correct Answer: C**

- **Explanation**: Edge ports **skip delays** (immediate forwarding).

---
### **Question 26**:

**Statement**: Which is false about CAPWAP?

- **Options**:

- A. Tunnel forwarding uses CAPWAP.

- B. CAPWAP carries data + management traffic.

- C. CAPWAP maintains AP-AC connectivity.

- **D. CAPWAP is TCP-based (false).**

- **Correct Answer: D**

- **Explanation**: CAPWAP uses **UDP** (not TCP).

---

### **Question 27**:

**Statement**: What’s true about R1’s route to [Link]/24?

- **Options**:

- A. Only static route exists.

- B. OSPF route with next hop [Link].

- C. Both static and OSPF routes exist.

- **D. Only OSPF route exists (next hop [Link]).**

- **Correct Answer: D**

- **Explanation**: OSPF **overrides static routes** by default (lower AD).

---

### **Question 28**:

**Statement**: Which is false about PPP?

- **Options**:

- **A. PPP has 3 phases (false).**

- B. PAP sends plaintext passwords.

- C. Supports PAP/CHAP.
- D. LCP negotiates link parameters.

- **Correct Answer: A**

- **Explanation**: PPP has **2 phases** (LCP + NCP).

---

### **Question 29**:

**Statement**: Ethernet frame length range?

- **Options**:

- A. 46–1500 bytes.

- B. 64–1500 bytes.

- C. 46–1518 bytes.

- **D. 64–1518 bytes.**

- **Correct Answer: D**

- **Explanation**: Includes header (14B), payload (46–1500B), FCS (4B).

---

### **Question 30**:

**Statement**: Which is false about Python?

- **Options**:

- **A. // marks comments (false).**

- B. Methods need `self`.

- C. Modules lack `main()`.

- D. Classes group similar objects.

- **Correct Answer: A**

- **Explanation**: `//` is floor division; `#` marks comments.

---
### **Question 31**:

**Statement**: Which is false about NETCONF?

- **Options**:

- A. Supports rollback.

- B. Needs YANG support.

- C. YANG standardizes data.

- **D. Uses JSON/XML (false).**

- **Correct Answer: D**

- **Explanation**: NETCONF uses **XML only**.

---

### **Question 32**:

**Statement**: Which is not a NAT advantage?

- **Options**:

- A. Saves IPv4 addresses.

- B. Enables external access.

- C. Hides internal topology.

- **D. Provides flow control (false).**

- **Correct Answer: D**

- **Explanation**: Flow control requires QoS/firewalls.

---

### **Question 33**:

**Statement**: Which is false about STP BPDUs?

- **Options**:

- A. Configuration BPDU has bridge ID/cost.

- B. Types: Configuration + TCN.

- **C. All switches send BPDUs (false).**

- D. TCN BPDUs signal topology changes.


- **Correct Answer: C**

- **Explanation**: Only the **root switch** sends BPDUs post-stability.

---

### **Question 34**:

**Statement**: DHCP Discover message mode?

- **Options**:

- A. Unicast.

- B. Multicast.

- **C. Broadcast.**

- D. Anycast.

- **Correct Answer: C**

- **Explanation**: Client broadcasts to find DHCP servers.

---

### **Question 35**:

**Statement**: In stable OSPF Ethernet, which is true?

- **Options**:

- **A. Neighbor states are Full or 2-way.**

- B. All neighbors are Full.

- C. DR’s neighbors can be 2-way.

- D. Some routers stay 2-way.

- **Correct Answer: A**

- **Explanation**:

- **Full**: DR/BDR ↔ Others.

- **2-way**: Non-DR/BDR peers.

Common questions

Powered by AI

The PVID (Port VLAN ID) on a trunk port designates the default VLAN that untagged frames are associated with when they arrive on that port. Although it is possible to set the PVID to a VLAN that is not allowed on the port, this configuration serves specific scenarios where unintentional traffic should be directed to a fallback VLAN for organizational reasons. While typically the PVID should match allowed VLANs, setting it differently can aid in managing unexpected network scenarios .

Switches operate at Layer 2 (Data Link Layer) typically within the same broadcast domain and do not inherently isolate broadcast traffic. To separate broadcast domains, VLAN configuration is required, allowing a switch to segment a network logically at Layer 2. This capability distinguishes traffic within each VLAN, effectively creating isolated networks and managing broadcast scenarios .

Not every IPv6 interface having a Unique Local Address (ULA) presents challenges like potential address conflicts and an increased reliance on global addresses for local communication. ULAs are designed for internal networks, providing a consistent addressing scheme that avoids external exposure. Without mandated ULAs, networks may lack inherent privacy, and address management could become more complex without a guaranteed local namespace .

Specific routes can be summarized into a summary route only when they have the same next-hop address because summarization is about combining multiple specific routes into a single, broader route advertisement. This implies that all underlying routes should converge to a single outgoing path, represented by the same next-hop. This simplification is essential for effective route aggregation and efficient routing table management .

Hello packets are used by OSPF to discover neighbors, establish adjacencies, and maintain ongoing relationships. They differ from other OSPF packet types like LSR (Link-State Request), LSU (Link-State Update), and DD (Database Description) because those packets are used for the exchange of routing information and database synchronization, while Hello packets are specifically used for ongoing neighbor relationship management .

A static route can specify a next-hop IP address that is not on a directly connected network because it allows for more flexible and complex routing strategies. The router can determine the path to reach non-directly connected destinations through recursive lookups in the routing table. This approach supports comprehensive network designs where direct connections are not always feasible or optimal .

Flow-based load balancing is recommended for Eth-Trunk configurations to prevent out-of-order packet delivery, which can lead to degraded application performance and packet retransmission. Flow-based distribution ensures that packets of the same flow (identified by source/destination IP, port, etc.) always follow the same path, maintaining packet order and preserving the integrity of data streams .

In WLAN network architecture, using ACS (Access Control Server) in an in-path mode allows for real-time traffic processing as it is directly in the flow of data, enhancing immediate response and control capabilities. Conversely, off-path mode, where ACS is connected indirectly, is more suitable for management tasks and reduces the potential bottleneck effect. This setup allows the network to balance real-time demands with management efficiency .

IPv6 does not include a broadcast address type because it was replaced by multicast, which serves similar functions more efficiently. For instance, the multicast address FF02::1 targets all nodes on a link, effectively supplanting IPv4's broadcast with more controlled and specific communication, mitigating the extensive reach of broadcast traffic that can saturate networks .

A hybrid port on a switch is versatile because it can manage both user host connections and inter-switch trunk links. It allows VLAN tagging and untagging based on traffic type, providing flexible network design by supporting a wide range of VLAN traffic handling rules. Unlike access ports (limited to a single VLAN) or trunk ports (carrying multiple VLANs), hybrid ports adapt between both scenarios, making them adaptable to various networking needs .

You might also like