Tüm alıştırma soruları
2237 soru
A network architect is implementing a Variable Length Subnet Mask (VLSM) allocation starting at the beginning of the address block for an industrial facility. The design requires three consecutive subnets allocated sequentially in descending order of size:
1. Subnet A (Industrial Controllers): Minimum of usable host IP addresses
2. Subnet B (HMI Touch Panels): Minimum of usable host IP addresses
3. Subnet C (Telemetry Sensors): Minimum of usable host IP addresses
Which of the following statements correctly describe the resulting network subnetting plan? (Select TWO.)
Geçerli olan tümünü seçin
A network technician connects four switches into a redundant topology. All four switches retain their default Spanning Tree Protocol (STP) bridge priority of 32768. The switches have the following MAC addresses:
- Switch A: 00:11:22:AA:BB:CC
- Switch B: 00:11:22:11:22:33
- Switch C: 00:11:22:FF:EE:DD
- Switch D: 00:11:22:44:55:66
Which switch will be elected as the STP root bridge?
A network technician is configuring an IPv4 interface on a server assigned a network prefix of . What is the corresponding subnet mask in dotted-decimal notation?
An enterprise router configured with OSPF receives a Link-State Update (LSU) packet containing a newer Link-State Advertisement (LSA) for a remote network segment. In what chronological order does the router process this update from initial receipt to global RIB installation?
Öğeleri doğru sıraya koymak için sürükleyin
Client workstations located on VLAN 10 are unable to automatically receive IP addressing information because the network's DHCP server resides on VLAN 20 across a Layer 3 device. Which service must be configured on the router interface servicing VLAN 10 to enable DHCP request delivery to the server?
A network administrator is creating an Access Control List (ACL) rule on a core router to permit secure, encrypted email retrieval for clients connecting to an internal mail server using IMAPS. Which transport protocol and destination port pair must be explicitly permitted in the ACL configuration?
A network administrator connects two Layer 2 switches via an 802.1Q trunk port. Switch A is configured with native VLAN , while Switch B is configured with native VLAN . If a host assigned to VLAN sends an untagged frame into Switch A that is forwarded over the trunk, how will Switch B handle the frame upon arrival?
A network technician is troubleshooting an IEEE 802.1Q trunk link between two switches, `SW-DIST-01` and `SW-ACCESS-02`. The trunk is designed to transport traffic for VLAN 10 (Data), VLAN 20 (Voice), and VLAN 99 (Management), with VLAN 99 designated as the native VLAN.
On `SW-DIST-01`, interface GigabitEthernet1/0/10 is configured with the following commands:
text
interface GigabitEthernet1/0/10
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,20,99
On `SW-ACCESS-02`, interface GigabitEthernet0/1 is configured as follows:
text
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk allowed vlan 10,20
Management traffic for VLAN 99 fails to cross the trunk link, and switch log messages alert the administrator to a native VLAN mismatch. Which of the following best explains why VLAN 99 management traffic is failing across this link?
Match each network topology classification to its corresponding operational characteristic or architectural design pattern.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network technician is verifying the IP configuration of a workstation with the IPv4 address . What is the broadcast address for the subnet to which this workstation belongs?
A network administrator is provisioning IPv4 subnets from the block to support server clusters requiring at least usable host IP addresses per subnet. To maximize the number of subnets created while meeting this host requirement, which subnet mask must be configured, and what is the broadcast address of the third allocated subnet?
An enterprise network topology features four switches operating standard IEEE 802.1D Spanning Tree Protocol (STP) with the following bridge configurations:
- Switch-A: Priority 32768, MAC 00:00:0C:11:11:11
- Switch-B: Priority 28672, MAC 00:00:0C:33:33:33
- Switch-C: Priority 28672, MAC 00:00:0C:22:22:22
- Switch-D: Priority 32768, MAC 00:00:0C:44:44:44
The switches are connected in a physical ring topology: Switch-A connects to Switch-B, Switch-B connects to Switch-C, Switch-C connects to Switch-D, and Switch-D connects to Switch-A. All inter-switch links are Gigabit Ethernet (STP path cost = 4), except the link between Switch-B and Switch-C, which is 10-Gigabit Ethernet (STP path cost = 2). Which switch will be elected as the Root Bridge, and what role will Switch-D assign to its port on the link connecting directly to Switch-A?
A network administrator upgrades an enterprise core network link between two OSPF-enabled routers from to . However, after the upgrade, the routers continue to load-balance traffic equally between the new primary link and a parallel backup link. Upon inspecting the OSPF database, both interfaces are assigned an OSPF cost metric of . Which of the following best explains why OSPF calculates an identical path metric for both the and links?
A network administrator is provisioning a small subnet for point-to-multipoint router interconnects using a subnet mask of (/). What is the maximum number of usable host IP addresses that can be assigned to devices within this subnet?
Place the standard 802.1D Spanning Tree Protocol (STP) port state transitions in the correct chronological order from initial switch port activation to full operational traffic handling.
Öğeleri doğru sıraya koymak için sürükleyin
Match each enterprise network administrative service or protocol on the left with its corresponding default port number and primary transport layer protocol on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A layer 3 switch on a multi-site network receives a frame carrying an IP packet addressed to host . The switch's Routing Information Base (RIB) contains four active candidate route entries matching the destination address:
| Prefix | Protocol Source | Administrative Distance | Metric | Next-Hop Interface |
|---|---|---|---|---|
| Static | 1 | 0 | GigabitEthernet0/1 | |
| OSPF | 110 | 45 | GigabitEthernet0/2 | |
| RIPv2 | 120 | 2 | GigabitEthernet0/3 | |
| EIGRP | 90 | 1560 | GigabitEthernet0/4 |
Which next-hop interface will the layer 3 switch select to forward this packet?
A network engineer configures an IP helper address on a Layer 3 switch's VLAN interface () to relay client requests to a centralized DHCP server at . When a workstation on VLAN 10 broadcasts a DHCPDISCOVER message, which set of actions does the DHCP relay agent perform on the packet before sending it to the server?
A network architect is partitioning the IP address space within the block to provision a dedicated subnet for a server farm that requires a minimum of usable host IP addresses. To maximize IP space efficiency, the architect assigns the smallest standard CIDR prefix that satisfies this host requirement. Assuming the server farm is allocated the first available subnet block starting at , what is the broadcast address for this specific server subnet?
A network engineer is configuring an IEEE 802.1Q trunk link between two switches, SW-DIST-01 and SW-ACCESS-02. Switch SW-DIST-01 has port GigabitEthernet1/0/1 configured with 'switchport trunk native vlan 99'. Switch SW-ACCESS-02 has port GigabitEthernet0/1 configured as a trunk using the default native VLAN (VLAN 1). Which of the following statements accurately describe the operational impact of this configuration or the steps required to resolve it? (Select TWO.)
Geçerli olan tümünü seçin