Networking Terminology

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

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:00 AM on 8/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

75 Terms

1
New cards

Network:

a group of connected devices that can communicate

2
New cards

Node:

any device connected to a network

3
New cards

IP Address:

a unique numerical address assigned to a device

4
New cards

MAC Address:

a unique physical address assigned to a network interface it is used to identify devices within a network segment

5
New cards

Subnet Mask:

defines the network and host portions of an IP address

6
New cards

Default Gateway:

the node that forwards traffic to other networks

7
New cards

Domain Name System (DNS):

translates domain names to IP addresses

8
New cards

Dynamic Host Configuration Protocol (DHCP):

automatically assigns IP addresses

9
New cards

Router:

a device that forwards data between different networks

10
New cards

Switch:

a device that connects devices within the same network

11
New cards

Hub:

a basic device that connects multiple devices in a network

12
New cards

Firewall:

a security system that monitors and controls network traffic

13
New cards

Protocol:

a set of rules that govern data communication

14
New cards

Transmission Control Protocol (TCP):

ensures reliable data transmission

15
New cards

User Datagram Protocol (UDP):

a connectionless protocol for faster transmission

16
New cards

Port:

a logical endpoint used for communication in a network

17
New cards

Local Area Network (LAN):

a network within a limited area

18
New cards

Wide Area Network (WAN):

a network that spans larger geographical areas

19
New cards

Virtual Private Network (VPN):

a secure connection over the internet

20
New cards

Bandwidth:

the maximum data transfer rate of a network

21
New cards

Latency:

the delay before data begins to transfer

22
New cards

Packet:

a unit of data transmitted over a network

23
New cards

Service Set Identifier (SSID):

the name of a Wi-Fi network

24
New cards

Access Point:

a device that provides wireless network access

25
New cards

Topology:

the physical or logical layout of a network

26
New cards

Address Resolution Protocol (ARP):

connects a logical IP address to physical MAC address on a local area network (LAN)

27
New cards

Ipconfig:

show network configuration

28
New cards

ipconfig/all:

show detailed IP information

29
New cards

ipconfig/release:

release IP address

30
New cards

ipconfig/renew:

renew IP address

31
New cards

ipconfig/flushdns:

clear DNS cache

32
New cards

Ping [IP]:

check network connectivity

33
New cards

Tracert [IP]:

trace route to a destination

34
New cards

Nslookup [domain]:

query DNS for domain details

35
New cards

Netstat -an:

show active network connections

36
New cards

Arp -a:

show ARP cache

37
New cards

Hostname:

display computer name

38
New cards

Getmac:

show MAC address of network adapters

39
New cards

Net share:

list shared resources

40
New cards

Net start/stop:

stop a windows service

41
New cards

Netsh:

configure network settings

42
New cards
Application:

acts as the direct interface between software programs and the network. This layer provides network services for user actions like web browsing, email, and file transfers

43
New cards

DNS (53):

converts domain names to IP addresses

44
New cards

DHCP (67/68):

automatically assigns IP addresses

45
New cards

HTTP (80):

unencrypted web traffic

46
New cards

HTTPS (443):

secure encrypted web traffic

47
New cards

SMTP (25):

sending email

48
New cards

POP3 (110):

receiving email

49
New cards

IMAP (143):

email synchronization

50
New cards

SNMP (161/162):

network monitoring and management

51
New cards

NTP (123):

time synchronization

52
New cards

SSH (22):

secure remote access

53
New cards

FTP (21):

file transfer

54
New cards

SFTP (22):

secure file transfer

55
New cards

TFTP (69):

lightweight file transfer

56
New cards

SIP (5060/5061):

VoIP call signaling

57
New cards

RTP:

voice and video media transport

58
New cards
Presentation:

Acts as a data translator. Takes data from the application layer, changes the format, encrypts it, or compresses it so that different computer systems can understand each other

59
New cards
Session:

Sets up, manages, and closes communication links between programs on different devices. It acts like a coordinator for a phone call, making sure the connection stays open, flows smoothly, and ends the right way.

60
New cards
Transport:

TCP: reliable, connection-oriented, sequencing, acknowledgments (guaranteed delivery)

UDP: fast, connectionless, low overhead (prioritizes speed)

61
New cards
Network:

It handles logical addressing, packet routing, and forwarding data across different networks. It takes segments from the transport layer, turns them into packets, and finds the best path to the destination.

62
New cards

Internet Control Message Protocol (ICMP):

send error alerts and operational status info (ping and diagnostics) / (tests connectivity)

63
New cards

Open Shortest Path First (OSPF):

routing protocol used by routers to find best path for data inside a single network or autonomous system (routes inside networks)

64
New cards

Border Gateway Protocol (BGP):

core routing protocol of the internet (routes the internet)

65
New cards

Generic Routing Encapsulation (GRE):

a tunneling protocol developed by Cisco that wraps data packets inside another protocol header

66
New cards

Internet Protocol Security (IPsec):

group of protocols that secures communication over public networks like the internet (secure VPN encryption)

67
New cards

Multiprotocol Label Switching (MPLS):

a high performance networking method that directs data packets along predetermined paths using short labels instead of long IP addresses

68
New cards

Virtual Extensible LAN (VXLAN):

a network virtualization technology that extends Layer 2 networks over a Layer 3 infrastructure by wrapping Ethernet frames inside UDP packets

69
New cards
Data Link:

It moves data safely between directly connected nodes on the same local network. This layer takes packets from the network layer, turns them into frames, adds physical MAC addresses, and checks for transmission errors

70
New cards

ARP:

IP to MAC resolution

71
New cards

Ethernet:

local area network (LAN) communication

72
New cards

Spanning Tree Protocol (STP):

prevent switching loops

73
New cards

Link Aggregation Control Protocol (LACP):

link aggregation – ensure high availability

74
New cards

Virtual Local Area Network (VLAN):

network segmentation

75
New cards
Physical:

Transmit raw, unstructured binary data bits across a physical network medium (cables, fiber, radio waves, etc.). Turns digital data into physical light, radio signals, electricity