Looks like no one added any tags here yet for you.
1. What command can a technician use on a computer to see if DNS is functioning properly?
A. ipconfig
B. net share
C. nslookup
D. net use
C. nslookup
2. Which two OSI model layers have the same functionality as two layers of the TCP/IP model? (Choose two.)
A. physical
B. data link
C. network
D. transport
E. session
C. network
D. transport
3. What is one advantage of using the cut-through switching method instead of the store-and-forward switching method?
A. provides the flexibility to support any of Ethernet speeds
B. has a lower latency appropriate for high-performance computing applications
C. makes a fast forwarding decision based on the source MAC address
D. has positive impact on bandwidth by dropping most of the invalid frames
B. has a lower latency appropriate for high-performance computing applications
4. Which solution improves web response time by deploying multiple web servers and DNS servers?
A. memcaching
B. distributed databases
C. sharding
D. load balancing
D. load balancing
5. What will a host on an Ethernet network do if it receives a frame with a unicast destination MAC address that does not match its own MAC address?
A. It will remove the frame from the media
B. It will forward the frame to the nest host
C. It will strip off the data-link frame to check the destination IP address
D. It will discard the frame
D. It will discard the frame
6. What is the common term given to SNMP log messages that are generated by network devices and sent to the SNMP server?
A. auditing
B. warnings
C. acknowledgements
D. traps
D. traps
7. What is the function of the Nslookup utility?
A. to manually force a client to send a DHCP request
B. to display all cached DNS entries on a host
C. to view the network settings on a host
D. to manually query the name servers to resolve a given host name
D. to manually query the name servers to resolve a given host name
8. What type of address is 01-00-5E-0A-00-02
A. an address that reaches every host in the network
B. an address that reaches every host inside a local subnet
C. an address that reaches a specific group of hosts
D. an address that reaches one specific host
C. an address that reaches a specific group of hosts
9. Refer to the exhibit. The PC is sending a packet to the Server on the remote network. Router R1 is performing NAT overload. From the perspective of the PC, match the NAT address type with the correct IP address. (Not all options are used.)
A. Inside global
B. Outside global
C. Inside local
1. 203.0.113.5
2. 203.0.113.14
3. 192.0.2.2
4. 192.0.2.1
5. 10.130.5.1
6. 10.130.5.76
1. 203.0.113.5 -> B. Outside global
4. 192.0.2.1 -> A. Inside global
6. 10.130.5.76 -> C. Inside local
10. Match the OSI layer to the layer number. (Not all options are used.)
A. 7
B. 6
C. 5
D. 4
E. 3
F. 2
G. 1
1. internet layer
2. physical layer
3. session layer
4. presentation layer
5. transport layer
6. data link layer
7. network access layer
8. application layer
9. network layer
2. physical layer -> 1
3. session layer -> 5
4. presentation layer -> 6
5. transport layer -> 4
6. data link layer -> 2
8. application layer -> 7
9. network layer -> 3
11. A high school in New York (school A) is using videoconferencing technology to establish student interactions with another high school (school B) in Russia. The videoconferencing is conducted between two end devices through the Internet. The network administrator of school A configures the end device with the IP address 209.165.201.10. The administrator sends a request for the IP address for the end device in school B and the response is 192.168.25.10. Neither school is using a VPN. The administrator knows immediately that this IP will not work. Why?
A. This is a link-local address.
B. This is a private IP address.
C. There is an IP address conflict.
D. This is a loopback address.
B. This is a private IP address.
12. Refer to the exhibit. An organization is using static NAT to translate the private IP address of Host A to a single public IP address leased from the ISP. Which address is the inside global address of Host A?
A. 209.165.202.129
B. 203.0.113.2
C. 192.168.2.253
D. 192.168.1.1
E. 192.168.1. 10
A. 209.165.202.129
13. Consider the following routing table entry for R1:
D 10.1.1.0/24 [90/2170112] via 209.165.200.226, 00:00:05, Serial0/0/0
What is the significance of the Serial0/0/0?
A. It is the interface on the final destination router that is directly connected to the 10.1.1.0/24 network.
B. It is the R1 interface through which the EIGRP update was learned.
C. It is the interface on the next-hop router when the destination IP address the 10.1.1.0/24 network.
D. It is the interface on R1 used to send data that is destined for 10.1.1.0/24.
D. It is the interface on R1 used to send data that is destined for 10.1.1.0/24.
14. A device has an IPV6 address listed as 2001:0DB8:75a3:0214:0607:1234:aa10:ba01. What is the interface ID of the device?
A. 2001:0DB8:75a3
B. ba01
C. 0607:1234:aa10:ba01
D. 2001:0DB8
C. 0607:1234:aa10:ba01
15. In what two situations would UDP be the preferred transport protocol over TCP? (Choose two.)
A. when applications need to guarantee that a packet arrives intact, in sequence, and unduplicated
B. when a faster delivery mechanism is needed
C. when delivery overhead is not an issue
D. when applications do not need to guarantee delivery of the data
E. when destination port numbers are dynamic
B. when a faster delivery mechanism is needed
D. when applications do not need to guarantee delivery of the data
16. Refer to the exhibit. A computer that is configured with the IPv4 address as shown in the exhibit is unable to access the internet. What is the problem?​
A. The gateway address is in the wrong subnet.
B. The IP address is a network address.
C. The settings were not validated.
D. The IP address is a broadcast address.
A. The gateway address is in the wrong subnet.
17. Match the Layer 2 frame field names to the correctly ordered locations for an Ethernet frame. Fields should be ordered from the beginning of the Ethernet frame to the end.
A. first field
B. second field
C. third field
D. fourth field
E. fifth field
F. sixth field
G. seventh field
1. Source Address
2. FCS
3. Destination Address
4. EtherType
5. Preamble
6. Data
7. SFD
1. Source Address -> D. fourth field
2. FCS -> G. seventh field
3. Destination Address -> C. third field
4. EtherType -> E. fifth field
5. Preamble -> A. first field
6. Data -> F. sixth field
7. SFD -> B. second field
18. What IPv4-related DNS record type is used by a DNS server in response to a host requesting for a web server address via the URL?
A. AAAA record
B. NS record
C. A record
D. MX record
C. A record
19. In what two situations would UDP be better than TCP as the preferred transport protocol? (Choose two.)
A. when applications need to guarantee that a packet arrives intact, in sequence, and unduplicated
B. when a faster delivery mechanism is needed
C. when delivery overhead is not an issue
D. when applications do not need to guarantee delivery of the data
E. when destination port numbers are dynamic
B. when a faster delivery mechanism is needed
D. when applications do not need to guarantee delivery of the data