Net+

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

1/133

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:54 PM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

134 Terms

1
New cards

What does MAC stand for?

Media Access Control

2
New cards

What is a MAC address?

A unique hardware address assigned to a NIC

3
New cards

What does IP stand for?

Internet Protocol

4
New cards

What is IP?

A Logical address used to identify a device and route data across networks

5
New cards

Layer 1 =

Physical (cables)

6
New cards

Layer 2 =

Data Link (MAC, switching)

7
New cards

Layer 3 = ?

Network (IP, routing)

8
New cards

Layer 4 = ?

Transport (TCP/UDP)

9
New cards

Layer 5 = ?

Session (start/stop)

10
New cards

Layer 6 = ?

Presentation (format/encrypt)

11
New cards

Layer 7 = ?

Application (what user sees)

12
New cards

7 → 1, 1→ 7

Sending, Receiving

13
New cards

What does a router do? and what layer?

Routes traffic between networks (IP, Layer 3)

14
New cards

What does a switch do? and what layer?

Connects devices on same network (MAC, Layer 2)

15
New cards

What does a firewall do?

Filters traffic (allow/block)

16
New cards

IDS vs IPS?

IDS = detect, IPS = prevent

17
New cards

What does a load balancer do?

Distributes traffic across servers

<p>Distributes traffic across servers</p>
18
New cards

What does a proxy do?

Acts as middleman for requests

<p>Acts as middleman for requests</p>
19
New cards

What does NAS stand for?

Network Attached Storage

20
New cards

SAN stand for?

Storage Area Network

21
New cards

NAS vs SAN?

NAS = network storage, SAN = local-like storage

22
New cards

What does an access point do?

Provides WiFi (extends network)

23
New cards

What does a wireless controller do?

Manages access points

24
New cards

What does CDN stand for?

Content Delivery Network

25
New cards

What does a CDN do?

Speeds up content by using nearby servers

26
New cards

What does VPN stand for?

Virtual Private Network

27
New cards

What does a VPN do?

Creates a secure encrypted connection

28
New cards

What does QoS do?

Quality of Service

29
New cards

What does QoS do?

Prioritizes network traffic

<p>Prioritizes network traffic </p>
30
New cards

What does TTL stand for?

Time to live

31
New cards

What does DNS stand for?

Domain Name System

32
New cards

What does DNS do?

Translates domain names to IP addresses

33
New cards

What is cloud computing?

On-demand computing over the internet

34
New cards

What is elasticity?

Ability to scale resources up or down

35
New cards

What is multitenancy?

Multiple customers share cloud infrastructure

36
New cards

What does NFV stand for?

Network function virtualization

37
New cards

What is NFV?

Virtual versions of networking devices

  • Example: 

    • Virtual firewall 

    • Virtual router

38
New cards

What does VPC stand for?

Virtual Private Cloud

39
New cards

What is a VPC?

Private section of a public cloud

40
New cards

What is a network security list?

Security rules for entire subnet

41
New cards

What is a security group?

Security rules for specific devices

42
New cards

What is a public cloud?

Cloud available to everyone over internet

43
New cards

What is a private cloud?

Organization’s own cloud environment

44
New cards

What is a hybrid cloud?

Mix of public and private cloud

45
New cards

What is SaaS?

Software as a service. Ready-to-use software over internet

46
New cards

What is PaaS?

Platform as a service. Cloud platform for developing apps

47
New cards

What is IaaS?

Infrastructure as a service or Hardware as a service. Cloud-based virtual infrastructure/servers

48
New cards

What does TCP stand for?

Transmission Control Protocol

49
New cards

What is TCP?

Reliable connection-oriented protocol

50
New cards

What does UDP stand for?

User Datagram Protocol

51
New cards

What is UDP?

Fast connectionless protocol

52
New cards

TCP vs UDP?

TCP = Reliable, UDP = fast

53
New cards

What do ports do?

Direct data to the correct application

54
New cards

Non-ephemeral ports? (# - ####)

Permanent/common service ports (0–1023)

55
New cards

Ephemeral ports? (#### - ##,###)

Temporary client ports (1024–65,535)

56
New cards

What does ICMP stand for?

Internet Control Message Protocol

57
New cards

What does ICMP do? What command commonly uses ICMP?

Sends network status and error messages between devices. Ping

58
New cards

What does GRE stand for?

Generic Routing Encapsulation

59
New cards

What does GRE do? Does GRE provide encryption?

Creates a tunnel between two endpoints by encapsulating traffic. No.

60
New cards

What does VPN stand for?

Virtual Private Network

61
New cards

What does a VPN do?

Creates an encrypted connection across a public network.

62
New cards

What is a site-to-site VPN?

A permanent VPN connection between two networks.

63
New cards

What does IPSec stand for?

Internet Protocol Security

64
New cards

What does IPSec do?

Provides authentication and encryption for IP packets.

65
New cards

What OSI layer does IPSec operate on?

Layer 3 (Network)

66
New cards

What does IKE stand for?

Internet Key Exchange

67
New cards

What does IKE do?

Negotiates encryption keys for IPSec.

68
New cards

IKE port?

UDP 500

69
New cards

What does AH stand for?

Authentication Header

70
New cards

What does AH do? Does AH encrypt data?

erifies packet integrity and authenticity. No.

71
New cards

What does ESP stand for?

Encapsulation Security Payload

72
New cards

What does ESP do?

Encrypts and protects IP packets.

73
New cards

Which IPSec protocol provides encryption and Authentication?

ESP

AH

74
New cards

What is Unicast?

One-to-one communication between two devices. Ex: Example:

You open:

google.com

Your laptop is talking to Google’s server.

Not everyone.

Just one destination.

Real-world examples:

  • Web browsing

  • File Transfers

75
New cards

What is Multicast?

One-to-many communication sent only to interested devices. Ex: Example

Imagine:

  • 100 employees watching a company livestream

Instead of sending:

100 separate streams

The sender sends one multicast stream.

Only subscribers receive it.

Real-world examples:

  • Video Streaming

76
New cards

What is Anycast?

One-to-one-of-many communication where traffic goes to the closest destination. Ex: Imagine Google has:

Seattle DNS Server
Dallas DNS Server
New York DNS Server

All use the SAME IP address.

When you connect:

The network automatically sends you to the closest one.

77
New cards

What is Broadcast?

One-to-all communication sent to every device on a network.

78
New cards

What is the marketing name for 802.11n?

Wi-Fi 4

79
New cards

What frequencies does 802.11n use?

2.4 GHz and 5 GHz

80
New cards

What is the marketing name for 802.11ac?

Wi-Fi 5

81
New cards

What frequency does 802.11ac use?

5 GHz

82
New cards

What is the marketing name for 802.11ax?

Wi-Fi 6 / Wi-Fi 6E

83
New cards

What frequencies does 802.11ax use?

2.4 GHz, 5 GHz, and 6 GHz

84
New cards

What is the marketing name for 802.11be?

Wi-Fi 7

85
New cards

What frequencies does 802.11be use?

2.4 GHz, 5 GHz, and 6 GHz

86
New cards

Wifi 4 = , wifi 5 = , wifi 6 = , wifi 7 = ?

802.11n, 802.11ac, 802.11ax, 802.11be

87
New cards

What does LTE stand for?

Long Term Evolution

88
New cards

LTE is associated with what generation?

4G

89
New cards

What are major benefits of 5G? (3 points)

Higher speeds, lower latency, more device capacity

90
New cards

What is a common use case for satellite networking?

Remote locations without traditional internet access

91
New cards

What is a major disadvantage of satellite networking?

High latency

92
New cards

What weather condition can impact satellite networking?

Rain fade

93
New cards

What is Ethernet?

The most common wired networking technology.

94
New cards

What is IEEE?

They're the organization that creates networking standards.

95
New cards

What does IEEE stand for?

Institute of Electrical and Electronics Engineers

96
New cards

What IEEE committee manages Ethernet standards?

IEEE 802.3

97
New cards

In 1000BASE-T, what does 1000 represent?

1000 Mbps (1 Gbps)

98
New cards

In 10GBASE-T, what does 10G represent?

10 Gbps

99
New cards

What does BASE mean?

Baseband

100
New cards

In Ethernet standards, what does T represent?

Twisted-pair copper