CCNA Notes

200-301 Exam Prep

Progress0/67

0% complete

Practice TestsNew
1Networking Devices2Interfaces And Cables3OSI Model and TCP/IP Suite4Intro to the CLI5Ethernet LAN Switching - Part 16Ethernet LAN Switching - Part 27IPv4 Addressing - Part 18IPv4 Addressing - Part 29Switch Interfaces10The IPv4 Header11Routing Fundamentals - Part 111Static Routing - Part 212Life of a Packet13Subnetting - Part 114Subnetting - Part 215Subnetting (VLSM) - Part 316VLANs - Part 117VLANs - Part 218VLANs - Part 319DTP / VTP20Spanning Tree Protocol - Part 121Spanning Tree Protocol - Part 222Rapid Spanning Tree Protocol23Etherchannel24Dynamic Routing25RIP / EIGRP26OSPF - Part 127OSPF - Part 228OSPF - Part 329First Hop Redundancy Protocol30TCP and UDP31IPv6 - Part 132IPv6 - Part 233IPv6 - Part 334Standard Access Control List35Extended Access Control List36CDP and LLDP37NTP - Network Time Protocol38DNS - Domain Name System39DHCP - Dynamic Host Configuration Protocol40SNMP - Simple Network Management Protocol41SYSLOG42SSH - Secure Shell43FTP and TFTP44NAT (Static) - Part 145NAT (Dynamic) - Part 246QoS (Voice VLAN) - Part 147QoS (Quality of Service) - Part 248Security Fundamentals49Port Security50DHCP Snooping51Dynamic ARP Inspection52LAN Architectures53WAN Architectures54Virtualization and Cloud - Part 154Virtualization (Containers) - Part 254Virtualization (VRF) - Part 355Wireless Fundamentals56Wireless Architectures57Wireless Security58Wireless Configuration59Introduction to Network Automation60JSON, XML, and YAML61REST APIs62Software Defined Networking63Ansible, Puppet, and Chef67CCNA Complete Cheatsheet
/Networking Devices
Topic 12 min read

Networking Devices

/
Tip: Select text to highlight or pin your reading position

1. NETWORKING DEVICES

What is a network?

A computer network is a digital telecommunications network allows NODES to share RESOURCES.

A CLIENT is a device that accesses a service made available by a SERVER.

A SERVER is a device that provides functions or services for CLIENTS.

  • Note : The same device can be a CLIENT in some situations and a SERVER in other situations. Ex: A Peer-to-Peer network.

SWITCHES (Level 2):

  • provide connectivity to hosts within the same LAN (Local Area Network)
  • Have many network interfaces/ports for End Hosts to connect to.
  • DO NOT provide connectivity between LANs/over the Internet.

ROUTERS (Level 3):

  • have fewer network interfaces than switches.
  • are used to provide connectivity BETWEEN LANs.
  • are used to send data over the Internet.

FIREWALL (Can be Level 3,4, and 7):

  • Firewalls are specialty hardware network security devices that control network traffic entering/exiting your network.
  • Can be places "inside" or "outside" the network.
  • Monitor and control network traffic based on configured rules.
  • Are known as "Next-Generation Firewalls" when they include more modern and advanced filtering capabilities.
  • Host-based firewalls are software applications that filter traffic entering and exiting a host machine, like a PC.
NextInterfaces And Cables