Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

In the figure, a web client sends an HTTP request to a web server, and the router in between performs operations on the HTTP request. Which of the following statements are false about the router’s operations? (Select all that apply)

A.

The router encapsulates a new destination IP address before sending the data.

B.

The router removes the data frame header and checks the destination IP address.

C.

The router searches the IP routing table based on the port number in the transport layer header.

D.

The router checks the content of the application-layer data and determines the port from which to send the data.

Which of the following statements are true about the Python code shown below? (Select all that apply)

import paramiko

import time

ssh = paramiko.SSHClient()

ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())

ssh.connect('192.168.1.254', username='python', password='Huawei@123')

channel = ssh.invoke_shell()

channel.send('screen-length 0 temporary\n')

time.sleep(1)

output = channel.recv(65535).decode('utf-8')

print(output)

ssh.close()

A.

ssh.close() is used to terminate the SSH connection.

B.

ssh.connect('192.168.1.254', username='python', password='Huawei@123') is used to set up a connection with the device whose IP address is 192.168.1.254.

C.

import paramiko and import time are used to import the modules required by the code.

D.

channel = ssh.invoke_shell() is used to create an interactive shell session.

Assume that you cannot configure an IP address for GE1/0/1 on a Huawei switch. Which of the following commands can you run in the interface view to resolve this problem?

A.

port link-type trunk

B.

undo portswitch

C.

port link-type access

D.

port link-type hybrid

According to the following routing table, it can be inferred that the IP address of VLANIF 2 on R1 is 10.0.12.1/24.

[R1] display ip routing-table

Proto: Protocol Pre: Preference

Route Flags: R - relay, D - download to fib, T - to vpn-instance, B - black hole route

Routing Table : public

Destinations : 10 Routes : 10

Destination/Mask Proto Pre Cost Flags NextHop Interface

10.0.12.0/24 Direct 0 0 D 10.0.12.1 Vlanif2

10.0.12.1/32 Direct 0 0 D 127.0.0.1 Vlanif2

10.0.12.255/32 Direct 0 0 D 127.0.0.1 Vlanif2

10.0.21.0/24 Direct 0 0 D 10.0.21.1 Vlanif3

10.0.21.1/32 Direct 0 0 D 127.0.0.1 Vlanif3

10.0.21.255/32 Direct 0 0 D 127.0.0.1 Vlanif3

A.

TRUE

B.

FALSE

PC1 and PC2 are connected to the same switch, but they cannot learn each other’s ARP information. This may be caused by incorrect VLAN configuration on the switch.

A.

TRUE

B.

FALSE

On the network shown in the figure, all switches run STP. All links have a path cost of 20, and SW1 is the root bridge. What is the root path cost (RPC) of SW4?

A.

20

B.

40

C.

60

D.

80

With the release of Wi-Fi 7, wireless networks are now faster, more stable, and more latency-tolerant than ever. Which of the following frequency bands are supported by Wi-Fi 7? (Select all that apply)

A.

5 GHz

B.

9.6 GHz

C.

6 GHz

D.

2.4 GHz

On the switched network shown in the figure, STP is enabled on all devices. SW1 is the root bridge. The port costs are shown in the figure. Other parameters retain the default values. After the network is stable, which of the following paths is used by SW1 to send traffic to SW4?

A.

SW1 → SW2 → SW4

B.

SW1 → SW3 → SW4

C.

SW1 → SW2 → SW3 → SW4

D.

SW1 → SW4

IEEE 802.11 is the standard for WLANs. Which of the following 802.11 protocols uses 1024-QAM modulation?

A.

802.11n

B.

802.11ax

C.

802.11ac

D.

802.11be

Which of the following hosts are reachable to the host at 192.168.1.200/27 at Layer 2? (Select all that apply)

A.

192.168.1.221/27

B.

192.168.1.192/27

C.

192.168.1.193/27

D.

192.168.1.222/27