Into to networks Flashcards
- What two ICMPv6 message types must be permitted through IPv6 access control lists to allow resolution of Layer 3 addresses to Layer 2 MAC addresses? (Choose two.)
neighbor solicitations* echo requests neighbor advertisements* echo replies router solicitations router advertisements
- Which range of link-local addresses can be assigned to an IPv6-enabled interface?
FEC0::/10 FDEE::/7 FE80::/10* FF00::/8 Explanation: Link-local addresses are in the range of FE80::/10 to FEBF::/10. The original IPv6 specification defined site-local addresses and used the prefix range FEC0::/10, but these addresses were deprecated by the IETF in favor of unique local addresses. FDEE::/7 is a unique local address because it is in the range of FC00::/7 to FDFF::/7. IPv6 multicast addresses have the prefix FF00::/8
- What would be the interface ID of an IPv6 enabled interface with a MAC address of 1C-6F-65-C2-BD-F8 when the interface ID is generated by using the EUI-64 process?
0C6F:65FF:FEC2:BDF8
1E6F:65FF:FEC2:BDF8*
C16F:65FF:FEC2:BDF8
106F:65FF:FEC2:BDF8
n organization is assigned an IPv6 address block of 2001:db8:0:ca00::/56. How many subnets can be created without using bits in the interface ID space?
256*
512
1024
4096
- When a switch configuration includes a user-defined error threshold on a per-port basis, to which switching method will the switch revert when the error threshold is reached?
cut-through
store-and-forward*
fast-forward
fragment-free
- Which two statements are correct about MAC and IP addresses during data transmission if NAT is not involved? (Choose two.)
Destination IP addresses in a packet header remain constant along the entire path to a target host.*
Destination MAC addresses will never change in a frame that goes across seven routers.
Every time a frame is encapsulated with a new destination MAC address, a new destination IP address is needed.
Destination and source MAC addresses have local significance and change every time a frame goes from one LAN to another.*
A packet that has crossed four routers has changed the destination IP address four times.
- What is one main characteristic of the data link layer?
It generates the electrical or optical signals that represent the 1 and 0 on the media.
It converts a stream of data bits into a predefined code.
It shields the upper layer protocol from being aware of the physical medium to be used in the communication.*
It accepts Layer 3 packets and decides the path by which to forward the packet to a remote network.
- What are three characteristics of the CSMA/CD process? (Choose three.)
The device with the electronic token is the only one that can transmit after a collision.
A device listens and waits until the media is not busy before transmitting.*
After detecting a collision, hosts can attempt to resume transmission after a random time delay has expired.*
All of the devices on a segment see data that passes on the network medium.*
A jam signal indicates that the collision has cleared and the media is not busy.
Devices can be configured with a higher transmission priority.
- What are two primary responsibilities of the Ethernet MAC sublayer? (Choose two.)
error detection frame delimiting accessing the media* data encapsulation* logical addressing
- Which two commands can be used on a Windows host to display the routing table? (Choose two.)
netstat -s route print* show ip route netstat –r* tracert
- What are two functions that are provided by the network layer? (Choose two.)
directing data packets to destination hosts on other networks*
placing data on the network medium
carrying data between processes that are running on source and destination hosts
providing dedicated end-to-end connections
providing end devices with a unique network identifier*
- Which two statements describe features of an IPv4 routing table on a router? (Choose two.)
Directly connected interfaces will have two route source codes in the routing table: C and S.
If there are two or more possible routes to the same destination, the route associated with the higher metric value is included in the routing table.*
The netstat -r command can be used to display the routing table of a router.
The routing table lists the MAC addresses of each active interface.
It stores information about routes derived from the active router interfaces.
If a default static route is configured in the router, an entry will be included in the routing table with source code S.*
- How does the service password-encryption command enhance password security on Cisco routers and switches?
It requires encrypted passwords to be used when connecting remotely to a router or switch with Telnet.
It encrypts passwords that are stored in router or switch configuration files.*
It requires that a user type encrypted passwords to gain console access to a router or switch.
It encrypts passwords as they are sent across the network.
Explanation: The service password-encryption command encrypts plaintext passwords in the configuration file so that they cannot be viewed by unauthorized users.
- Why would a Layer 2 switch need an IP address?
to enable the switch to send broadcast frames to attached PCs
to enable the switch to function as a default gateway
to enable the switch to be managed remotely*
to enable the switch to receive frames from attached PCs
Explanation: A switch, as a Layer 2 device, does not need an IP address to transmit frames to attached devices. However, when a switch is accessed remotely through the network, it must have a Layer 3 address. The IP address must be applied to a virtual interface rather than to a physical interface. Routers, not switches, function as default gateways.
- What characteristic describes identity theft?
the use of stolen credentials to access private data*
software on a router that filters traffic based on IP addresses or applications
software that identifies fast-spreading threats
a tunneling protocol that provides remote users with secure access into the network of an organization
- A user sends an HTTP request to a web server on a remote network. During encapsulation for this request, what information is added to the address field of a frame to indicate the destination?
the network domain of the destination host
the IP address of the default gateway
the MAC address of the destination host
the MAC address of the default gateway*
- Data is being sent from a source PC to a destination server. Which three statements correctly describe the function of TCP or UDP in this situation? (Choose three.)
The source port field identifies the running application or service that will handle data returning to the PC.*
The TCP process running on the PC randomly selects the destination port when establishing a session with the server.
UDP segments are encapsulated within IP packets for transport across the network.*
The UDP destination port number identifies the application or service on the server which will handle the data.*
TCP is the preferred protocol when a function requires lower network overhead.
The TCP source port number identifies the sending host on the network.
Explanation: Layer 4 port numbers identify the application or service which will handle the data. The source port number is added by the sending device and will be the destination port number when the requested information is returned. Layer 4 segments are encapsulated within IP packets. UDP, not TCP, is used when low overhead is needed. A source IP address, not a TCP source port number, identifies the sending host on the network. Destination port numbers are specific ports that a server application or service monitors for requests.
What single subnet mask would be appropriate to use for the three subnetworks?
255.255.255.0
255.255.255.240*
255.255.255.248
255.255.255.252
Explanation:
If the same mask is to be used, then the network with the most hosts must be examined for number of hosts. Because this is 10 hosts, 4 host bits are needed. The /28 or 255.255.255.240 subnet mask would be appropriate to use for these networks.
- What two pieces of information are displayed in the output of the show ip interface brief command? (Choose two.)
IP addresses* interface descriptions MAC addresses next-hop addresses Layer 1 statuses* speed and duplex settings Explanation: The command show ip interface brief shows the IP address of each interface, as well as the operational status of the interfaces at both Layer 1 and Layer 2. In order to see interface descriptions and speed and duplex settings, use the command show running-config interface. Next-hop addresses are displayed in the routing table with the command show ip route, and the MAC address of an interface can be seen with the command show interfaces.
- A user is complaining that an external web page is taking longer than normal to load.The web page does eventually load on the user machine. Which tool should the technician use with administrator privileges in order to locate where the issue is in the network?
ping
nslookup
tracert*
ipconfig /displaydns
- A network technician is researching the use of fiber optic cabling in a new technology center. Which two issues should be considered before implementing fiber optic media? (Choose two.)
Fiber optic cabling requires different termination and splicing expertise from what copper cabling requires.*
Fiber optic cabling requires specific grounding to be immune to EMI.
Fiber optic cabling is susceptible to loss of signal due to RFI.
Fiber optic cable is able to withstand rough handling.
Fiber optic provides higher data capacity but is more expensive than copper cabling.*
- What technique is used with UTP cable to help protect against signal interference from crosstalk?
wrapping a foil shield around the wire pairs
twisting the wires together into pairs*
terminating the cable with special grounded connectors
encasing the cables within a flexible plastic sheath
Explanation: To help prevent the effects of crosstalk, UTP cable wires are twisted together into pairs. Twisting the wires together causes the magnetic fields of each wire to cancel each other out.
- A network administrator is designing the layout of a new wireless network. Which three areas of concern should be accounted for when building a wireless network? (Choose three.)
extensive cabling mobility options packet collision interference* security* coverage área* Explanation: The three areas of concern for wireless networks focus on the size of the coverage area, any nearby interference, and providing network security. Extensive cabling is not a concern for wireless networks, as a wireless network will require minimal cabling for providing wireless access to hosts. Mobility options are not a component of the areas of concern for wireless networks.
- Users report that the network access is slow. After questioning the employees, the network administrator learned that one employee downloaded a third-party scanning program for the printer. What type of malware might be introduced that causes slow performance of the network?
virus worm* phishing spam Explanation: A cybersecurity specialist needs to be familiar with the characteristics of the different types of malware and attacks that threaten an organization.