CH8 Flashcards
(50 cards)
What are the purposes of network segmentation?
- Problems are easier to locate and solve
- Routers can more easily manage IP address spaces that don’t overlap
- Routing is more efficient on larger networks
- Enhance security
- Improve performance
- Simplify troubleshooting
What two parts is an IPv4 address divided into?
Network ID and Host ID
What is a subnet mask used for?
To determine which part of an IP address is the network ID and which part is the host ID.
What is classless addressing also called?
Subnetting
What does VLSM stand for, and what does it do?
Variable Length Subnet Mask, is allows subnets to be further subdivided into smaller groupings.
How is IPv6 subnetting simpler than IPv4 subnetting?
- IPv6 addressing uses no classes
- IPv6 does not use subnet masks
- A single IPv6 subnet can supply a massive amount of addresses
What is a VLAN?
A virtual local area network that groups ports on a switch.
What are some reasons for using VLANS?
- Identify groups of devices for priority handling
- Isolate connections with heavy traffic
- Isolate groups using legacy protocols
- Separate groups needing special security
- Configure temporary networks
- Reduce the cost of networking equipment
What is a trunk port?
A port that connects a switch to another networking device and manages traffic from multiple VLANs.
What is an SVI?
Switch Virtual Interface, a virtual interface on a Layer 3 switch that can handle inter-VLAN routing.
Name common VLAN types
- Default VLAN
- Native VLAN
- Data VLAN
- Management VLAN
- Voice VLAN
What is VLAN hopping?
When an attacker generates transmissions that appear to belong to a protected VLAN to access sensitive data or inject harmful software.
What is a VPC?
Virtual Private Cloud, a customer-managed, software-defined portion of a larger, cloud-based network.
What are two types of subnets an AWS VPC can contain?
Private subnet and public subnet.
What is a SAN?
Storage Area Network, an isolated network segment dedicated to data storage.
What happens when a network is segmented into multiple smaller networks?
Traffic on one network is separated from another network’s traffic and each network is its own broadcast domain.
What are the goals of network segmentation?
- Enhance security
- Improve performance
- Simplify troubleshooting
According to what groupings are networks commonly segmented?
- Geographic locations
- Departmental boundaries
- Device types
What does OT stand for in networking?
Operational Technology
What are the three general types of zones in OT systems?
- Untrusted zone
- Trusted zone
- Screened subnet
What is micro-segmentation?
Requires granular zoning and applies object-level security to individual resources.
What is a SAN?
An isolated network segment dedicated to data storage.
What does a SAN abstract?
Storage services from compute services.
What are the networking technologies that a SAN relies on?
- FC (Fibre Channel)
- FCoE (Fibre Channel over Ethernet)
- iSCSI (Internet SCSI)
- IB (InfiniBand)