Cyber Communications Fundamentals – Block 1

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

1/71

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering major terms, standards, devices and processes from the Block 1 Cyber Communications Fundamentals study guide.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

72 Terms

1
New cards

Grounding

Creating a conductive path to the earth to protect people, equipment and reduce electrical noise.

2
New cards

Bonding

Establishing a low-impedance path between metal parts to equalize voltage and minimize static or fault currents.

3
New cards

Electrostatic Discharge (ESD)

Sudden flow of electricity between differently-charged objects that can damage electronic components.

4
New cards

Personal Protective Equipment (PPE)

Safety gear (gloves, eye protection, hearing protection, etc.) issued to shield workers from identified hazards.

5
New cards

Fraud, Waste & Abuse (FW&A)

Intentional or careless misuse of government resources; must be reported through proper channels.

6
New cards

Risk Management – 5 Steps

1) Identify hazards 2) Assess hazards 3) Develop controls & make decisions 4) Implement controls 5) Supervise & evaluate.

7
New cards

Air Force Core Values

Integrity First, Service Before Self, Excellence in All We Do.

8
New cards

OSI Model

Seven-layer conceptual framework that describes network communications from Physical to Application.

9
New cards

Layer 1 – Physical

Transmits raw bits over media (cables, radio, fiber).

10
New cards

Layer 2 – Data Link

Frames, MAC addressing, and local point-to-point delivery.

11
New cards

Layer 3 – Network

Packets, logical addressing, routing (e.g., IP).

12
New cards

Layer 4 – Transport

End-to-end segmentation, flow control, TCP/UDP ports.

13
New cards

Layer 5 – Session

Manages dialogues and connection sessions between hosts.

14
New cards

Layer 6 – Presentation

Data translation, encryption, compression (syntax).

15
New cards

Layer 7 – Application

Interface for user processes (HTTP, FTP, DNS, etc.).

16
New cards

TCP/IP Five-Layer Model

Application, Transport, Network, Data Link, Physical; practical stack for Internet protocols.

17
New cards

TCP (Transmission Control Protocol)

Connection-oriented protocol providing reliable, ordered delivery with acknowledgements.

18
New cards

UDP (User Datagram Protocol)

Connectionless, best-effort protocol for fast, low-overhead transmissions (e.g., VoIP, streaming).

19
New cards

Port Number

Logical endpoint in TCP/UDP identifying specific services; ranges: 0–1023 well-known, 1024–49151 registered, 49152–65535 dynamic.

20
New cards

HTTP – Port 80

Hypertext Transfer Protocol used for web page transfer.

21
New cards

HTTPS – Port 443

Encrypted HTTP using TLS/SSL for secure web traffic.

22
New cards

FTP – Ports 20/21

File Transfer Protocol for moving files between hosts.

23
New cards

SMTP – Port 25

Simple Mail Transfer Protocol for sending e-mail.

24
New cards

DNS – Port 53

Domain Name System translates host names and IP addresses.

25
New cards

DHCP – Ports 67/68

Dynamic Host Configuration Protocol auto-assigns IP settings to clients.

26
New cards

SNMP – Port 161/162

Simple Network Management Protocol monitors and manages network devices.

27
New cards

ARP (Address Resolution Protocol)

Maps IP addresses to MAC addresses on local networks.

28
New cards

IP Address (IPv4)

32-bit logical address written as four decimal octets; contains network and host portions.

29
New cards

Class A IPv4 Range

1.0.0.0 – 126.255.255.255 (default /8 network).

30
New cards

Private IPv4 Ranges

10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 – not publicly routed.

31
New cards

IPv6 Address

128-bit hexadecimal address; written as eight groups of four hex digits.

32
New cards

BSSID

Basic Service Set Identifier – MAC address representing a single Wi-Fi access point.

33
New cards

SSID (Service Set Identifier)

Name broadcast by a WLAN so clients know which network to join.

34
New cards

ESSID

Extended Service Set Identifier – common SSID shared by multiple APs in the same WLAN.

35
New cards

WLAN (Wireless LAN)

802.11 network providing wireless connectivity within a limited area.

36
New cards

WWAN

Wireless Wide-Area Network using cellular technologies for long-range coverage.

37
New cards

WPAN

Wireless Personal Area Network; short-range tech such as Bluetooth or ZigBee.

38
New cards

Bluetooth (IEEE 802.15.1)

2.4 GHz WPAN standard for short-range device interconnection.

39
New cards

ZigBee (IEEE 802.15.4)

Low-power mesh network protocol for sensors & IoT.

40
New cards

Wi-Fi 802.11ac

5 GHz WLAN standard supporting up to ~1.7 Gbps with MU-MIMO.

41
New cards

CSMA/CA

Carrier Sense Multiple Access with Collision Avoidance – method 802.11 uses to share wireless medium.

42
New cards

UTP Cable

Unshielded Twisted-Pair copper cable (Cat5e, Cat6) used for Ethernet.

43
New cards

STP Cable

Shielded Twisted-Pair; includes foil/braid to reduce EMI.

44
New cards

Straight-Through Cable

RJ-45 ends wired identical (T-568A-A or B-B); connects unlike devices (PC->switch).

45
New cards

Crossover Cable

TX/RX pairs swapped (T-568A to T-568B) for like-device connections.

46
New cards

MMF (Multimode Fiber)

Fiber optic with ~50/62.5 µm core; uses LEDs; short- to medium-range.

47
New cards

SMF (Single-mode Fiber)

9 µm core fiber using lasers; supports very long, high-bandwidth links.

48
New cards

Ping

ICMP Echo test verifying reachability and latency to a host.

49
New cards

Traceroute

Utility listing each hop’s IP and delay on the path to a destination.

50
New cards

Protocol Analyzer

Captures and decodes packets for traffic analysis (e.g., Wireshark).

51
New cards

Cable Tester

Checks pinout, continuity, shorts, and pair mapping of a network cable.

52
New cards

OTDR

Optical Time Domain Reflectometer locates breaks and attenuation in fiber.

53
New cards

Loopback Plug

Adapter returning signals to the sending port for NIC or port diagnostics.

54
New cards

NMS (Network Monitoring System)

Software platform that discovers, maps, monitors, alerts and reports on network devices.

55
New cards

IDS (Intrusion Detection System)

Monitors network traffic to detect possible malicious activity or policy violations.

56
New cards

SNMP Manager

Central NMS component that polls device agents and receives traps for monitoring.

57
New cards

MIB (Management Information Base)

Database of SNMP objects a device exposes for management.

58
New cards

OID (Object Identifier)

Numeric value uniquely identifying an SNMP variable within the MIB.

59
New cards

Root Cause Analysis (RCA)

Structured process to identify underlying causes of incidents to prevent recurrence.

60
New cards

Troubleshooting Step 1

Identify the problem – gather information, duplicate symptoms, question users.

61
New cards

Troubleshooting Step 2

Establish a theory of probable cause – question the obvious, list possibilities.

62
New cards

Troubleshooting Step 3

Test the theory – verify or escalate; if disproved, return to step 2.

63
New cards

Troubleshooting Step 4

Establish and implement a plan of action to resolve the issue.

64
New cards

Troubleshooting Step 5

Verify full system functionality and apply preventive measures.

65
New cards

Troubleshooting Step 6

Document findings, actions and outcomes for future reference.

66
New cards

Crimper

Tool that secures a connector (e.g., RJ-45) onto the end of a cable.

67
New cards

Punch-Down Tool

Terminates individual wires into IDC termination blocks on patch panels or jacks.

68
New cards

Bandwidth Speed Test

Measures upload/download throughput between a host and a test server.

69
New cards

Li-Fi (IEEE 802.15.7)

Visible-light communication using LEDs for high-speed, short-range data links.

70
New cards

WiMAX (IEEE 802.16)

Broadband wireless MAN technology providing long-range connectivity.

71
New cards

BNC

Bayonet Neill-Concelman; twist-lock connector used on coaxial cables.

72
New cards

ESD Control Measures

Workstation/ personnel grounding, handling precautions, and protective packaging for ESDS parts.