Group 05: Networking Essentials

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/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:19 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards
What is an IP address?
A numerical address used to identify and communicate with a device on a network.
2
New cards
What is the difference between a private and public IP address?
Private addresses are used inside internal networks and are not directly internet-routable, while public addresses are routable across the internet.
3
New cards
What are the private IPv4 ranges?
10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16.
4
New cards
What is a subnet mask?
A value that identifies which portion of an IP address represents the network and which portion represents the host.
5
New cards
What is CIDR notation?
A method of representing a network using an IP address and prefix length, such as 192.168.1.0/24.
6
New cards
What is a default gateway?
The router a device uses to communicate with destinations outside its local network.
7
New cards
What is TCP?
A connection-oriented protocol that provides reliable, ordered, and error-checked delivery.
8
New cards
What is UDP?
A connectionless protocol that prioritizes speed and low overhead without guaranteeing delivery or order.
9
New cards
What is the TCP three-way handshake?
SYN, SYN-ACK, and ACK.
10
New cards
What is DNS?
The system that translates domain names into IP addresses and provides other domain-related information.
11
New cards
What is DHCP?
A protocol that automatically assigns IP addresses, gateways, DNS servers, and other network settings.
12
New cards
What is the DHCP DORA process?
Discover, Offer, Request, and Acknowledge.
13
New cards
What is NAT?
Network Address Translation converts private addresses into public addresses or translates between address spaces.
14
New cards
What is a firewall?
A control that permits or blocks network traffic according to defined rules.
15
New cards
What is the difference between a stateful and stateless firewall?
A stateful firewall tracks active connections, while a stateless firewall evaluates each packet independently.
16
New cards
What is a proxy?
A system that receives and forwards requests on behalf of another device and may inspect, filter, or log the traffic.
17
New cards
What is a VPN?
An encrypted tunnel that protects communication across an untrusted network.
18
New cards
What is a VLAN?
A logical network segment used to separate devices and traffic on shared physical infrastructure.
19
New cards
What is network segmentation?
Dividing a network into controlled zones to limit access, attack paths, and incident spread.
20
New cards
What is inbound traffic?
Traffic entering a system, network, or security boundary.
21
New cards
What is outbound traffic?
Traffic leaving a system, network, or security boundary.
22
New cards
What is east-west traffic?
Traffic moving between systems inside an internal environment.
23
New cards
What is north-south traffic?
Traffic moving between an internal environment and an external network.
24
New cards
What uses port 22?
SSH for encrypted remote administration.
25
New cards
What uses port 25?
SMTP for transferring email between mail servers.
26
New cards
What uses port 53?
DNS.
27
New cards
What uses port 80?
HTTP for unencrypted web traffic.
28
New cards
What uses port 88?
Kerberos authentication.
29
New cards
What uses port 123?
NTP for time synchronization.
30
New cards
What uses port 389?
LDAP.
31
New cards
What uses port 443?
HTTPS for web traffic protected by TLS.
32
New cards
What uses port 445?
SMB for Windows file sharing and remote administration.
33
New cards
What uses port 636?
LDAPS, which protects LDAP communication using TLS.
34
New cards
What uses port 3389?
Remote Desktop Protocol.
35
New cards
Why should traffic not be considered legitimate only because it uses a common port?
Attackers can use legitimate ports, tunnel traffic, or configure services to communicate over nonstandard ports.
36
New cards
What happens when a user enters a website into a browser?
DNS resolves the domain, the client establishes a TCP connection, TLS is negotiated for HTTPS, an HTTP request is sent, and the server returns content for the browser to rende