Chapter 2 Networking Appliances, Applications, and Functions

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

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:45 PM on 6/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Router

Connects multiple networks together enabling communication across the internet

2
New cards

Network Desrination

The destination IP address or network that the router can send packets to

3
New cards

Netmask

Used to define the size of the network for the corresponding destination.

4
New cards

Gateway

What packets are sent through to reach their destination

5
New cards

Interface

A network connection on the router through which packets will be sent

6
New cards

Static routes

Manually configured in the router these don’t change unless someone manually modifies them

7
New cards

Dynamic Routes

Automatically calculated by the router using routing protocols such as OSPF, RIP, or BGP

8
New cards

Switch

Connects devices within a network, forwarding based on MAC addresses

9
New cards

unmanaged switch

A simple plug-and-play device that cannot be configured

10
New cards

Managed switch

Can authenticate users and devices through 802.1x network access protocol (port based authentication). Allows setting configuration, traffic management, and creation of VLANs

11
New cards

PoE Switch

Provides data connection and electrical power to devices through the same network cable

12
New cards

Layer 2 Switches

Use MAC addresses to forward data to devices (simple networks)

13
New cards

UTM firewalls - unified threat management

Provide malware inspection, data loss prevention (DLP), content filtering, and URL filtering.

14
New cards

NGFWs - New Generation Firewalls

Combine traditional capabilities with advanced application-aware security and threat intelligence. Operate at layer 7 and use advanced behavioral analysis and monitoring.

15
New cards

Layer 4 Firewall

The gatekeeper of network traffic entrusted with basic packet filtering. Ensures three way handshake takes place.

16
New cards

Layer 7 Firewalls

Examines the network traffic at the application layer. Identifies, manages, and controls specific applications, user actions, and content.

17
New cards

Stateless Firewall

Basic packet filtering looking at each packets header and based on this it decides whether the packet should pass through or be blocked

18
New cards

Stateful Firewall

Analyzes data deeply making informed decisions operating at layer 3 and 4. This device knows the size and format of each type of network packet.

19
New cards

IDS (Intrusion Detection System)

Actively looks for suspicious activity and flags any potential threats. Analyzes patterns and anomalies in data traffic and alerts administration.

20
New cards

IPS (Intrusion Prevention System)

Continually analyzes network traffic and takes immediate action in blocking or preventing malicious activity.

21
New cards

Load Balancer

Allocates incoming network traffic among several identical servers or resources to enhance resource efficiency

22
New cards

Least connections algorithm

Load balancer sends traffic to the server with the fewest active connections.

23
New cards

Least response time algorithm

Load balancer sends traffic to the server with the lowest average response time to ensure faster processing

24
New cards

IP Hash Algorithm

Uses a hash of clients IP addresses to consistently route requests to the same server

25
New cards

Proxy Server

An intermediary between clients and servers forwarding requests and responses while providing additional functionalities such as caching, filtering, and anonymity.

26
New cards

URL Filtering

Checks to see if websites are on a block list to see whether the request should be blocked

27
New cards

Content Filtering

Examines content on the requested web page and based on the filters set up the request may be blocked based on text, images, or other elements.

28
New cards

Web page caching

Reduces bandwidth and speeds up access by storing frequently accessed web pages on the local network.

29
New cards

NAS Device - Network Attached Storage

A storage device connected to a network that allows multiple users and devices to store and access files centrally. These devices appear as a local drive on your computer.

30
New cards

SAN Storage Area Network

High speed network that connects servers to storage devices. Provides block level access which allows the data to be written and referred to as a logical unit.

31
New cards

FC SANs

Commonly used in large enterprises, requires specialized hardware including fiber channel switches and host bus adaptors (more expensive) highly reliable.

32
New cards

iSCSI - Internet Small Computer Systems Interface

A protocol that allows SANs to use standard Ethernet networks instead of FC hardware. Uses TCO/IP to send storage data over local or WANs. Not as fast as FCP most cost effective option (medium sized organizations)

33
New cards

Wireless Access Point (AP)

A networking device that acts like a bridge connecting wireless devices such as computers, laptops, and smartphones to a wired network using WiFi

34
New cards

Content Delivery Network (CDN)

A network of geographically distributed servers that deliver web content and multimedia efficiently to users based on their geographic location. These devices store caches of data in different locations around the globe.

35
New cards

VPN - Virtual Private Network

Creates encrypted tunnels that protect data as it travels across potentially untrusted networks.

36
New cards

Tunneling

A network technique used to secure and encrypt data as it travels across potentially untrusted networks.

37
New cards

Tunnel mode

User create a VPN session from a remote location. During this AH and ASP are both encrypted.

38
New cards

Always on Mode

Applied during the creation of a site-to-site VPN to build a point-to-point connection between two sites in possession of their own VPNs. Connection is available all the time. Both AH and ESP are encrypted.

39
New cards

Transport Mode

Used during the creation of an IPSec tunnel with an internal network using client/server-to-server communication. Only the ESP is encrypted.

40
New cards

DH key exchange

A method that allows two parties to generate a shared secret key over an insecure channel.

41
New cards

QoS

Prioritizes and manages network traffic to ensure performance and reliability

42
New cards

TTL

Limits the lifespans of packets to prevent network congestion and loops.