Network Implementation
424 soru
A network architect is implementing specialized DNS configurations across an enterprise hybrid cloud environment. Match each operational requirement on the left with its corresponding DNS resource record type on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network architect is designing an IPv4 subnetting plan for a new high-availability database cluster. The cluster requires IP assignments for 28 database server nodes, 1 dedicated out-of-band monitoring probe, 1 management appliance, and a redundant default gateway deployment using HSRP (which requires 2 physical interface IP addresses and 1 Virtual IP address). Furthermore, enterprise policy dictates that the provisioned subnet must accommodate at least a 25% growth headroom above the total initial IP requirements. Which CIDR prefix length represents the most efficient (smallest) IPv4 subnet that satisfies all requirements, and how many usable host IP addresses will remain unassigned after the initial deployment?
A network technician is configuring a dedicated VLAN for a department that requires desktop computers and IP phone, requiring a total of usable host IPv4 addresses. Which subnet mask is the most efficient choice that fulfills this requirement without wasting unnecessary address space?
A network operations team deploys a new trunk link between access switch SW-Acc-02 and core switch SW-Core-01. Users connected to ports assigned to VLAN 20 on SW-Acc-02 report that they cannot reach servers on VLAN 20 located behind SW-Core-01, while users on VLAN 10 experience normal connectivity.
The current interface configurations are shown below:
SW-Acc-02 Interface Configuration:
text
interface GigabitEthernet1/0/48
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,99
SW-Core-01 Interface Configuration:
text
interface GigabitEthernet0/24
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10,20,99
Which configuration change on SW-Acc-02 will resolve the loss of connectivity for VLAN 20 traffic across the trunk?
A network administrator configures an IEEE 802.1Q trunk interface on a switch and executes the command `switchport trunk native vlan 20`. How does the switch handle outgoing frames belonging to VLAN 20 on this trunk interface?
A network engineer is selecting a dynamic routing protocol for an enterprise internal network that incorporates routers from multiple hardware vendors. The network architecture requires an open-standard Interior Gateway Protocol (IGP) that uses link-state technology, supports hierarchical organization through area partitioning to constrain link-state advertisement propagation, and utilizes Dijkstra's algorithm for path determination. Which dynamic routing protocol best satisfies all of these requirements?
A network administrator is reviewing dynamic routing protocol operational characteristics during an enterprise network redesign. Which of the following statements correctly compare link-state and distance-vector routing protocols? (Select TWO.)
Geçerli olan tümünü seçin
A router's IP routing table contains four active paths capable of reaching the IP address :
| Prefix / Subnet | Routing Protocol | Administrative Distance |
|---|---|---|
| OSPF | ||
| EIGRP | ||
| RIPv2 | ||
| Static Route |
When a frame containing a packet destined for arrives at the router, which route will be selected to forward the packet?
A core router receives a packet destined for a remote subnet and must select the best path from multiple overlapping entries in its routing database. Place the decision criteria in the exact sequence the routing logic applies them to determine the single active forwarding path.
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator is configuring a interface on a syslog server with the IPv4 address . What is the network ID (subnet address) of the subnetwork to which this server belongs?
Match each IEEE 802.1Q trunking component or configuration behavior to its correct technical description.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator executes a command-line query to verify how an application alias is configured in the domain zone file. The `dig` output displays the following answer section:
text
;; ANSWER SECTION:
app.example.com. 3600 IN CNAME web-server-01.example.com.
Which DNS record type is being used to map the alias hostname `app.example.com` to the canonical domain name `web-server-01.example.com`?
A client computer on an enterprise network attempts to resolve the domain name www.example.com for the first time without any local cached records. Place the steps of the DNS lookup process in the correct chronological order from the initial request to receiving the IP address.
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator is configuring interface `GigabitEthernet1/0/12` on a switch to connect to a multi-tenant device. The device sends tagged frames for VLAN 200 (Data) and untagged frames for device management. The administrator needs to ensure that untagged management frames are assigned to VLAN 50 while allowing tagged VLAN 200 frames across the link. Which configuration snippet correctly satisfies these requirements?
switchport trunk native vlan 50
switchport trunk allowed vlan 50,200
switchport access vlan 50
switchport trunk allowed vlan 200
switchport access vlan 50
switchport access vlan 200
switchport trunk native vlan 200
switchport trunk allowed vlan 50
A network administrator is deploying OSPF across an enterprise edge router connected to a service provider. The administrator configures a static default route () pointing toward the ISP gateway for external Internet destination handling. The internal routers within the enterprise network need to learn this default egress route automatically through the existing dynamic routing process without manually adding static routes to every downstream router. Which of the following configuration actions should the administrator perform on the edge router to fulfill this routing requirement?
A network administrator is reviewing how a link-state routing protocol like OSPF establishes network topology visibility and calculates paths. Place the operational steps of a link-state routing protocol in the correct chronological sequence, starting from initial neighbor discovery to final IP routing table entry installation.
Öğeleri doğru sıraya koymak için sürükleyin
A systems engineer queries an internal name server using the `nslookup` command to verify host address resolution for a database server:
text
> nslookup db01.contoso.local
Server: dns1.contoso.local
Address: 10.0.0.2
Name: db01.contoso.local
Address: 10.0.1.50
Which DNS resource record type provides this direct mapping of a hostname to an IPv4 address?
An enterprise router receives routing updates for the identical destination network prefix (172.16.10.0/24) from two dynamic routing protocols: EIGRP and OSPF. Assuming default protocol settings and identical prefix lengths, which criterion determines which path the router places into its active IP routing table?
Match each 802.1Q switch interface configuration command with its corresponding operational behavior on an enterprise switch link.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator is deploying a DHCP relay service on a Layer 3 boundary router to service workstations located on VLAN 40 (). The centralized corporate DHCP server is located on a distant management network at . Workstations on VLAN 40 are currently getting APIPA addresses () because broadcast DHCPDISCOVER messages are stopped at the router. Which TWO of the following requirements or configuration steps are necessary on the router to allow clients on VLAN 40 to successfully obtain leases from the central DHCP server? (Select TWO.)
Geçerli olan tümünü seçin