📒
cybersecurity notes
  • Welcome
  • Memory Forensics
    • Resources
    • autovol
    • Memory Forensics - 13cubed
      • Intro to Memory Forensics
      • Windows Memory Analysis
      • Windows Process Genealogy
      • Pulling threads
      • Persistence in Memory
      • Memory Forensics Baselines
      • Extracting Prefetch
      • Shellbag forensics
    • Challenges
      • BTLO
        • Memory Analysis - Ransomware
      • Memlabs
        • Lab 1 - Beginner's Luck
    • Analysis
      • Stuxnet
      • Zeusbot
      • Darkcomet RAT
      • ZeroAccess Rootkit
  • Linux
    • Linux commands
  • Malware Analysis
    • Triaging
    • Malware Analysis - 13cubed
    • gdb
  • Networking
    • CCNA notes
      • Network devices
      • Interfaces and cables
      • OSI model & TCP-IP suite
      • Intro to CLI
      • Ethernet LAN switching (1)
      • Ethernet LAN switching (2)
      • IPv4 addressing (1)
      • IPv4 addressing (2)
      • Switch Interfaces
      • IPv4 Header
      • Static routing
      • Life of a Packet
      • Subnetting (1)
      • Subnetting (2)
      • Subnetting (3)
      • VLAN (1)
      • VLAN (2)
      • VLAN (3)
      • DTP & VTP
      • Spanning Tree Protocol (1)
      • Spanning Tree Protocol (2)
      • RSTP
      • Etherchannel
      • Dynamic routing
      • RIP & EIGRP
      • OSPF (1)
      • Others (gdrive)
Powered by GitBook
On this page
  • Network
  • Nodes
  • Switches
  • Routers
  • Firewalls
  1. Networking
  2. CCNA notes

Network devices

PreviousCCNA notesNextInterfaces and cables

Last updated 1 year ago

Network

A computer network is a digital telecommunications network which allows nodes to share resources. Eg: 2 PCs connected through a cable.

Nodes

  • Router

  • Switch

  • Firewall (hardware)

  • Server - device that provides functions or services for clients

  • Client - device that accesses a service made available by a server. (together with server - end hosts/points)

Switches

  • used to forward traffic within a LAN (provide connectivity to hosts within same LAN)

  • have many network interfaces/ports for endhosts to connect to (usually 24+)

  • do not provide connectivity between LANs or over the internet

  • Cisco - Catalyst

Routers

  • are used to provide connectivity between LANs

  • used to send data over the internet

  • have fewer network interfaces than switches

  • Cisco - ISR

Firewalls

  • monitor and control network traffic based on configured rules

  • can be placed 'inside the network' or 'outside the network'

  • 'Next generation firewalls' when they include modern and advanced filtering capabilities (IPS - Intrusion Prevention System)

  • Cisco - ASA, Firepower

  • Network firewalls - hardware devices that filter traffic between networks

  • Host-based firewalls - software applications that filter traffic entering and exiting a host machine, like PC