Mapping Network Devices to OSI Model - 1.1

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

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Hub

Layer 1; broadcasts data to all ports; replaced by switches in modern networks

2
New cards

Repeater

Layer 1; purely amplifies signal, no addressing

3
New cards

NIC (Network Interface Card)

Layer 2; connects device to network; handles framing and MAC addressing

4
New cards

Access Point (AP)

Layer 2; connects wireless devices to wired network; uses MAC addresses

5
New cards

Bridge

Layer 2; older tech, largely replaced by switches

6
New cards

Switch

Layer 2 (or 3 if routing); forwards traffic using MAC or IP addresses

7
New cards

Router

Layer 3; Connects different networks and routes traffic using IP addresses

8
New cards

Firewall

Layer 3 (IP filtering) or Layer 4 (TCP/UDP ports); filters traffic based on rules

9
New cards

IDS/IPS (Intrusion Detection/Prevention System)

Layer 3; Monitors or blocks suspicious traffic

10
New cards

Load Balancer

Layer 4 (TCP/UDP) or 7 (application content); Distributes network traffic across multiple servers

11
New cards

Proxy Server

Layer 7; acts as an intermediary between a user's device and the internet, receiving requests from clients, forwarding them to the relevant server, and returning the server's response to the client.

12
New cards

Physical - 1

hardware + signals

defines physical aspects of network like media types (cables, connectors), voltage levels, signal frequencies, max cable length, bandwidth limits

specifies physical topology

13
New cards

Data link - 2

prepares data for physical transmission; handles framing, MAC addressing, and error detection

unit of data: frame

Sublayers:

  1. Media Access Control - controls access to physical media (who can send data and when)

  2. Logical Link Control - manages error checking and flow control

Common layer 2 protocols and techs:

  • HDLC, PPP, PPTP, L2TP: used for WAN links and tunneling

  • STP: prevents switching loops

  • VLANs: segment networks logically

14
New cards

Network - 3

handles routing, which moves data between different networks

uses logical IP addresses, not MAC

Routing decisions determine best path for data to reach destination

Routing protocols allow routers to share and update path info

Routing can be

  • static - manually configured by admin

  • dynamic - automatically updated using routing protocols

fragment frames to traverse through networks

anything ip, router, packet, or subnet masking related

15
New cards

Transport - 4

moves data between devices efficiently and reliably

error checking, service addressing (delivers data to right app using port number), segmentation

Transmission Control Protocol - reliable, connection oriented guaranteed delivery

User Datagram Protocol - faster, connectionless not guaranteed delivery

buffering: temporarily storing data if receiver is slow or busy

windowing: sending chunks of data that require fewer acks

16
New cards

Session - 5

manages communication sessions between apps on different devices

establishes, maintains, terminates app level connections

17
New cards

Presentation - 6

responsible for translating data formats between application and network layer

handles data encoding, encryption, compression

18
New cards

Application - 7

interfaces directly with end users or apps to send or receive network data

exs: file access, printing, email, web browsing, time sync

common protocols: HTTP, FTP, DNS, POP3

19
New cards

Network Attached Storage (NAS)

dedicated file level storage device connected to network that allows users to store and retrieve data from a central location

20
New cards

Storage Area Network (SAN)

high speed specialized network that provides block level access to storage devices in large enterprise environments

21
New cards

Wireless LAN Controller (WLAN controller)

manages multiple wireless APs in a network; helps with performance and security monitoring

22
New cards

Content Delivery Network (CDN)

application layer; globally distributed network of proxy servers and data centers designed to delivery internet users fast

23
New cards

virtual private network (VPN)

network layer; creates safe and encrypted connection over less secure network

24
New cards

quality of service (QOS)

set of technologies and policies used to manage and prioritize network traffic to ensure performance of critical application and service