Network Implementation
424 soru
A network administrator is configuring an IEEE 802.1Q trunk link between two managed switches to carry traffic for multiple VLANs over a single physical cable. Which of the following statements correctly describe the default operation and frame structure of IEEE 802.1Q trunking? (Select TWO.)
Geçerli olan tümünü seçin
A network engineer is configuring switch interface `GigabitEthernet1/0/12` on `SW-DIST-05` to connect a multi-SSID wireless access point. Management traffic from the access point must travel untagged on VLAN 15, while client traffic is tagged on VLAN 45 (Corporate) and VLAN 85 (Guest).
Initially, the interface was configured as follows:
text switchport mode trunk switchport trunk native vlan 15 switchport trunk allowed vlan 15,45,85
During a maintenance window, a junior technician updates the interface configuration by executing:
text switchport trunk allowed vlan 45,85
Which of the following describes the immediate operational outcome of this configuration change?
A network technician is deploying multiple wireless access points across an office floor using the 2.4 GHz frequency band in North America. To prevent co-channel interference between adjacent access points, the technician needs to select channels that do not overlap. Which combination of channels should the technician assign to the access points?
A core router receives an IPv4 packet destined for a remote network host. The router's routing table contains multiple paths learned via different dynamic routing protocols, static routes, and directly connected subnets. Place the decision-making steps in the exact sequential order that the router's control plane uses to evaluate the candidate paths and forward the packet to the next hop.
Öğeleri doğru sıraya koymak için sürükleyin
A network engineer is troubleshooting interconnectivity between two switches, Switch-Alpha and Switch-Beta, over a dedicated GigabitEthernet link. The switchport configuration for interface GigabitEthernet1/0/24 on both switches is shown below:
Switch-Alpha:
interface GigabitEthernet1/0/24
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,50
Switch-Beta:
interface GigabitEthernet1/0/24
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan 10,20,50
A host in VLAN 10 on Switch-Alpha sends data to a host in VLAN 10 on Switch-Beta. Simultaneously, an untagged broadcast frame is generated by a device in VLAN 50 on Switch-Alpha and transmitted across the link.
Which statement accurately describes how these frames are handled across the trunk link?
A network administrator is configuring DNS infrastructure for an enterprise web application hosted behind a cloud provider's elastic load balancer. The administrator must map the organization's root domain apex (`example.com`) to the load balancer's domain name (`lb-prod-948201.cloudprovider.net`). When attempting to create a CNAME record for `example.com`, the primary DNS server fails to commit the change. The administrator executes the following diagnostic query against the local authoritative DNS server:
text
$ dig @192.168.1.10 example.com SOA +noall +answer +authority
;; ANSWER SECTION:
example.com. 3600 IN SOA ns1.example.com. hostmaster.example.com. 2026072701 7200 3600 1209600 3600
;; AUTHORITY SECTION:
example.com. 3600 IN NS ns1.example.com.
Which of the following DNS record implementations will successfully map the root domain apex to the cloud load balancer hostname without violating standard DNS specifications?
A network administrator is designing an IPv4 addressing scheme for a enterprise WLAN segment that must support at least usable host devices per subnet. What is the maximum CIDR prefix length (integer value of the mask bits) that can be assigned to meet this requirement without wasting IP address space?
A network operations team is subnetting the enterprise block to create equal-sized subnets capable of supporting at least usable host IP addresses per subnet. If subnets are allocated sequentially starting from the lowest address in the block, what is the network address (Network ID) of the fifth allocated subnet?
A network architect is evaluating dynamic routing protocols for an enterprise environment with redundant paths. The architect needs to ensure optimal path selection and fast convergence using Interior Gateway Protocols (IGPs). Which of the following statements accurately describe the operational characteristics of OSPF and EIGRP? (Select TWO.)
Geçerli olan tümünü seçin
A network administrator is designing a Variable Length Subnet Mask (VLSM) scheme starting from the base address block . Subnets must be allocated contiguously without unallocated gaps, prioritized from largest host requirement to smallest as follows:
- Segment 1: Requires at least usable host IP addresses
- Segment 2: Requires at least usable host IP addresses
- Segment 3: Requires at least usable host IP addresses
- Segment 4: Requires a point-to-point link accommodating exactly usable host IP addresses
Which of the following statements regarding this VLSM allocation scheme are correct? (Select THREE.)
Geçerli olan tümünü seçin
A network administrator configures a DHCP relay agent on a Layer 3 switch interface to support host workstations on VLAN 25 (, default gateway ). The centralized DHCP server resides on VLAN 100 (). When an unconfigured client on VLAN 25 broadcasts a DHCPDISCOVER packet, which TWO of the following actions does the DHCP relay agent execute to ensure the DHCP server correctly processes the request?
Geçerli olan tümünü seçin
A network technician is configuring an isolated IPv4 subnet for a small cluster of servers using the subnet mask (). What is the maximum number of usable host IP addresses available on this subnet?
An enterprise enterprise router has learned routes to the destination network 172.16.10.0/24 from multiple dynamic routing sources and static configurations. The routing table currently evaluates path determination during active traffic forwarding. Which of the following operational behaviors correctly describe how the router selects and processes these routes? (Select TWO).
Geçerli olan tümünü seçin
A network engineer is analyzing an 802.1Q trunk connection established between `SW-Access-01` and `SW-Core-01` on interface `GigabitEthernet0/1`. Interface configurations are as follows:
SW-Access-01:
text
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan 10,20,30
SW-Core-01:
text
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20,30
Assuming both switches are active and exchanging data, which TWO of the following statements accurately describe how untagged and tagged frames are processed across this link? (Select TWO)
Geçerli olan tümünü seçin
A network administrator is auditing 802.1Q trunking and access port behavior on enterprise switches. Match each switchport operational scenario on the left with its corresponding 802.1Q frame processing or tagging outcome on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator needs to connect an enterprise network to two different Internet Service Providers (ISPs) located in separate Autonomous Systems (AS). Which dynamic routing protocol should be implemented to exchange routing information between these distinct Autonomous Systems?
A network administrator allocates the IPv4 network block to a remote branch office subnet. What is the maximum number of usable host IP addresses that can be assigned to host devices on this subnet?
A network technician provisions an IEEE 802.1Q trunk link on switch `SW-Floor2` interface `GigabitEthernet0/48` to connect to `SW-Core1`. Workstations on VLAN 10 (Finance) immediately lose connectivity to remote resources on the same VLAN, while devices on VLAN 20 (IT) continue communicating normally. The running configuration for interface `GigabitEthernet0/48` displays the following output:
text
interface GigabitEthernet0/48
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan 20,30
Which of the following statements accurately identify the cause of the connectivity loss and specify the correct corrective action? (Select TWO.)
Geçerli olan tümünü seçin
Match each IEEE 802.1Q trunking component or configuration parameter on the left with its correct operational behavior or definition on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An enterprise network topology consists of four switches operating standard IEEE 802.1w Rapid Spanning Tree Protocol (RSTP) using default path costs (, ).
- Switch-R is configured with a bridge priority of 4096 (MAC address `00:11:22:33:44:55`).
- Switch-X, Switch-Y, and Switch-Z all maintain the default bridge priority of 32768.
- Switch-X connects to Switch-R via a trunk link.
- Switch-Y connects to Switch-R via a trunk link.
- Switch-Y also connects to Switch-X via a trunk link.
Assuming all links are operational and STP convergence is complete, which statement accurately describes the Root Port selection and port status on Switch-Y?