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.