Final Exam (Test #1.2) Flashcards
What are two ICMPv6 messages that are not present in ICMP for IPv4? (Choose two.)
Neighbor Solicitation
Destination Unreachable
Host Confirmation
Time Exceeded
Router Advertisement
Route Redirection
Neighbor Solicitation
Router Advertisement
A client packet is received by a server. The packet has a destination port number of 80. What service is the client requesting?
DHCP
SMTP
DNS
HTTP
HTTP
What is an advantage for small organizations of adopting IMAP instead of POP?
- POP only allows the client to store messages in a centralized way, while IMAP allows distributed storage.
- Messages are kept in the mail servers until they are manually deleted from the email client.
- When the user connects to a POP server, copies of the messages are kept in the mail server for a short time, but IMAP keeps them for a long time.
- IMAP sends and retrieves email, but POP only retrieves email.
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?
tracert
ipconfig
netstat
nslookup
nslookup
SKIPPED
N/A
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 communicate with other hosts on the 172.16.100.0 network.
- The switch can be remotely managed from a host on another network.
- The switch is limited to sending and receiving frames to and from the gateway 172.16.100.1.
- The switch will have a management interface with the address 172.16.100.1.
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?
- The SSH client on the switch is enabled.
- The switch requires a username/password combination for remote access.
- Communication between the switch and remote users is encrypted.
- The switch requires remote connections via a proprietary client software.
Communication between the switch and remote users is encrypted.
SKIPPED
N/A
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?
DoS
access
reconnaissance
Trojan horse
reconnaissance
What service is provided by HTTP?
- Uses encryption to secure the exchange of text, graphic images, sound, and video on the web.
- Allows for data transfers between a client and a file server.
- An application that allows real-time chatting among remote users.
- A basic set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the web.
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?
FTP
DHCP
Telnet
SSH
DHCP
What are two problems that can be caused by a large number of ARP request and reply messages? (Choose two.)
- Switches become overloaded because they concentrate all the traffic from the attached subnets.
- The ARP request is sent as a broadcast, and will flood the entire subnet.
- The network may become overloaded because ARP reply messages have a very large payload due to the 48-bit MAC address and 32-bit IP address that they contain.
- A large number of ARP request and reply messages may slow down the switching process, leading the switch to make many changes in its MAC table.
- All ARP request messages must be processed by all nodes on the local network.
- 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? (Choose three.)
netsh interface ipv6 show neighbor
arp -a
tracert
ping
ipconfig
nslookup
telnet
ping
ipconfig
nslookup
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?
- analyze the destination IP address
- switch the packet to the directly connected interface
- look up the next-hop address for the packet
- discard the traffic after consulting the route table
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 device that filters access and traffic coming into a network
- software on a router that filters traffic based on IP addresses or applications
- a tunneling protocol that provides remote users with secure access into the network of an organization
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?
Telnet
AUX
SSH
Console
SSH
What are the two most effective ways to defend against malware? (Choose two.)
- Implement a VPN.
- Implement network firewalls.
- Implement RAID.
- Implement strong passwords.
- Update the operating system and other application software.
- Install and update antivirus software.
- 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?
brute-force attack
Trojan horse
DoS
buffer overflow
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?
User Datagram Protocol field
transport layer error check field
flow control field
frame check sequence field
error correction process field
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
255.255.255.0
255.255.255.128
255.255.255.192
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.
- An application that allows real-time chatting among remote users.
- Allows remote access to network devices and servers.
- Uses encryption to provide secure remote access to network devices and servers.
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? (Choose two.)
antispyware
virtual private networks
intrusion prevention systems
strong passwords
antivirus software
virtual private networks
intrusion prevention systems
What characteristic describes antivirus software?
- applications that protect end devices from becoming infected with malicious software
- a network device that filters access and traffic coming into a network
- a tunneling protocol that provides remote users with secure access into the network of an organization
- software on a router that filters traffic based on IP addresses or applications
applications that protect end devices from becoming infected with malicious software
What mechanism is used by a router to prevent a received IPv4 packet from traveling endlessly on a network?
- It checks the value of the TTL field and if it is 0, it discards the packet and sends a Destination Unreachable message to the source host.
- It checks the value of the TTL field and if it is 100, it discards the packet and sends a Destination Unreachable message to the source host.
- 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.
- It increments the value of the TTL field by 1 and if the result is 100, it discards the packet and sends a Parameter Problem message to the source host.
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.