Networking Devices/Hardware Flashcards
What is an example of an Application-Specific Integrated Circuit (ASIC)?
A layer 2 (dumb) switch is an example of an ASIC as the bridging is done physically, by hardware circuitry.
Does a NGFW (Next Gen FireWall) filter traffic by port number or application?
NGFW’s filter traffic by application, as opposed to older firewalls which filter by port number.
What is QoS?
Quality of Service (QoS) is the use of technologies and devices to prioritise certain network traffic over others.
What type of network storage provides file level access?
NAS - Network Attached Storage provides file level access which means that to change something on a NAS the entire file must be downloaded to the host then edited and reuploaded to make a change. This can be very time consuming!
Is block-level access provided by SAN/NAS or both?
Only SAN - Storage Area Network - provides block-level access (looks and feels like an internal storage drive) can edit a single block of data stored on the SAN without downloading the whole file! Very efficient. SAN is more expensive than NAS because it’s a lot more efficient.
Are Access Points (APs) layer 2 or 3 devices in the OSI model and why?
Layer 2 - Data Control Layer - because they convert data from WiFi to Ethernet based on MAC routing.
What does a Wireless LAN (WLAN) Controller do?
Centralise management of access points.
Performance and security monitoring.
Configure and deploy changes to all Access Points.
What is a CDN?
Content Delivery Network (CDN) is a geographically distributed/spread network of caching servers that provide data to local users when requested a lot quicker than if they had to get it from the original source storage server which was on the other side of the world.
CDN’s speed up how long it takes to get data from one place to another.
What is traffic shaping/packet shaping?
Alternative terms for QoS (Quality of Service) - prioritisation of certain data packets by bandwidth usage (% of max data rate at any given time) or data rate (max theoretical speed of data transfer).
Managed in router, switches, firewalls, QoS devices (e.g. WLAN controller).
Router with IP address 10.1.10.5 keeps sending a data packet to a router with IP 10.1.10.7 which keeps sending it back to the first router. What is this loop referred to as?
Routing loop - where two routers keep sending data back to each other thinking that’s where it should go on its next hop. This creates an infinite loop/routing loop until the TTL (Time To Live) value = 0.
Each hop decreases the TTL by 1.
If a data packet has a TTL=23 and it goes through 13 router devices, what is the new TTL=?
TTL=10 because the packet has done 13 hops (TTL count decreases by 1 for each router the packet goes through).
Default TTL for Windows is 128
Default TTL for macOS/Linux is 64
When TTL=0 the data packet is destroyed.
Is the TTL of a DNS lookup the same as the TTL of a data packet on a network?
No! TTL is measured differently for different protocols.
TTL for DNS lookup = measured in seconds. TTL=seconds.
TTL for data packet sent over a network = measured in hops. TTL=hops
Etc. (different for other protocols)
What is SDN?
Software Defined Networking (SDN) = abstracting the jobs of network hardware devices (like routers, switches, firewalls) into a virtual/logical version - software performing the job of hardware.
This increases scalability and manageability from a centralised console.
SDN is focused on small LAN’s.
SDN splits functions into three layers/planes what are they?
Data Plane/Virtual Infrastructure = processes the network frames/packets. E.g. the actual forwarding (not routing decisions!), encrypting, NAT
Control Plane/Brain = manages the actions/decisions for the data plane. Routing tables, NAT tables, session tables. Dynamic routing updating.
Management Plane/Application Layer/Config. plane = configuring the virtual devices as a user uses the management plane. E.g. connecting into the devices and changing their settings via SSH.
What is an SD-WAN?
Software Defined Wide Area Network (SD-WAN) is a virtual architecture that connects LAN’s over a long distance. SDN for WAN’s.
They use zero-touch provisioning which means that new virtual and physical devices are automatically configured and integrated into the network.