Course 51-100 Flashcards
(26 cards)
What are two ICMPv6 messages that are not present in ICMP for IPv4?
Router Advertisement
Network solicitation
A client packet is received by a server. The packet has a destination port number of 80. What service is the client requesting?
HTTP
What is an advantage for small organizations of adopting IMAP instead of POP?
Messages are kept in the mail servers until they are manually deleted from the email client.
A technician can ping the IP address of the web server of a remote company but cannot successfully ping the URL address of the same web server. Which software utility can the technician use to diagnose the problem?
nslookup
Which two functions are performed at the LLC sublayer of the OSI Data Link Layer to facilitate Ethernet communication?
enables IPv4 and IPv6 to utilize the same physical medium
places information in the Ethernet frame that identifies which network layer protocol is being encapsulated by the frame
adds Ethernet control information to network protocol data
handles communication between upper layer networking software and Ethernet NIC hardware
The global configuration command ip default-gateway 172.16.100.1 is applied to a switch. What is the effect of this command?
The switch can be remotely managed from a host on another network.
What happens when the transport input ssh command is entered on the switch vty lines?
Communication between the switch and remote users is encrypted.
A disgruntled employee is using some free wireless networking tools to determine information about the enterprise wireless networks. This person is planning on using this information to hack the wireless network. What type of attack is this?
reconnaissance
What service is provided by HTTP?
A basic set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the web.
A client packet is received by a server. The packet has a destination port number of 67. What service is the client requesting?
DHCP
What are two problems that can be caused by a large number of ARP request and reply messages? (Choose two.)
The ARP request is sent as a broadcast, and will FLOOD the entire subnet.
All ARP request messages must be processed by all nodes on the local network.
A group of Windows PCs in a new subnet has been added to an Ethernet network. When testing the connectivity, a technician finds that these PCs can access local network resources but not the Internet resources. To troubleshoot the problem, the technician wants to initially confirm the IP address and DNS configurations on the PCs, and also verify connectivity to the local router. Which three Windows CLI commands and utilities will provide the necessary information?
ipconfig
nslookup
ping
During the process of forwarding traffic, what will the router do immediately after matching the destination IP address to a network on a directly connected routing table entry?
switch the packet to the directly connected interface
What characteristic describes antispyware
applications that protect end devices from becoming infected with malicious software
A network administrator needs to keep the user ID, password, and session contents private when establishing remote CLI connectivity with a switch to manage it. Which access method should be chosen?
SSH
What are the two most effective ways to defend against malware?
Update the operating system and other application software.
Install and update antivirus software.
Which type of security threat would be responsible if a spreadsheet add-on disables the local software firewall?
Trojan horse
Which FRAME field is created by a source node and used by a destination node to ensure that a transmitted data signal has not been altered by interference, distortion, or signal loss?
FRAME check sequence field
A network administrator is adding a new LAN to a branch office. The new LAN must support 4 connected devices. What is the smallest network mask that the network administrator can use for the new network?
255.255.255.248
What service is provided by POP3?
Retrieves email from the server by downloading the email to the local mail application of the client.
What two security solutions are most likely to be used only in a corporate environment?
VPN
IPS
What mechanism is used by a router to prevent a received IPv4 packet from traveling endlessly on a network?
It DECREMENTS the value of the TTL field by 1 and if the result is 0, it discards the packet and sends a Time Exceeded message to the source host.
A client packet is received by a server. The packet has a destination port number of 69. What service is the client requesting?
TFTP
An administrator defined a local user account with a secret password on router R1 for use with SSH. Which three additional steps are required to configure R1 to accept only encrypted SSH connections?
Configure the IP domain name on the router.
Generate the SSH keys.
Enable inbound vty SSH sessions.