Network Components Flashcards
What does DHCP stand for?
Dynamic Host Control Protocol - DHCP server automatically assigns IP addresses on a network.
APIPA?
Automatic Private IP Addressing/Assigning - Windows feature that assigns one of a range of reserved IP’s to a windows device when a connection to a DHCP server cannot be established. This lets the device stay connected to local devices but not to the wider area network (WAN) e.g. the internet.
DNS?
Domain Name SYSTEM - converts domain names like google.com to machine readable IP addresses. Phone book of the internet.
PoE?
Power over Ethernet - physical/voltage power provided through ethernet cable.
ECC?
Error Correcting Code - detects and corrects data bit corruption (one extra DIMM (dual inline memory module) to do the ECC on).
SNR?
Signal to Noise Ratio - a measure of the interference level over a network.
MAN?
Metropolitan Area Network (several buildings etc)
PAN?
Personal Area Network (e.g. a Bluetooth network)
What does a Load Balancer do in a network?
Distributes/spreads load over multiple servers to maintain speeds and uptime.
What type of infrastructure network is SCADA used for?
Supervisory Control and Data Acquisition (SCADA)
Controlling infrastructure like power, machinery in a factory, etc. No access from outside.
An example of a Industrial Control System (ICS).
Closed Loop system
What is a Tone Generator tool used for?
To find the corresponding end of a cable by making a noise when in contact with the device (Fox and Hound).
SO/HO Router?
Small Office/Home Office Router (routes/directs data over a network)
SSID in networking?
The customisable name of a wifi network.
Service Set IDentifier
What is a Media Tester used for in networking?
A tool for testing that network cables are working.
What is the 802.11 standard?
The most common wireless network standard with various types of sub standards.
What does MU-MIMO stand for?
Multi-User-Multiple Input/Multiple Output - allows a single Access Point (AP like a Modem) to transmit data simultaneously to multiple devices. Provided by 802.11ax standard.
What are the main transmitting frequencies used for wifi?
2.4GHz and 5GHz
What is the rough maximum range of Bluetooth devices?
100m.
What is a VLAN?
Virtual Local Area Network - devices on the network segregated virtually as opposed to using multiple routers and more cables.
What is a Subnet?
Sub Network - A small network that makes up part of a larger network split off from it with routers.
In the TCP three-way handshake (signal exchange) what does SYN and ACK stand for?
SYN - SYNchronise, a TCP data packet.
ACK - ACKnowledge, acknowledgement receipt.
The three TCP handshake steps:
1. Synchronize (SYN) - source PC sends a query to see if receiving device has any connections open/open ports.
- Synchronize-acknowledge (SYN-ACK) - if the receiving computer (passive client) has open ports that can accept the connection, it sends back a synchronize-acknowledge (SYN-ACK) packet to the initiating computer.
- Acknowledge (ACK) - the initiating computer (active client) then sends an acknowledge sequence number (ACK) packet back to the receiving computer, acknowledging receipt of the SYN-ACK packet. The data transmission/transfer can then begin.
Does UDP (User Datagram Protocol) guarantee data is delivered like TCP does?
No. UDP just flings out data at a receiving device it DOESN’T establish a connection (connectionless) or guarantee data is received by the requesting device.
UDP is one way traffic. No connection/session is established.
What does NAT stand for in networking?
Network Address Translation - a router service that translates a set of Private IP’s into Public IP’s and vice versa.
What two protocols are used for RECEIVING emails?
IMAP4 and POP3.