Which two statements about a network that uses subnetworks are true? (Choose two.)
It is more complex to apply network security policies.
Smaller networks are easier to manage.
Overall traffic is increased.
Smaller networks are harder to manage.
Overall traffic is reduced.
Smaller networks are easier to manage.
Overall traffic is reduced.
What is the binary equivalent of the decimal number 192?
11000001
10101010
11100000
11000000
11000000
Which option correctly defines the digits that are used in the binary number system?
1 and 0
1,2,3,4,5,6,7,8,9,0,A,B,C,D,E,F
2 and 0
1,2,3,4,5,6,7,8,9,0
1 and 0
Which protocol and port number are used by SSH?
TCP/port 22
UDP/port 161
TCP/port 25
TCP/port 443
TCP/port 22
What is a major difference between TCP and UDP?
TCP can ensure that the data is delivered, while UDP does not.
UDP can ensure that the data is delivered, while TCP does not.
TCP exists in the Transport layer of the TCP/IP model, while UDP exists in the Internet layer of the TCP/IP model.
TCP exists in the Internet layer of the TCP/IP model, while UDP exists in the Transport layer of the TCP/IP model.
TCP can ensure that the data is delivered, while UDP does not.
What is session multiplexing?
a process by which an IP host is able to support multiple sessions simultaneously over multiple links
a process that is used for congestion avoidance
a process that is used for packet dropping
a process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link
a process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link
Which option does the show ip interface brief command display?
The packets that are flowing in and out of the interface.
The IPv4 address and subnet mask of a local interface.
Brief details about an interface that is administratively down only.
A list of local interfaces and the IPv4 address and status of each interface.
A list of local interfaces and the IPv4 address and status of each interface.
What is the first action the router does after it is powered up?
finds and loads IOS
finds and applies the configuration statements
runs POST to test the hardware
displays command line prompt
run POST to test the hardware
Which command displays the IPv4 address of a neighboring device?
show cdp neighbors
show ip interface brief
show interfaces
show cdp neighbors detail
show cdp neighbors detail
Which two ICMPv6 types are used for testing IPv6 reachability? (Choose two.)
ICMPv6 type 1
ICMPv6 type 128
ICMPv6 type 129
ICMPv6 type 135
ICMPv6 type 136
ICMPv6 type 128 and ICMPv6 type 129
Which Cisco IOS global configuration command is needed to enable IPv6 routing on routers?
ipv6 unicast-routing
ipv6 routing
enable ipv6-routing
ipv6 address
ipv6 unicast-routing
How does the MAC address 00a1-6789-abcd translate into the right-most 64 bits of the IPv6 address when EUI-64 is used?
01a1:67ff:fe89:abcd
01a1:67ee:ee89:abcd
02a1:67ff:ff89:abcd
02a1:67ff:fe89:abcd
02a1:67ff:fe89:abcd
Determine which class the IPv4 address 10.71.121.31 belongs to and whether it belongs to the range of the public or private IPv4 addresses. Which option represents the correct description?
public, Class A
private, Class A
public, Class B
private, Class B
public, Class C
private, Class C
public, Class D
private, Class D
private, Class A
Which two IPv4 address classes are considered as special cases, and are never assigned to hosts as source IPv4 addresses? (Choose two.)
Class A
Class B
Class C
Class D
Class E
Class D – used for multicast
Class E – reserved for experimental use
How many valid host addresses are available for each subnet after subnetting network 192.168.0.0/24 by borrowing two host bits?
62
4094
8190
16382
62.
Which option correctly describes the service type field in the IPv4 header?
It provides information on the desired quality of service.
It describes the length of a packet, including header and data.
It sets various control flags regarding fragmentation.
It is used for header error detection.
It provides information on the desired quality of service.
What is the decimal representation of 01000000?
64
256
32
1
64
What is a major difference between TCP and UDP?
TCP can ensure that the data is delivered, while UDP does not.
UDP can ensure that the data is delivered, while TCP does not.
TCP exists in the Transport layer of the TCP/IP model, while UDP exists in the Internet layer of the TCP/IP model.
TCP exists in the Internet layer of the TCP/IP model, while UDP exists in the Transport layer of the TCP/IP model.
TCP can ensure that the data is delivered, while UDP does not.
What is session multiplexing?
a process by which an IP host is able to support multiple sessions simultaneously over multiple links
a process that is used for congestion avoidance
a process that is used for packet dropping
a process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link
a process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link
Which Cisco IOS interface command specifies that the interface acquires an IPv4 address through DHCP?
ip address dhcp
dhcp address ip
ip helper-address
ip address request dhcp
ip address dhcp
Which three options are UDP benefits when compared to TCP? (Choose three.)
higher performance
lower-overhead data communications between hosts
higher-overhead data communications between hosts
lower-latency data transmission
higher-latency data transmission
higher performance
lower-overhead data communications between hosts
lower-latency data transmission
Which three common applications use UDP? (Choose three.)
network printing
TFTP
database transactions
DNS
FTP
VoIP
TFTP – lightweight file transfers
DNS – queries and responses
VoIP – real-time voice communication
Which command would you use to enable LLDP globally on a router?
lldp transmit
lldp run
lldp receive
cdp run
cdp enable
lldp run
Which command configures IPv4 address 10.0.0.1/28 on a selected router interface?
Router(config-if)# ip address 10.0.0.1 255.255.255.240
Router(config-if)# ip address 10.0.0.1/28
Router(config-if)# ip address 10.0.0.1 255.255.255.0
Router(config-if)# ip address 10.0.0.0 255.255.255.240
Router(config-if)# ip address 10.0.0.1/24
Router(config-if)# ip address 10.0.0.1 255.255.255.240