CompTIA Network+ N10-009 Comprehensive Flashcards

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

1/44

flashcard set

Earn XP

Description and Tags

Flashcards covering the essential vocabulary, protocols, models, and troubleshooting steps for the CompTIA Network+ N10-009 exam.

Last updated 12:00 PM on 6/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

45 Terms

1
New cards

Layer 7 - Application

The user-facing OSI layer providing network services such as DNS, HTTP, HTTPS, SMTP, SSH clients, and directory queries.

2
New cards

Layer 6 - Presentation

The OSI layer responsible for encryption, compression, and data formatting, conceptually including TLS.

3
New cards

Layer 5 - Session

The OSI layer that sets up, maintains, and tears down conversations, with examples including SIP and RPC-style sessions.

4
New cards

Layer 4 - Transport

The OSI layer managing TCP/UDP ports, segmentation, reliability, retransmission, sequencing, and flow control.

5
New cards

Layer 3 - Network

The OSI layer handling IP addressing, routing, ICMP, and IPv4/IPv6 packet delivery between networks.

6
New cards

Layer 2 - Data Link

The OSI layer dealing with Ethernet frames, MAC addresses, switching, VLAN tags, ARP adjacency, and STP.

7
New cards

Layer 1 - Physical

The OSI layer involving cabling, radio, light, pinouts, transceivers, signal quality, and speed/duplex negotiation.

8
New cards

Encapsulation Order

The process from sender: application data \rightarrow TCP/UDP segment \rightarrow IP packet \rightarrow Ethernet frame \rightarrow bits/signals.

9
New cards

Ethernet Frame Components

Includes Destination MAC (6 bytes6 \text{ bytes}), Source MAC (6 bytes6 \text{ bytes}), EtherType (2 bytes2 \text{ bytes}), and LCS (4 bytes4 \text{ bytes}).

10
New cards

IDS vs. IPS

IDS (Intrusion Detection System) detects suspicious activity, while IPS (Intrusion Prevention System) detects and actively blocks it.

11
New cards

NAS vs. SAN

NAS (Network Attached Storage) provides file-level storage, while SAN (Storage Area Network) provides block-level storage often using Fibre Channel or iSCSI.

12
New cards

SaaS (Software as a Service)

Cloud model where the provider manages the application and infrastructure while the customer manages data and identities.

13
New cards

PaaS (Platform as a Service)

Cloud model where the provider manages infrastructure, OS, and runtime while the customer manages applications and data.

14
New cards

IaaS (Infrastructure as Service)

Cloud model where the provider manages physical infrastructure while the customer manages the OS, applications, and security policy.

15
New cards

SDN (Software Defined Networking)

A networking architecture that separates control plane logic from forwarding hardware using centralized controllers.

16
New cards

Unicast

A traffic type representing one sender to one specific receiver.

17
New cards

Broadcast

A traffic type representing one sender to all devices in the broadcast domain.

18
New cards

Multicast

A traffic type representing one sender to a group of interested receivers.

19
New cards

Anycast

A traffic type where many destinations share one address and routing sends the client to the nearest/best instance.

20
New cards

APIPA (Automatic Private IP Addressing)

The range 169.254.0.0/16169.254.0.0/16 used when DHCP fails or no static address is configured.

21
New cards

Private IPv4 Ranges

Defined as 10.0.0.0/810.0.0.0/8, 172.16.0.0/12172.16.0.0/12, and 192.168.0.0/16192.168.0.0/16.

22
New cards

IPv6 Link-Local Address

Addresses beginning with FE80::/10\text{FE80::/10} used on the local link only.

23
New cards

Neighbor Discovery

The IPv6 mechanism that replaces ARP functionality using ICMPv6.

24
New cards

DNS (Domain Name System)

A service that maps names to addresses and services using port 5353 (UDP for queries, TCP for zone transfers).

25
New cards

SNMP (Simple Network Management Protocol)

A protocol for monitoring and managing devices using port 161161 for queries and 162162 for traps.

26
New cards

RADIUS

An AAA protocol using UDP ports 1812/18131812/1813 that encrypts only the password.

27
New cards

TACACS+ (Terminal Access Controller Access-Control System Plus)

An AAA protocol using TCP port 4949 that encrypts the entire packet body; preferred for device administration.

28
New cards

CIDR (Classless Inter-Domain Routing)

A notation indicating the number of network bits, where usable hosts is calculated as 2host bits22^{\text{host bits}} - 2.

29
New cards

VLAN (Virtual Local Area Network)

Technique to create separate Layer 2 broadcast domains on a single switch.

30
New cards

STP (Spanning Tree Protocol)

A protocol that prevents Layer 2 loops by blocking redundant paths.

31
New cards

LACP (Link Aggregation Control Protocol)

A protocol that bundles multiple physical links into one logical link for redundancy and bandwidth.

32
New cards

WPA3-Personal

A wireless security standard using SAE (Simultaneous Authentication of Equals) to resist offline dictionary attacks.

33
New cards

RIP (Routing Information Protocol)

A distance-vector IGP using hop count as a metric, with a maximum of 15 hops15 \text{ hops}.

34
New cards

OSPF (Open Shortest Path First)

A link-state IGP using cost as a metric, organized around a backbone Area 00.

35
New cards

BGP (Border Gateway Protocol)

A path-vector EGP used to route between autonomous systems on the internet.

36
New cards

MTBF (Mean Time Between Failures)

A performance metric measuring the average time between failures; higher is better.

37
New cards

MTTR (Mean Time To Repair)

A performance metric measuring the average time to repair a system; lower is better.

38
New cards

CIA Triad

The core security principles: Confidentiality, Integrity, and Availability.

39
New cards

Zero Trust

A security model that never assumes trust based on location and verifies identity and context continuously.

40
New cards

North-South Traffic

Traffic patterns representing data entering or leaving the network.

41
New cards

East-West Traffic

Traffic patterns representing lateral movement within a data center or network.

42
New cards

Troubleshooting Step 1

Identify the problem by gathering information, questioning users, determining scope, and checking for changes.

43
New cards

Troubleshooting Step 7

Document findings, actions, outcomes, and lessons learned.

44
New cards

Single-mode Fiber

Fiberoptic cabling using a small core and laser for long distances.

45
New cards

Multimode Fiber

Fiberoptic cabling using a larger core and LEDs for high bandwidth over shorter distances.