Network Topology - Answers The Physical/Logical shape of a network
Logical Topology - Answers Gives the description for the physical layout, shows VLAN's and where
they are placed on the physical topology
Trunk Port - Answers Connects packets that travel to all VLAN's on a switch
Baseband Systems - Answers Transmits one signal on the medium (fiber, copper, etc)
Broadband - Answers Form of multiplexing to join multiple signals on a medium
Ethernet - Answers Designed as baseband system that can be used in multiplexing
CSMA/CD - Answers Carrier Sense Multiple Access/ Collision Detection
Unicast - Answers Broadcast for a single device
Multicast - Answers Broadcast for a specific group or multiple devices
Broadcast - Answers Message for everyone to receive and process
Hub - Answers Broadcasts packets to every single port
Switch - Answers Broadcasts packets to device found on a singular port
Content Addressable Memory (CAM) - Answers Is a table that contains the MAC address and port
associated to that MAC Address
Virtual LAN (VLAN) - Answers Splitting a switch in which certain ports can only talk to certain ports
(Segment networks within a switch)
Multiprotocol Label Switching (MPLS) - Answers A different way of switching packets that can be used
on a dedicated line
802.1x - Answers Network Access Control that is a layer 2 authentication (Credentialed Question of
2FA)
A security appliance should be set in place when - Answers There is a change in trust level in the
network
Protocol - Answers is an agreement or rules of engagement for how computer networks
communicate
OSI Protocol Stack (7) - Answers Layer 7) Application
Layer 6) Presentation
Layer 5) Session
Layer 4) Transport
Layer 3) Network
Layer 2) Data Link
Layer 1) Physical
Application Layer 7 OSI Stack - Answers Browsers, FTP, HTTP, SCP
Presentation Layer 6 OSI Stack - Answers Makes data presentable to the application or user (ASCII)
Session Layer 5 OSI Stack - Answers Handles the establishment/maintenance of connections between
systems
Transport Layer 4 OSI Stack - Answers Determines that application the packet should be sent to
through port numbers (Web on 80,443)
Network Layer 3 OSI Stack - Answers Moving packets from one network to another network, uses
logical addressing instead of physical addressing
Data Link Layer 2 OSI Stack - Answers Takes a packet and frames it suitable for transmission
Physical Layer 1 OSI Stack - Answers Network cable, electromagnetic radiation
TCP/IP Protocol Stack (4) - Answers Layer 4) Application
Layer 3) Transport (TCP/UDP)
Layer 2) Internet (IP)
Layer 1) Network
Network Address in: 10.1.2.0/24 Subnet - Answers 10.1.2.0
Broadcast Address in: 10.1.2.0/24 Subnet - Answers 10.1.2.255
Class A CIDR Addressing (Mask, IP Range) - Answers N.H.H.H, 255.0.0.0 - 1-127
10.0.0.0/8
16.7 Million IP's
Class B CIDR Addressing (Mask, IP Range) - Answers N.N.H.H, 255.255.0.0 - 128-191
172.16.0.0/16
65,536 IP's
Class C CIDR Addressing (Mask, IP Range) - Answers N.N.N.H, 255.255.255.0 - 192-223
, 192.168.1.0/24
256 IP's
Address that broadcasts to current network - Answers 255.255.255.255
ARP (Address Resolution Protocol) - Answers Required to go from Layer 2 to 3, broadcasts to a
network querying for an IP Address, once found, sends it back to requesting MAC
DNS (Domain Name System) - Answers Name to an IP Address (TCP/UDP 53)
Layer 3 Network Protocols - Answers ICMP (Ping and Traceroute)
Layer 4 Transport Protocols - Answers TCP (Connection) and UDP (Connectionless)
3-Way Handshake (TCP) - Answers A: SYN
B: SYN ACK
A: ACK
Closing a TCP Session - Answers A: FIN
B: ACK
B: FIN
A: ACK
Sniffer - Answers Program and/or device that monitors data traveling over a network
Bluetooth current Encryption - Answers AES, vulnerabilities in the Application layer
802.11b supports up to - Answers 11 Mbps at 2.4 GHz
802.11a supports up to - Answers 54 Mbps at 5 GHz
802.11g supports up to - Answers 22/54 Mbps at 2.4 GHz
802.11n supports up to - Answers 54-600 Mbps at 5 GHz
802.11ac supports up to - Answers 1300 Mbps at 5 GHz
802.11i - Answers Authentication at Layer 2, provides strong encryption, replay protection and
integrity protection - WPA2
Wireless Encryption Standards - Answers WEP -> WPA -> WPA2
Defense-in-Depth - Answers Multiple levels of protection deployed in an environment in order to
further protect all layers of the OSI Model and critical assets
Risk= - Answers Threats * Vulnerabilties
Threat - Answers Potential to do harm to a System
Vulnerability - Answers Ability for the threat to cause harm to a system
CIA (Confidentiality) - Answers Information is available only to those who need access to it
CIA (Integrity) - Answers No unauthorized changes to the file
CIA (Availability) - Answers Data is available when you need/want it
Zero Day - Answers Vulnerability that is unknown
Approaches to Defense-in-Depth - Answers Uniform Protection
Protected Enclaves
Information Centric
Threat Vector Analysis
Viruses - Answers Not Self-Propagating, external means of transport
Worm - Answers Self-propagating, code that looks for systems and tries to access
Trojan - Answers Tries to be useful software but contains malware
Logic Bomb - Answers Executes when certain conditions are met
Policy - Answers Protects the organizations, the people, and the information
Procedure - Answers Detailed steps to be followed by users, system operations personnel, or others
to accomplish a specific task
Standard - Answers Organizational that specifies uniform use of specific technologies or parameters
Baseline - Answers A more specific implementation of a standard
Guidline - Answers A suggestion or set of best practices
NDA - Answers Protects sensitive information, individuals must keep it confidential
Copyright - Answers Everything created has an implied copyright
Business Continuity Planning - Answers Is a strategic plan focusing on the availability of critical
business processes. Prepare and Mitigate
Disaster Recovery Plan - Answers Covers the recovery of IT systems in the event of a disruption or
disaster. Respond and Recover
Identity - Answers Who you claim to be
Authentication - Answers A process by which you prove you are who you say you are. Something you
know, have, are.