Networking Flashcards
What are the two types of Fiber?
SMF - Single Mode Fiber; light only enters one angle; used for long distances
MMF - Multi Mode Fiber; Shorter Distance
What are the 5 types of 802.11 Wireless Standards?
A, B, G, N, AC, (AX)
What is the bandwidth for each 802.11 Wireless Frequency?
A: 54mb/s B: 11mb/s G: 54mb/s N: 600mb/s AC: 6,933mb/s
What frequencies do each of the 802.11 Wireless Standards operate at?
A: 5GHz B: 2.4GHz G: 2.4GHz N: 2.4/5GHz AC: 5GHz
When were each of the 802.11 Wireless Standards released?
A: 1999 B: 1999 G: 2003 N: 2009 AC: 2014
What does IP stand for?
Internet Protocol
What is the differences between IPv4 and IPv6?
IPv4 uses a 32 bit numeric address. Each section is an octet and has a range of 0-255. Current gen
IPv6 uses 128 bit hexadecimal, which uses both numbers and the alphabet. This is a next generation standard with realistically limitless combinations.
What is the role of a Network Bridge?
It separates data between groups. Uses MAC Addresses.
What is a NIC?
Network Interface Card
What does the Subnet Mask consist of?
Two parts. The network address and host address. (173.16)(.0.0). It also operates on binary.
What are the different classes of Subnet masks and their configuration?
A: 255.0.0.0
B: 255.255.0.0
C: 255.255.255.0
What are the general IP Classes and their Ranges?
A: 1-126 | Default Subnet: 255.0.0.0
B: 128-191 | Default Subnet: 255.255.0.0
C: 192-223 | Default Subnet: 255.255.255.0
What is the difference between a public and private IP?
Private is not publicly registered. Public is, typically from your ISP
What are the details ranges for each IP Class?
A: 10.0.0.0 - 10.255.255.255 (Sub - 255.0.0.0)
B: 172.16.0.0 - 172.31.255.255 (Sub - 255.255.0.0)
C: 192.168.0.0 - 192.168.255.255 (Sub - 255.255.255.0)
What is DHCP?
Dynamic Host Configuration Protocol
What role does DHCP play?
It can automatically assign an IP Address and Subnet Mask based on what’s available in the network.
What is APIPA? In regards to IP
Automatic Private IP Address Assignment
What is TCP and UDP?
TCP - Transmission Control Protocol
UDP - User Datagram Protocol
How does TCP connect from receiver to sender?
Used a three-way handshake to initiate transfer of information. Guarantees data is transferred. Can resend.
How does UDP connect the receiver and sender?
UDP is connectionless and sends without verifying of any arrival. This doesn’t guarantee data is sent, but is faster than TCP.
What is DNS?
Domain Name System
How does DNS operate?
DNS converts a URL into numbers to locate the specific connection. Think like an address.
What is NAT?
Network Address Translation
What does NAT achieve?
NAT converts a set of IP to another set. Think public to private.
What is FTP?
File Transfer Protocol
What protocol does FTP use?
TCP
What is TFTP?
Trivial File Transfer Protocol
What does TFTP achieve?
TFTP achieves an unsecured transfer. Typically is reserved for local networks.
What protocol does TFTP use?
UDP
What is SFTP?
Secure File Transfer Protocol
How does SFTP differ from FTP?
SFTP is encrypted, which means data is not sent as text.
What is SMTP?
Simple Mail Transfer Protocol
What protocol does SMTP use?
TCP
What is POP3?
Post Office Protocol v3
How does POP3 operate?
POP3 receives/downloads emails from a server. This DOES NOT sync folders. Removes from server unless specified
What is IMAP4?
Internet Message Across Protocol v4
How does IMAP4 operate?
IMAP4 can access and manage emails from a server on a computer/device. This allows synchronizing with the server directly.
What is HTTP?
HyperText Transfer Protocol
What is HTTPS?
HyperText Transfer Protocol Secure. (Encrypts data)
What is TelNet?
Terminal Emulation Program
What does TelNet do?
TelNet can send commands remotely in an insecure connection.
What is SSH?
Secure Shell
What benefit does SSH have?
SSH can send/receive sensitive data because it uses a secure tunnel to transmit information
What is SNMP?
Simple Network Management Protocol
How does a computer access information across the Web from the router and beyond?
Computers accept data through Ports. TCP/UDP
What range can TCP and UDP operate between?
0-65535
What is DSL?
Digital Subscriber Line; Carries voice and data
What is ADSL?
Asymmetric Digital Subscriber Line; Download faster than upload
What is SDSL?
Symmetric Digital Subscriber Line; Download and Upload is synchronized
What is VDSL?
Very High Bit Rate Digital Subscriber Line; Uses copper. Meant for short distances. Fiber can achieve long distances
What is Cable Broadband?
CAble Modem that uses Coax; Much faster than DSL
What is POTS?
Public Switched Tele Network
What is PSTN?
Public Switched Tele Network
What is ISDN?
Integrated Services Digital Network; It’s the International Standard which is set to 128kbps
What are the cons of Satellite Internet?
Lower speeds, more latency, expensive
What are the Four main Network Types?
PAN - Personal Area Network (think Bluetooth)
LAN - Local Area Network
MAN - Metropolitan Area Network (think between buildings)
WAN - Wide Area Network (Over a large geographical area, the Internet)
What are Wire Crimpers used for?
Creating custom length network cables by capping the ends with adapters
What is the tool used to connect wires to punch down block?
Punch Down Tool
What tool do you use to test custom cables?
Media Tester
What tool is used to test electrical circuits?
Multimeter
What tool is used to identify and isolate custom cables?
Tone Generator
What is a SOHO router?
Small Office/Home Office Routers
What is an SSID?
Service Set Identifier?
What is WEP?
Wired Equivalent Privacy; uses 40 bit encryption. not very secure
What is WPA?
Wi-Fi Protected Access; more secure than WEP
What is the encryption used for WPA?
TKIP Encryption - Temporal Key Integrity Protocol
What is WPA2?
Updated Iteration of WPA using an even stronger encryption
What encryption is used for WPA2?
CCMP Encryption - Chaining Message Authentication Code Protocol; Counter Cipher Mode with block
What is WPS?
Wifi Protected Setup
What is a MAC Filter?
Mac Address Hexadecimal “address”; Can prevent/permit other devices based on their MAC
What is DMZ?
DeMilitarized Zone; Allows device to be full exposed, outside of the Firewall
What is Port Forwarding?
A custom port service where you can take port requests and direct it
What is the Ping tool?
It’s a tool that tests issues and name resolutions based on sending a request for an echo reply
What is the Traceroute tool?
This tool locates the path data is taking. It will report back on each router hop. Find router issues based on which hop is down.
> tracert IP
What is the Nbtstat tool?
This tool resolves Netbios names to IP. Least common to come across
What is the Netstat tool?
This tool allows you to see network connections
> netstat -a (Shows active connections)
What is the IPconfig tool?
This tool display network configurations.
> ipconfig /all
What is the IFconfig tool?
Mostly used in Linux/Unix, this tool displays config information.
IP, Subnet, packets received/sent, errors, etc.
What is the NSLookup/Dig tool?
This is a tool that acts as a Name Server Lookup. Used to lookup DNS info.
> nslookup yahoo.com
Dig is the Unix version