Missed Questions Net+

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/70

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:54 PM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

71 Terms

1
New cards
De-encapsulation occurs when data travels in which direction through the OSI model?
Layer 1 → Layer 7 at the receiving/destination device
2
New cards
SaaS provides what through the internet?
Applications/software
3
New cards
What cloud connectivity option provides a dedicated private connection between an organization's data center and the cloud?
Direct Connect
4
New cards
What IP addressing technology allows a /24 network to be divided into smaller subnets?
Classless addressing
5
New cards
Multicast sends traffic to whom?
A specific group of subscribed/requesting receivers
6
New cards
Anycast sends an IPv6 packet to whom?
The nearest interface sharing the anycast address
7
New cards
What is the key difference between multicast and anycast?
Multicast → group of receivers; Anycast → nearest receiver
8
New cards
Which cable supports up to 1 Gbps and is the least expensive option that meets a 750 Mbps requirement?
Cat 5e
9
New cards
Which technology was specifically designed to use existing cable TV infrastructure for high-speed data?
DOCSIS
10
New cards
Which WAN connection provides a dedicated physical connection with consistent bandwidth and low latency?
Dedicated leased line
11
New cards
Which protocol provides redundancy for the default gateway?
FHRP (First Hop Redundancy Protocol)
12
New cards
What does FHRP provide?
Default gateway redundancy/failover
13
New cards
What two factors make up EIGRP's default composite metric?
Bandwidth and delay
14
New cards
What is the general value used by a routing protocol to determine the best path?
Metric
15
New cards
What is the difference between a metric and administrative distance?
Metric selects the best path within a routing protocol; administrative distance compares routes learned from different routing sources
16
New cards
What wireless standard uses 2.4 GHz and supports up to 54 Mbps?
802.11g
17
New cards
What does channel bonding improve?
Connection speed/throughput
18
New cards
What type of network diagram shows physical devices and cabling over an office floor plan?
Physical network diagram
19
New cards
What policy must users accept before using a company's network/internet?
AUP (Acceptable Use Policy)
20
New cards
What network metric measures the actual amount of data successfully transferred per unit of time?
Throughput
21
New cards
Bandwidth vs. throughput?
Bandwidth = theoretical/maximum capacity; throughput = actual successful transfer rate
22
New cards
What type of sensor captures and analyzes network packets?
Packet capture sensor/network sniffer
23
New cards
What DNS record specifies a host and port for a specific service?
SRV
24
New cards
What DNS record is used for reverse DNS lookups?
PTR
25
New cards
What DNS record identifies the authoritative source for a domain's DNS information?
SOA
26
New cards
What DNS record can contain text entered by a domain administrator?
TXT
27
New cards
An attacker redirects a specific victim's Layer 2 traffic through the attacker's computer by manipulating IP-to-MAC mappings. What attack is this?
ARP spoofing
28
New cards
Why is the attack above ARP spoofing rather than IP spoofing?
ARP spoofing manipulates IP-to-MAC mappings at Layer 2; IP spoofing manipulates source IP information at Layer 3
29
New cards
Where should an internet-facing web server be placed when it must be isolated from the internal network?
DMZ
30
New cards
If internet traffic must reach a DMZ web server, what direction should the firewall rule allow?
PUBLIC/Internet → DMZ
31
New cards
What technology can use GPS information to verify that an authenticated user is physically near a specific location?
GPS location
32
New cards
What technology identifies endpoint characteristics during network authentication?
NAC (Network Access Control)
33
New cards
Which cable type is immune to electromagnetic interference (EMI)?
Fiber optic
34
New cards
In a high-EMI environment, fiber vs. shielded twisted pair?
Fiber provides the best EMI protection because it is immune to EMI
35
New cards
802.11b and 802.11g use what frequency?
2.4 GHz
36
New cards
If a wireless network's SSID isn't appearing during a scan, what should you suspect?
SSID broadcast is disabled
37
New cards
If your laptop cannot see ANY Wi-Fi networks but everyone else's devices work, what should you check first?
The laptop's wireless switch/adapter
38
New cards
What are runts?
Ethernet frames smaller than the minimum allowed frame size (64 bytes)
39
New cards
What can cause runts?
Collisions or transmission errors
40
New cards
What is a giant?
An Ethernet frame larger than the maximum allowed frame size
41
New cards
What command determines the path/hops packets take to a remote host?
traceroute (Linux/macOS); tracert (Windows)
42
New cards
What does ping tell you?
Whether a destination responds and the round-trip time
43
New cards
What does traceroute tell you that ping doesn't?
The path/hops packets take through the network
44
New cards
What term in this test describes a port that isn't passing traffic because of an invalid VLAN configuration?
Suspended
45
New cards
What is the difference between a disabled port and a suspended port according to this test?
Disabled = intentionally shut down; suspended = not passing traffic due to the described configuration issue
46
New cards
A device has an IP address outside the organization's assigned IP range. What is the likely problem?
Incorrect IP address assignment
47
New cards
A branch router has working local connectivity and active internet service but cannot reach the internet. What routing configuration should you check?
Default route
48
New cards
What does a default route provide?
A path for packets when no more-specific route exists
49
New cards
What is NAT's basic function?
Translates between private and public IP addresses
50
New cards
What is DHCP relay used for?
Forwarding DHCP requests between networks when the DHCP server isn't on the local network
51
New cards
Unicast vs. multicast vs. broadcast vs. anycast
Unicast = one sender → one receiver; Multicast = one sender → selected group; Broadcast = one sender → everyone on the IPv4 network; Anycast = one sender → nearest member of an IPv6 group
52
New cards
"Nearest receiver" in IPv6 → ?
Anycast
53
New cards
"Selected/subscribed group of receivers" → ?
Multicast
54
New cards
"Everyone on the network" → ?
Broadcast
55
New cards
"One sender and one receiver" → ?
Unicast
56
New cards
"Actual data successfully transferred" → ?
Throughput
57
New cards
"Theoretical maximum data rate" → ?
Bandwidth
58
New cards
"Time required for data to reach the destination" → ?
Latency
59
New cards
"Variation in packet delay" → ?
Jitter
60
New cards
"Bandwidth + delay" → ?
EIGRP
61
New cards
"Default gateway redundancy" → ?
FHRP
62
New cards
"Service + host + port" → ?
SRV
63
New cards
"Reverse IP → hostname lookup" → ?
PTR
64
New cards
"Find the path through routers" → ?
Traceroute
65
New cards
"Too-small Ethernet frame" → ?
Runt
66
New cards
"Internet-facing server isolated from internal network" → ?
DMZ
67
New cards
"Existing coax/cable TV infrastructure" → ?
DOCSIS
68
New cards
"High EMI environment" → ?
Fiber
69
New cards
"2.4 GHz + 54 Mbps" → ?
802.11g
70
New cards
"Combine wireless channels to increase throughput" → ?
Channel bonding
71
New cards
"User must agree to acceptable network use" → ?
AUP