Criteria for Selecting Network Medium
Criteria for Selecting Network Medium
check_box_outline_blank
the environment where the selected medium is to be
installed
check_box_outline_blank
the types of data that need to be prioritized
check_box_outline_blank
the cost of the end devices that are used in the
network
check_box_outline_blank
the number of intermediate devices that are installed
in the network
check_box_outline_blank
the distance the selected medium can successfully
carry a signal
The two criteria that are used to help select a network medium are:
✅ The environment where the selected medium is to be installed – Certain
media (like copper, fiber, or wireless) perform differently depending on
environmental conditions (e.g., interference, weather, physical obstacles).
✅ The distance the selected medium can successfully carry a signal –
Different media have maximum effective ranges before signal degradation
occurs.
The other options—device cost, types of data, and number of intermediate devices—
may influence design choices but are not primary criteria for selecting the medium
itself.
1/23
radio_button_unchecked
data link layer
radio_button_unchecked
physical layer
radio_button_unchecked
network layer
radio_button_unchecked
transport layer
radio_button_unchecked
to connect network devices in backbone networks
radio_button_unchecked
to connect PC workstations in an office
radio_button_unchecked
to connect data centers with high bandwidth
requirements over long distances
2/23
radio_button_unchecked
to connect a TV set to the wall plug at home
radio_button_unchecked
network access
radio_button_unchecked
internet
radio_button_unchecked
transport
radio_button_unchecked
session
3/23
What information is added to the switch table from
incoming frames?
radio_button_unchecked
destination IP address and incoming port number
radio_button_unchecked
source MAC address and incoming port number
radio_button_unchecked
destination MAC address and incoming port number
radio_button_unchecked
source IP address and incoming port number
radio_button_unchecked
segmentation
radio_button_unchecked
encoding
radio_button_unchecked
4/23
flow control
radio_button_unchecked
encapsulation
radio_button_unchecked
Drop the frame.
radio_button_unchecked
Use ARP to resolve the port that is related to the frame.
radio_button_unchecked
Send the frame to the default gateway address.
radio_button_unchecked
Forward the frame out all ports except the port where
the frame is received.
5/23
Explanation:
If a Cisco switch receives a frame and the destination MAC address is not in its MAC
address table, it performs flooding. This means the switch sends the frame out all
other ports so that the intended device can receive it. Once the destination
responds, the switch learns its MAC address and port for future frames.
The switch does not drop the frame unless the destination is unreachable.
ARP is used by hosts, not by the switch itself for forwarding.
The default gateway is used for routing, not switching at Layer 2.
check_box_outline_blank
session
check_box_outline_blank
physical
check_box_outline_blank
network
check_box_outline_blank
transport
check_box_outline_blank
data link
6/23
Transport layer (OSI) ↔ Transport layer (TCP/IP) – ensures end-to-end delivery
(TCP/UDP).
Other OSI layers (session, data link, physical) are either combined or handled
differently in TCP/IP.
radio_button_unchecked
The cost of fiber-optic connectors is lower.
radio_button_unchecked
Fiber-optic cabling is completely immune to EMI and
RFI.
radio_button_unchecked
Fiber-optic cabling can transmit signals without
attenuation.
radio_button_unchecked
The installation skills required for fiber-optic cabling
are lower.
7/23
Which type of network model describes the functions
that must be completed at a particular layer, but does
not specify exactly how each protocol should work?
radio_button_unchecked
TCP/IP model
radio_button_unchecked
reference model
radio_button_unchecked
protocol model
radio_button_unchecked
hierarchical design model
radio_button_unchecked
Hosts can connect to the network and get an IP
address without manual configuration.
radio_button_unchecked
Hosts always have the same IP address and are
therefore always reachable.
8/23
radio_button_unchecked
Duplicate addresses cannot occur on a network that
issues dynamic addresses using DHCP and has static
assignments.
radio_button_unchecked
DHCP allows users to refer to locations by a name
rather than an IP address.
Explanation:
DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses,
subnet masks, gateways, and other network settings to hosts. This eliminates the
need for manual IP configuration, making network management easier and reducing
configuration errors.
DHCP does not guarantee the same IP address each time (unless a reservation
is made).
Duplicate addresses can still occur if misconfigured static addresses overlap
with DHCP ranges.
Resolving names to IP addresses is handled by DNS, not DHCP.
radio_button_unchecked
2001:0db8:3c55:0015:1010:0000:abcd:ff13
radio_button_unchecked
1b10::1100::2001::2900::ab11::1102::0000::2900
radio_button_unchecked
1234:1230::1238::1299:1000::
radio_button_unchecked
12aa::1298:1200::129b
9/23
The correct answer is:
✅ 2001:0db8:3c55:0015:1010:0000:abcd:ff13
Explanation:
A valid IPv6 address:
1. Consists of 8 groups of 4 hexadecimal digits (0–9, a–f).
2. Groups are separated by colons (:).
3. Can use :: once to represent consecutive groups of zeros, but only once per
address.
The other options are invalid because they either:
Use multiple :: in one address
Contain invalid hexadecimal digits (like 1299 , which exceeds FFFF )
check_box_outline_blank
servers
check_box_outline_blank
printers
check_box_outline_blank
tablets
check_box_outline_blank
mobile laptops
check_box_outline_blank
desktop PCs
check_box_outline_blank
gateways
10/23
✅ Gateways – Must have a static IP so devices know where to send traffic
outside the local network.
Explanation:
Devices that provide services or act as network access points typically need static IP
addresses. Mobile devices like laptops, tablets, and desktop PCs usually use dynamic
IPs via DHCP because they may join and leave the network frequently.
radio_button_unchecked
An IPv4 address is used to uniquely identify a device on
an IP network.
radio_button_unchecked
An IPv4 address is used to identify the number of IP
networks available.
radio_button_unchecked
An IPv4 address is burned into the network card to
uniquely identify a device.
radio_button_unchecked
An IPv4 address is used to uniquely identify the
application that requested the information from a
remote device.
11/23
IPv4 addresses do not indicate the number of networks available; they are
identifiers within networks.
radio_button_unchecked
It compares the source and destination MAC
addresses.
radio_button_unchecked
It queries the DNS server with the destination IP
address.
radio_button_unchecked
It checks to see if the default gateway is configured.
radio_button_unchecked
It uses the subnet mask to compare the source and
destination IP address.
12/23
What is the shortest valid representation of the IPv6
address 2001:0DB8:0000:1470:0000:0000:0000:0200?
radio_button_unchecked
2001:0DB8:0:147::02
radio_button_unchecked
2001:0DB8::1470:0:0:0:2
radio_button_unchecked
2001:DB8::1470::200
radio_button_unchecked
2001:DB8:0:1470::200
check_box_outline_blank
[Link]
check_box_outline_blank
[Link]
13/23
check_box_outline_blank
[Link]
check_box_outline_blank
[Link]
check_box_outline_blank
[Link]
check_box_outline_blank
[Link]
✅ [Link]
✅ [Link]
✅ [Link]
Explanation:
Public IP addresses are globally routable on the internet, whereas private IP
addresses are reserved for local networks.
Private IP ranges:
[Link] – [Link]
[Link] – [Link]
[Link] – [Link]
[Link] , [Link] , and [Link] are private addresses, so they
radio_button_unchecked
server
radio_button_unchecked
14/23
router
radio_button_unchecked
switch
radio_button_unchecked
host
radio_button_unchecked
to verify connectivity with the device that provides
access to remote networks
radio_button_unchecked
to determine if the laptop address is included in the
DNS server
radio_button_unchecked
to verify that an IP address was provided by the DHCP
server
radio_button_unchecked
to verify that the SVI interface on the switch is
configured correctly
15/23
✅ To verify connectivity with the device that provides access to remote
networks
Explanation:
The default gateway is the device that forwards traffic from a local network to
remote networks (usually a router). Pinging the default gateway from a laptop helps
determine whether the laptop can reach the gateway and, by extension, if the local
network connection is functioning correctly.
Pinging the gateway does not check DNS configuration.
It does not directly verify DHCP assignment, though DHCP can be indirectly
tested if an IP is needed to ping.
It does not check the switch SVI unless that SVI is acting as the gateway.
radio_button_unchecked
[Link]
radio_button_unchecked
[Link]
radio_button_unchecked
[Link]
radio_button_unchecked
[Link]
16/23
Addresses like 192.168.2.x are on a different subnet and cannot be used as the
gateway for PC0 if it’s in the 192.168.1.x subnet.
check_box_outline_blank
when a host is sending packets to a local server in
order to update the network media settings and music
playlists
check_box_outline_blank
when a host is sending packets to a remote site owned
by the manufacturer of the wireless router in order to
request a digital copy of the device manual
check_box_outline_blank
when a host is sending a print job to a network printer
on the LAN
check_box_outline_blank
when a host is sending packets to the ISP in order to
request a speed increase for Internet services
check_box_outline_blank
when a host is sending HTTP packets to the wireless
router in order to update the network addressing of
the LAN
17/23
Explanation:
NAT (Network Address Translation) is used when devices on a private LAN
communicate with devices on a remote/public network, such as the internet. NAT
translates the private IP addresses of internal hosts to the public IP address of the
router.
Sending packets to local LAN devices (like a printer or local server) does not
require NAT, because the traffic stays within the private network.
Updating network addressing on the LAN via the router is a local configuration
task, not NAT-related.
Categories:
18/23
file transfer
web service
SSH
radio_button_unchecked
Security rules are applied to the default gateway
device, preventing it from processing ping requests.
radio_button_unchecked
The default gateway device is configured with the
wrong IP address.
radio_button_unchecked
19/23
The default gateway is not operational.
radio_button_unchecked
The TCP/IP stack on the default gateway is not working
properly.
Explanation:
Even if the host can successfully reach external networks, a ping to the default
gateway may fail if the router or firewall is configured to block ICMP (ping)
requests. This is a common security measure and does not necessarily indicate a
connectivity problem.
If the gateway were down or misconfigured, the host would likely fail to reach
external networks as well.
Similarly, a non-functional TCP/IP stack on the gateway would prevent any traffic,
not just ICMP.
radio_button_unchecked
Source port numbers and destination port numbers
are not necessary when UDP is the transport layer
protocol being used for the communication.
radio_button_unchecked
If multiple conversations occur that are using the same
service, the source port number is used to track the
separate conversations.
radio_button_unchecked
Source port and destination port numbers are
randomly generated.
radio_button_unchecked
20/23
Destination port numbers are assigned automatically
and cannot be changed.
Explanation:
In the TCP/IP encapsulation process, port numbers are used at the transport layer
to identify which application or process should handle the data.
Destination port identifies the service (e.g., 80 for HTTP, 443 for HTTPS).
Source port helps distinguish between multiple simultaneous connections from
the same host to the same service, allowing the transport layer to keep the
conversations separate.
Port numbers are used in both TCP and UDP, not just TCP.
They are not completely random—destination ports correspond to known
services or can be chosen manually.
They are not fixed permanently and can be assigned dynamically for source
ports.
radio_button_unchecked
nslookup
radio_button_unchecked
tracert
radio_button_unchecked
netstat
radio_button_unchecked
ipconfig
21/23
Explanation:
The netstat command displays active network connections, including protocol
types, local and remote IP addresses, port numbers, and connection states on a host
computer.
nslookup is used to query DNS servers.
radio_button_unchecked
bits
radio_button_unchecked
frames
radio_button_unchecked
IP packets
radio_button_unchecked
segments
Frames are used at the data link layer to encapsulate packets for transmission
over a physical medium.
IP packets are used at the network layer to encapsulate data for routing
between networks.
Segments are used at the transport layer (TCP) to encapsulate application data.
22/23
In the end, everything on a network is transmitted as bits over the physical
medium.
check_box_outline_blank
checksum
check_box_outline_blank
acknowledgment number
check_box_outline_blank
FCS
check_box_outline_blank
sequence number
check_box_outline_blank
preamble
23/23