Domain 2: Networking Flashcards
What are two protocols that are referred to connection-oriented protocols?
SSH, HTTPS
What are three common applications that make use of TCP?
file transfer, email communication, web browsing
What are common applications of UDP?
video conferencing, live streaming, online gaming, VoIP
What is a NIC?
48-bit MAC address
NIC stands for Network Interface Card, which uniquely identifies a device on a network.
What does the link light on a NIC indicate?
Light is plugged in on both sides
The link light verifies that there is a physical connection established.
What does the activity light on a NIC do?
Blinks as data goes through the interface
It indicates network activity on the NIC.
How does a hub communicate?
Using broadcasting
Hubs send data packets to all connected devices in the network.
What protocol does a hub use to manage collisions?
CSMA/CD
Carrier Sense Multiple Access with Collision Detection is used to manage data collisions.
What is the function of an AP?
Uses radio frequencies to transmit host data
AP stands for Access Point, which allows wireless devices to connect to a wired network.
What components do SOHO routers typically include?
- Firewall
- Switch
- Wireless
- DHCP
SOHO stands for Small Office/Home Office.
What is a DSL modem?
Digital subscriber line; internet that uses telephone lines
DSL modems provide internet access via existing phone lines.
What does ONT stand for?
Optical network terminal
ONT converts optical signals from fiber into separate signals for TV, voice, and data.
What is SDN?
Software-defined networking
SDN is a piece of software that controls the traffic in the network.
What is the standard PoE specification?
IEEE 802.3af
How much power does Standard PoE provide?
15.4W (12.95W usable)
What voltage range does Standard PoE operate at?
~44–57V
What devices typically use Standard PoE?
VoIP phones, simple WAPs
What is the PoE+ specification?
IEEE 802.3at
How much power does PoE+ provide?
30W (25.5W usable)
What voltage range does PoE+ operate at?
~50–57V
What devices typically use PoE+?
WAPs, IP cams, some lighting
What is the PoE++ (Type 3) specification?
IEEE 802.3bt Type 3
How much power does PoE++ (Type 3) provide?
60W (51W usable)
What voltage range does PoE++ (Type 3) operate at?
~50–60V
What devices typically use PoE++ (Type 3)?
Video phones, multi-radio WAPs
What is the PoE++ (Type 4) specification?
IEEE 802.3bt Type 4
How much power does PoE++ (Type 4) provide?
100W (71–90W usable)
What voltage range does PoE++ (Type 4) operate at?
~50–60V
What devices typically use PoE++ (Type 4)?
Laptops, flat panel displays, PTZ cameras
What are characteristics of cable modems?
They have cables that carry TV signals. They use coaxial cabling. They use shared bandwidth.
What are characteristics of DSL modems?
They have dedicated bandwidth. They use twisted-pair cabling. They are telephone lines.
What tool allows to identify bad port of a network device?
Loopback plug
What can you ping to check functionality of NIC?
::1
localhost
127.0.0.1
What is port flapping?
A condition where port light on a network rapidly alternates between up and down states. Usually related to faulty or unsupported cable and/or incorrect link synchronization settings such as speed and duplex mismatch.
What is the frequency band used by 802.11a?
5 GHz
802.11a operates on the 5 GHz frequency band, which is less crowded than 2.4 GHz bands.
What is the maximum speed of 802.11b?
Up to 11 Mbps
802.11b supports a maximum speed of 11 Mbps, which is lower compared to other standards.
What is the indoor range of 802.11g?
~150 ft indoors
802.11g has a similar range to 802.11b but offers higher speeds.
Which standard was the first to use MIMO technology?
802.11n
MIMO stands for Multiple Input Multiple Output, enhancing data throughput.
What is the maximum theoretical speed of 802.11ax (Wi-Fi 6)?
Up to 9.6 Gbps
This speed is theoretical and achieved under optimal conditions.
Fill in the blank: 802.11ac uses _______ and beamforming technologies.
MU-MIMO
MU-MIMO allows multiple users to be served simultaneously, improving network efficiency.
What is a key advantage of 802.11ax over previous standards?
Higher efficiency
802.11ax is designed to perform better in crowded areas with many devices.
True or False: 802.11g is backward compatible with 802.11b.
True
This compatibility allows devices using 802.11b to connect to 802.11g networks.
What is the maximum range of 802.11n indoors?
~300+ ft indoors
802.11n provides an extended range due to the use of multiple antennas.
What frequency bands does 802.11ax operate on?
2.4 & 5 GHz
This dual-band capability helps in managing network traffic more effectively.
What is the maximum speed of 802.11ac?
Up to 1.3+ Gbps
802.11ac offers significantly increased speeds compared to earlier standards.
What is the frequency of 2.4 GHz used for?
Long range communications with slower speeds.
2.4 GHz has 11 channels available, of which 1, 6, and 11 offer the best chance for minimizing interference as they are non-overlapping channels.
What is the frequency of 5 GHz used for?
Short range communications with faster speeds.
5 GHz has a total of 45 channels, including 24 non-overlapping channels.
What is long range fixed wireless?
Used to connect wireless devices over miles, usually employs point-to-point directional antennas.
It can come licensed or unlicensed.
What does Syslog do?
Receives logs from devices in a network.
What are the three server roles in network management?
- Authentication
- Authorization
- Accounting
What is the purpose of spam gateways?
Keeps spam from entering emails.
What does UTM stand for?
Unified Threat Management.
What does UTM combine?
- Antimalware
- Firewall
- Intrusion Detection System (IDS)
What is the function of load balancers?
Allows multiple servers to serve the same amount of traffic.
What are proxy servers used for?
Can be used to filter out traffic.
What does SCADA stand for?
Supervisory Control and Data Acquisition.
What is a characteristic of SCADA systems?
Legacy system used to provide gas and electric power, needs to be sectioned off from the network.
Name some protocols for IoT.
- Z-Wave
- Zigbee
- Bluetooth
- NFC
- Infrared (IR)
- RFID
- 802.11
What are characteristic of Bluetooth?
2.4 GHz frequency range. Used for connecting devices in WPAN. Short-range wireless technology.
Which antenna type is least suitable for long-range point-to-point bridging links?
omnidirectional antenna
What are directional antenna types suitable for long range point to point bridging links?
Yagi antenna. Dish antenna. Parabolic antenna.
Which identification badge can be held within a certain distance of a reader to authenticate the badge holder?
RDIF badge
What is the starting bit for Class A IP addresses?
0
What is the range of the first octet for Class A IP addresses?
1 - 126
What is the default subnet mask for Class A IP addresses?
255.0.0.0 ( /8 )
How many hosts per network does Class A support?
~16 million
What is the typical usage for Class A networks?
Large networks (e.g. ISPs)
What is the starting bit for Class B IP addresses?
10
What is the range of the first octet for Class B IP addresses?
128 - 191
What is the default subnet mask for Class B IP addresses?
255.255.0.0 ( /16 )
How many hosts per network does Class B support?
~65,000
What is the typical usage for Class B networks?
Medium networks (e.g. schools)
What is the starting bit for Class C IP addresses?
110
What is the range of the first octet for Class C IP addresses?
192 - 223
What is the default subnet mask for Class C IP addresses?
255.255.255.0 ( /24 )
How many hosts per network does Class C support?
254
What is the typical usage for Class C networks?
Small networks (e.g. homes)
What is the starting bit for Class D IP addresses?
1110
What is the range of the first octet for Class D IP addresses?
224 - 239
What is the default subnet mask for Class D IP addresses?
N/A (Multicast)
What is the typical usage for Class D addresses?
Multicast groups
What is the starting bit for Class E IP addresses?
1111
What is the range of the first octet for Class E IP addresses?
240 - 255
What is the default subnet mask for Class E IP addresses?
N/A (Experimental)
What is the typical usage for Class E addresses?
Research only
What is the reserved IP address range for loopback addresses?
127.x.x.x
What is the private IP range for Class A?
10.0.0.0 – 10.255.255.255
What is the private IP range for Class B?
172.16.0.0 – 172.31.255.255
What is the private IP range for Class C?
192.168.0.0 – 192.168.255.255
What is the total number of bits in an IPv4 address?
32 bits
What is the total number of bits in an IPv6 address?
128 bits
What does BOOTP stand for?
Bootstrap Protocol
What is the purpose of BOOTP?
To automatically define IP addresses
In what year was BOOTP introduced?
1993
What does DORA stand for in DHCP?
Discover, Offer, Request, Acknowledge
What are two options for configuring a static IP address?
- Disable DHCP on the device
- Configure IP reservation on the DHCP server
What does APIPA stand for?
Automatic Private IP Addressing
What occurs when DHCP does not provide an IP address?
APIPA is used, and the device cannot communicate outside the local network
What are RR in the context of DNS?
Resource Records
How many different record types exist in DNS?
30 different record types
What does an Address record (A or AAAA) define?
The IP address of a host
What is the difference between A records and AAAA records?
- A records are for IPv4 addresses
- AAAA records are for IPv6 addresses
What does MX stand for in DNS records?
Mail Exchanger
What is the purpose of an MX record?
Determines the host name for the mail server
What is the function of a TXT record in DNS?
Contains human-readable text information
What is the purpose of SPF?
Lists all servers authorized to send emails for a domain
What does DKIM stand for?
DomainKeys Identified Mail
What is the function of DKIM?
Digitally signs a domain’s outgoing mail
What does DMARC stand for?
Domain-based Message Authentication, Reporting, and Conformance
What is the purpose of DMARC?
Prevents unauthorized email use
What are DHCP pools?
Groupings of IP addresses
What does the T1 timer do in DHCP renewal?
Checks in with the lending DHCP server to renew the IP address
What is the lease time for DHCP?
8 days
What is the T2 timer used for in DHCP?
Attempts to rebind with any DHCP server if the original server is down
What are Virtual LANs?
Groups of devices in the same broadcast domain, separated logically
What is satellite networking?
Communication to a satellite with high latency
What is the typical download speed for satellite networking?
50 Mbit/s
What is the typical upload speed for satellite networking?
3 Mbit/s
What is fiber broadband based on?
Frequencies of light
What is cable broadband based on?
Transmission across multiple frequencies
What does DOCSIS stand for?
Data Over Cable Service Interface Specification
What is the speed range for high-speed cable networking?
50 Mbit/s to 1000 Mbit/s
What is a WISP?
Wireless Internet Service Provider
What does a MAN stand for?
Metropolitan Area Network
What does SAN stand for?
Storage Area Network
What is the characteristic of a SAN?
Looks and feels like a local storage device and requires a lot of bandwidth
What is the function of a WiFi analyzer?
Monitors wireless networks
What does a tone generator do?
Puts an analog sound on the wire
What is the purpose of a toner probe?
Finds wire
What is an inductive probe?
Does not need to touch the copper
What is the purpose of intercepting network traffic?
Sends a copy to a packet capture device
What is a physical tap?
Disconnects the link and puts a tap in the middle
What are the two types of physical taps?
- Active tap
- Passive tap
What is port mirroring?
Port redirection, also known as SPAN (Switched Port Analyzer)
What are IPv6 loopback addresses?
::1, 0:0:0:0:0:0:0:1
What is the most common type of DSL internet access?
ADSL
What type of network consists of computers and peripheral devices that use high-frequency radio waves to communicate with each other?
WLAN