Must Review Flashcards
FTTN vs FTTP
Fiber to the Node - Goes to box in neighborhood, then coax line to house ethernet
Fiber to the Premises - fiber all the way, links to an optical network terminal in house (ONT)
Both provide Gbps speeds
802.11a
First standard to use 5GHz band, has good throughput.
Max 54Mbps with 150ft range, really gets more like 25Mbps
802.11b
Uses 2.4GHz band, first ubiquitous standard. 11Mbps lab, 4-6Mbps reality.
Max range 300 ft
802.11g
2.4GHz band, backwards compatible with b devices
Combines best of a and b
Speed of a (54MBps) with range of b (300 ft)
802.11n
“Wi-Fi 4”
Dual band, both 2.4 and 5 simultaneously
MIMO - Multiple in, multiple out for simultaneous connections (more than one antenna)
lab 600Mbps, reality 100+ mbps
WAPs use trasmit beamforming to optimize signal and reduce deadspots
802.11ac
“Wi-Fi 5”
5Ghz only, allows for dual banding but applies 802.11n for 2.4 GHz band
Maxes at 1+Gbps
802.11ax
“High Efficiency Wireless (HEW) or Wi-Fi 6/Wi-Fi 6e”
2.4 and 5, 6e adds 6GHz band
Labthroughput at 10Gb/s
RADIUS
Remote Authentication Dial-In User Service
Security measure for accessing wifi
Open standard, partially encrypted, uses UDP ports 1812 & 1813
TACACS+
Terminal Access Controller Access-Control System Plus
Cisco developed, but opened a version for public use, uses TCP port 49
Public vs Private IP
Public address is like your passport to the internet - used to direct all traffic to you., Public IP address is typically the router’s outward facing address
Private IP address is only for internal network - allows router to distinguish between the different hosts on the network.
Classes of private addresses:
10.0.0.0 - Class A
172.16.0.0 - 172.31.255.255 - Class B
192.168.0.0 - Class C
CIDR
Classless Inter-Domain Routing
Masks using the binary values and “whack” notation
11111111.11111111.11111111.00000000 = /24 network (whack 24).
Remaining 0s are open for host IDs, while 1s are taken up with network ID
link-local address
Automatically assigned to machine when it has not been manually configured or DHCP configured.
Valid only within the private network, routers will not transmit traffic using link-local addresses
IPv4 range: 169.254.0.0/16 (remember 169.254.0.0 and 169.254.255.255 are reserved)
IPv6 range: fe80::/10 (although typically get assigned within the fe80::/64 range)
TXT Records
Spam prevention tools, supposed to make spoofing more difficult
DKIM - Domain Keys Identified Mail
digitally signs mail with a key pulled from the DNS server’s TXT records
SPF - Sender Policy Framework
list of servers that are permitted to send mail from a particular domain
DMARC - Domain-based Message Authentication, Reporting, and Conformance
references DKIM and SPF frameworks, determines what to do with mail that fails these checks
ipconfig w/ switches
shows the network settings
ipconfig /all - detailed view
ipconfig /renew - get a new DHCP config
ipconfig /release - dump current DHCP config
nslookup/dig
Win/UNIX
gives details on what DNS is giving you
nslookup [address/domain]
APIPA
Automatic PRivate IP Addressing
IPv4 range of 169.254.0.1 - 169.254.255.254
Host broadcasts it out, if no other host responds, it self-assigns.
Network Troubleshooting Tools
(Physical tools, equipment, and command prompt)
ipconfig - check to see if you are getting an APIPA, that means connection issue with DHCP
check link lights - if they keep going on and off, could be a sign of “port flapping”
Loopback test - test internal NIC circuitry, may need loopback plug to check external port pins
TDR - (Time-domain reflectometer) sends signal that will refelect back if impedence changes, calculates distances to break. Should always include the patch cables in this test
Toner - tone generator and tone probe. Sends signal that the probe will pick up when placed next to cable (like current detector tool)
net
command prompt - view details of a network as well as other tools
net use x: \server1\research = go into server1, find the research folder, map it to drive X:
net view \[NAME] gives available shares and mappings of \[NAME]
DNS
Domain Name System - UDP - Port 53
DHCP
Dynamic Host Configuration Protocol - UDP - Port 67, 68
LDAP
Lightweight Directory Access Protocol (queries a database) - TCP - Port 389
SNMP
Simple Network Management Protocol (endpoint management) - UDP - Port 161, 162
Can gather insane amount of data if queried, remote configuration and monitoring
SMB/CIPS
Server Message Block/Converged Internet Protocol Service (folder/file sharing) - TCP port 445 - UDP port 137, 138, 139
NetBIOS/NetBT
UDP port 137, 138 - TCP port 139
HTTP/HTTPS
Hypertext Transfer Protocol/Hypertext Transfer Protocol Secure - port 80/port 443