8 real N10-009 flashcards, sampled across every domain the exam tests. Each concept card is paired with the misconception card built from the tempting wrong answer - the trap most decks skip. No account, no card.
The full deck has 648 flashcards. For a domain-by-domain breakdown and a study plan, read the N10-009 study guide.
schoolConceptNetwork Troubleshooting
In the CompTIA methodology, what must a technician do with a freshly formed theory of probable cause before doing anything else?
arrow_downward
Test the theory to confirm whether it is actually the cause. The method sequences theory work as establish, then test, then plan, then implement, so a change can only follow a tested and confirmed cause.
errorMisconceptionNetwork Troubleshooting
I already suspect a duplex mismatch, so the efficient move is to hard-code both interfaces to the same speed and duplex right away.
arrow_downward
That is the eventual corrective action, but implementing a change comes only after the theory has been tested and a plan of action has been established. Jumping straight to the fix skips the required test step.
schoolConceptNetworking Concepts
How do you work out how many usable host addresses a given IPv4 prefix provides, and why does a /29 give exactly six?
arrow_downward
Take two raised to the number of host bits, then subtract two for the all-zeros network address and the all-ones broadcast address. A /29 leaves three host bits, so two to the third power is eight total addresses, minus two leaves six usable hosts.
errorMisconceptionNetworking Concepts
A /28 sounds right for six usable hosts because it is one of the smaller subnets.
arrow_downward
A /28 leaves four host bits, giving 16 addresses and 14 usable hosts. That is a single host bit too many and doubles the size needed; the requirement of six usable hosts is met by a /29, which leaves three host bits.
schoolConceptNetwork Implementation
Two PCs on one switch sit in different VLANs on different subnets and each reaches its own VLAN but not the other. What kind of device must handle the traffic between them?
arrow_downward
A Layer 3 device. Each VLAN is a separate broadcast domain mapped to its own IP subnet, so traffic between subnets must cross a Layer 3 boundary. A router subinterface or a multilayer switch SVI supplies that inter-VLAN gateway while the VLANs stay separate.
errorMisconceptionNetwork Implementation
PC-A cannot reach PC-B in another VLAN, so I just need an 802.1Q trunk between the switchports to connect the two VLANs.
arrow_downward
A trunk multiplexes several VLANs onto one switch-to-switch link so their tags survive the hop. It does not route packets from one VLAN subnet into another. Crossing subnets still needs a Layer 3 device.
schoolConceptNetwork Operations
Which SNMP version and security level encrypts both the login credentials and the message payload in transit?
arrow_downward
SNMPv3 in authPriv mode. Its User-based Security Model authenticates the user and adds a privacy protocol such as AES on top, so both credentials and payload are encrypted. SNMPv1 and SNMPv2c rely on cleartext community strings and encrypt nothing.
errorMisconceptionNetwork Operations
A non-default read-only community string on SNMPv2c keeps the traffic private in transit.
arrow_downward
A non-default community is safer than 'public', but SNMPv2c still carries the community string and message payload in cleartext, so nothing is encrypted on the wire. Confidentiality needs SNMPv3 authPriv.
Examworthy is not affiliated with or endorsed by CompTIA. All flashcards are original, drawn from our own blueprint-aligned practice questions. We never reproduce live exam items. N10-009 and related marks belong to their respective owners.