CompTIA Network+ (N10-008) – Chapter 1: Networking Fundamentals

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/80

flashcard set

Earn XP

Description and Tags

These question-and-answer flashcards summarize the essential concepts, terms, protocols and technologies introduced in Chapter 1 of the CompTIA Network+ (N10-008) practice material, covering OSI layers, topologies, cable standards, IP addressing, ports & protocols, virtualization, WAN/cloud services, and related networking fundamentals.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

81 Terms

1
New cards

At which OSI layer are MAC addresses used to identify devices on a LAN?

Layer 2 – Data Link

2
New cards

Which organization created the Open Systems Interconnection (OSI) reference model?

ISO – International Organization for Standardization

3
New cards

Which OSI layer handles logical addressing and routing of datagrams?

Layer 3 – Network

4
New cards

Name the two OSI layers whose protocols encapsulate application data to form a TCP/IP packet payload.

Layer 4 – Transport and Layer 7 – Application (plus Layers 5 & 6 as needed)

5
New cards

Which OSI layer is responsible for data translation, encryption and compression?

Layer 6 – Presentation

6
New cards

A router typically operates at which OSI layer?

Layer 3 – Network

7
New cards

Which OSI layer provides entry for user applications into the protocol stack?

Layer 7 – Application

8
New cards

Dialogue (session) control between two hosts occurs at which OSI layer?

Layer 5 – Session

9
New cards

Traditional Ethernet switches work at which OSI layer?

Layer 2 – Data Link (some multilayer switches also work at Layer 3)

10
New cards

TCP and UDP reside at which OSI layer? Connection-oriented or connectionless?

Layer 4 – Transport; TCP is connection-oriented, UDP is connectionless

11
New cards

Which OSI layer adds both a header and a trailer to create a frame?

Layer 2 – Data Link

12
New cards

What MAC layer access method does Ethernet use?

CSMA/CD (Carrier Sense Multiple Access with Collision Detection)

13
New cards

What is the Ethernet Maximum Transmission Unit (MTU)?

1500 bytes of payload (1518-byte frame including header/FCS)

14
New cards

Name two TCP flags used in the three-way handshake.

SYN and ACK

15
New cards

Which TCP flag begins session termination?

FIN

16
New cards

Which physical topology provides the most redundancy?

Mesh

17
New cards

What wired topology is most common in modern Ethernet LANs?

Star (hierarchical star)

18
New cards

Which topology strictly requires terminators at both ends of the cable?

Bus

19
New cards

Define LAN, MAN and WAN briefly.

LAN: Local, single building/campus; MAN: metro-scale city; WAN: long-distance between cities/regions

20
New cards

What is a SAN?

Storage Area Network – dedicated network that provides block-level storage access (often via Fibre Channel or iSCSI).

21
New cards

Name three wireless personal-area technologies.

Bluetooth, NFC, Z-Wave

22
New cards

List the four primary DSL variants people encounter.

ADSL, SDSL, VDSL, RADSL

23
New cards

What device marks the hand-off between customer and provider wiring?

Demarcation point (often houses a Smartjack / CSU/DSU)

24
New cards

Which leased-line speed is 44.736 Mbps and equals 28 T-1s?

T-3 (DS3)

25
New cards

Which U.S. optical WAN standard defines OC levels such as OC-3?

SONET (Synchronous Optical Network)

26
New cards

Multiplexing method that forwards packets based on labels instead of IP addresses?

MPLS – Multiprotocol Label Switching

27
New cards

DOCSIS applies to which Internet access technology?

Cable broadband

28
New cards

What cloud service models comprise IaaS, PaaS, SaaS, and DaaS?

Infrastructure, Platform, Software, and Desktop as a Service

29
New cards

Define NFV.

Network Function Virtualization – running network services (firewall, router, load balancer) as software on virtualized hardware (VNFs over NFVI, managed by NFV-MANO).

30
New cards

What is a hypervisor?

Software/firmware layer that creates and runs virtual machines by abstracting physical hardware (Type 1 bare-metal or Type 2 hosted).

31
New cards

Purpose of a vSwitch?

Virtual switch enabling VMs on same hypervisor (and beyond) to communicate, supporting VLANs, bridging, etc.

32
New cards

Which virtualization type runs directly on hardware without a host OS?

Type 1 (bare-metal) hypervisor

33
New cards

Copper twisted-pair categories supporting 10GBASE-T for 100 m segments?

Cat 6A, Cat 7 (Cat 8 supports 25/40 Gb at 30 m).

34
New cards

Which two fiber core types exist and which travels farther?

Single-mode (longer distances) and Multimode (shorter).

35
New cards

Common fiber-optic connector types (name four).

ST, SC, LC, MT-RJ (also MTP/MPO).

36
New cards

What distinguishes APC from UPC fiber connectors?

APC has angled polish (8°), green body, lower return loss; must mate with APC only.

37
New cards

Define SFP and QSFP.

Small Form-Factor Pluggable (1 Gb/10 Gb) and Quad SFP (4× increments e.g., 40 Gb).

38
New cards

Purpose of a patch panel.

Cable management hardware; terminates horizontal cabling to allow flexible cross-connects via patch cords.

39
New cards

TIA/EIA-568A & 568B standards specify what?

Pinout/color codes for 8-position RJ-45 connectors on twisted-pair cabling.

40
New cards

Which tool installs UTP wires into punchdown blocks?

Punchdown tool

41
New cards

Why are pairs twisted in UTP?

Reduce crosstalk and EMI by coupling equal and opposite fields.

42
New cards

Function of NAT vs PAT.

NAT translates private to public IPs; PAT (port address translation) maps many private hosts to one public address using unique port numbers.

43
New cards

Private IPv4 ranges (RFC 1918).

10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

44
New cards

APIPA IPv4 range and purpose.

169.254.0.0/16; auto-assign when DHCP unavailable.

45
New cards

Dual-stack concept in IPv6 migration.

Running IPv4 and IPv6 simultaneously on hosts & routers.

46
New cards

IPv6 link-local prefix and typical use.

FE80::/10; automatic local-segment addressing, neighbor discovery.

47
New cards

Difference between unicast, multicast, anycast and broadcast.

Unicast: one-to-one. Multicast: one-to-many group. Anycast: one-to-nearest of many. Broadcast: one-to-all (IPv4 only).

48
New cards

CIDR enables what compared with classful addressing?

Variable-length subnet masks (VLSM) – any prefix size independent of class boundaries.

49
New cards

How many host bits remain in /24 network?

8 bits (256-2 = 254 hosts).

50
New cards

TCP/UDP well-known port for HTTPS.

443

51
New cards

Protocol/port pair for DNS queries.

UDP 53 (TCP 53 for zone transfers).

52
New cards

DHCP server listens on which ports?

UDP 67 (server) and UDP 68 (client).

53
New cards

Email protocols and their secure alternatives with default ports.

SMTP 25 (TLS 587), POP3 110 (SSL 995), IMAP4 143 (SSL 993).

54
New cards

Which protocol does Ping use?

ICMP (Echo Request/Reply).

55
New cards

Difference between FTP and TFTP.

FTP uses TCP 20/21, provides authentication & directory; TFTP uses UDP 69, simple unauthenticated file transfer.

56
New cards

What field in TCP options advertises segment size a host can accept?

MSS – Maximum Segment Size

57
New cards

What is a socket?

Combination of IP address and port number identifying a process-to-process connection (e.g., 192.168.1.5:80).

58
New cards

Connection-establishment process for TCP.

Three-way handshake: SYN → SYN/ACK → ACK.

59
New cards

UDP header size and key characteristic.

8 bytes; connectionless, no sequencing/acknowledgment.

60
New cards

Role of DNS record types A, AAAA, MX, CNAME.

A: IPv4 host; AAAA: IPv6 host; MX: mail exchanger; CNAME: alias.

61
New cards

What does TTL mean in DNS?

Time-To-Live – duration a resolver may cache a record.

62
New cards

NTP strata concept.

Defines distance from reference clock: Stratum 0 (source) → Stratum 1 servers → Stratum 2, etc.

63
New cards

Three-tier enterprise network architecture layers.

Core, Distribution (Aggregation), Access (Edge).

64
New cards

Define north-south vs east-west traffic flows.

North-south: between datacenter and external networks/users; East-west: between internal servers or VMs.

65
New cards

Spine-and-leaf design purpose.

Modern DC fabric providing predictable latency & bandwidth; spines connect all leaf switches.

66
New cards

VPN types of tunneling to carry IPv6 over IPv4.

6to4, Teredo, ISATAP (plus GRE/ IPsec tunnels).

67
New cards

GRE protocol number and purpose.

Protocol 47; encapsulates various network layer protocols over IP tunnels.

68
New cards

IPsec’s two main protocols.

AH (Authentication Header) and ESP (Encapsulating Security Payload).

69
New cards

What ports does SIP use for VoIP signalling (default/unsecure and secure)?

UDP/TCP 5060 (SIP) and 5061 (SIPS over TLS).

70
New cards

Which WAN technology traditionally uses PVCs and SVCs?

Frame Relay

71
New cards

Function of a Smartjack.

Provider-installed device at demarc for testing, signal conversion, loopback on leased lines (T-1/T-3).

72
New cards

CWDM vs DWDM difference.

CWDM uses wider wavelength spacing (less channels, cheaper); DWDM uses dense spacing (more channels, longer reach).

73
New cards

Purpose of PPPoE and typical use.

Encapsulates PPP frames inside Ethernet; used by DSL & fiber providers for authentication and per-user provisioning.

74
New cards

Service that resolves hostnames to IP addresses.

DNS – Domain Name System

75
New cards

Service that automatically assigns IP, subnet, gateway, etc., to clients.

DHCP – Dynamic Host Configuration Protocol

76
New cards

Explain SLAAC in IPv6.

Stateless Address Autoconfiguration – host forms its own address using router advertisements without a DHCPv6 server.

77
New cards

What is a VIP (Virtual IP)?

An IP address not tied to a single NIC; shared/translated (e.g., NAT public address, load-balancer front-end, floating cluster IP).

78
New cards

Define subinterface.

Logical interface created from a single physical NIC/port, often for multiple VLANs or point-to-point logical links.

79
New cards

Which port number does RDP use by default?

TCP/UDP 3389

80
New cards

Which layer of SDN is responsible for making forwarding decisions?

Control layer (controller)

81
New cards

Key benefit of infrastructure-as-code in cloud.

Automated, repeatable deployment & management of infrastructure using code/templates rather than manual configuration.