Structure
Host-A has the IPv4 address and subnet mask 10.5.4.100 255.255.255.0. What is the network address of Host-A?
a. 10.0.0.0
b. 10.5.0.0
c. 10.5.4.0
what is
c. 10.5.4.0
The network address for 10.5.4.100 with a subnet mask of 255.255.255.0 is 10.5.4.0
True or False:
Unicast transmission refers to one device sending a message to one other device in one-to-one communications.
what is
True
Unicast transmission refers to one device sending a message to one other device in one-to-one communications.
Which devices will not forward an IPv4 broadcast packet by default?
a. Ethernet switch
b. router
c. Windows PC
what is
b. router
Routers will not forward an IPv4 broadcast packet by default.
Host-A has the IPv4 address and subnet mask 10.5.4.100 255.255.255.0. Which of the following IPv4 addresses would be on the same network as Host-A? (Choose all that apply)
a. 10.5.4.1
b. 10.5.0.1
c. 10.5.4.99
d. 10.5.100.4
what is
a. 10.5.4.1
c. 10.5.4.99
Host A is on network 10.5.4.0. Therefore, devices with the IPv4 addresses 10.5.4.1 and 10.5.4.99 are on the same network.
True or False:
Broadcast transmission refers to a device sending a message to all the devices on a network in one-to-all communications.
what is
True
Broadcast transmission refers to a device sending a message to all the devices on a network in one-to-all communications.
Which two situations are the result of excessive broadcast traffic? (Choose two)
a. slow network operations
b. show device operations
c. when devices on all adjacent networks are affected
what is
a. slow network operations
b. show device operations
Slow network operations and slow device operations are the result of excessive broadcast traffic.
Host-A has the IPv4 address and subnet mask 192.168.1.50 255.255.255.0. Which of the following IPv4 addresses would be on the same network as Host-A? (Choose all that apply)
a. 192.168.0.1
b. 192.168.1.1
c. 192.168.1.100
d. 192.168.0.100
what is
b. 192.168.1.1
c. 192.168.1.100
Host A is on network 192.168.1.0. Therefore, devices with the IPv4 addresses 192.168.1.1 and 192.168.1.100 are on the same network.
host range: 192.168.1.1 - 192.168.1.254
True or False:
Multicast transmission reduces traffic by allowing a host to send a single packet to a selected set of hosts that subscribe to a multicast group.
what is true
Multicast transmission reduces traffic by allowing a host to send a single packet to a selected set of hosts that subscribe to a multicast group.
Which command is used to encrypt all passwords in a router configuration file?
a. Router_A(config)# encryption
b. Router_A(config)# service password-encryption
c. Router_A(config)# enable password password encrypted password<password>
what is
b. Router_A(config)# service password-encryption
B. The service password-encryption
command encrypts all passwords in the
running-config and startup-config files. By
default, this is not strong encryption, but
it can be enough to keep someone from
learning passwords
Host-A has the IPv4 address and subnet mask 172.16.4.100 255.255.0.0. What is the network address of Host-A?
a. 172.16.4.0
b. 172.0.0.0
c. 172.16.0.0
what is
c. 172.16.0.0
The network address for 172.16.4.100 with a subnet mask of 255.255.0.0 is 172.16.0.0.
host address range 172.16.0.1 - 172.16.255.254
Which two statements are correct about private IPv4 addresses? (Choose two.)
a. Private IPv4 addresses are assigned to devices within an organizations intranet (internal network)
b. internet routers will typically forward any packet with a destination address that is private IPv4 address.
c. Any organization (home, school, office, company) can use the 10.0.0.0/8
what is
a and c
Private IPv4 addresses are assigned to devices within an organization’s intranet (internal network) and any organization (home, school, office, company) can use the 10.0.0.0/8 address.
An administrator is configuring a new router to permit out-of-band management
access. Which set of commands will allow the required login using the password
cisco?
a. Router(config)# line vty 0 4
Router(config-line) password cisco
Router(config-line) login
b. Router(config)# line console 0
Router(config-line) password cisco
Router(config-line) login
b. The console port is used to access the
router using out-of-band management. Both
the password and login commands are
required.
Host-A has the IPv4 address and subnet mask 172.16.4.100 255.255.0.0. Which of the following IPv4 addresses would be on the same network as Host-A? (Choose all that apply)
a. 172.16.4.1
b. 172.16.4.99
c. 172.16.0.1
what is
b. 172.16.4.99
c. 172.16.0.1
Host A is on network 172.16.0.0. Therefore, devices with the IPv4 addresses 172.16.4.99 and 172.16.0.1 are on the same network.
host address range
172.16.0.1 - 172.16.255.254
Which two statements are correct about public IPv4 addresses? (Choose two.)
a. 192.168.1.10 is a public IPv4 address
b. To access a device over the internet, the destination IPv4 address must be public address.
c. Public IPv4 address exhaustion is a reason where there are private IPv4 addresses and why organizations are transitioning to IPv6
what is
b and c
To access a device over the internet, the destination IPv4 address must be a public address. Public IPv4 address exhaustion is a reason why there are private IPv4 address and why organizations are transitioning to IPv6.
What is the purpose of the startup configuration file on a Cisco router?
a. It facilitates the basic operation of the hardware components of a device.
b. It contains the commands that are used to initially configure a router on startup.
B. The startup configuration file contains all
previously saved configuration commands
and is used by the IOS on startup.