# Network devices

{% embed url="<https://youtu.be/H8W9oMNSuwo>" %}

## 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

<figure><img src="https://935233489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUGyWMBzIPoBvXNyR5UOW%2Fuploads%2FQv6c4T03g4S5dUyIbNOJ%2Fsample%20network.png?alt=media&#x26;token=c84c4bae-5f36-4b5b-b01b-e4e623eb3424" alt=""><figcaption></figcaption></figure>
