Key Terms 1 Flashcards
International standardization of system-based network communication through a modular seven-layer architecture.
Open Systems Interconnection (OSI) model
Standardization of device-based network communication through a modular four-layer architecture. Specific to the IP suite, created in 1970 by an agency of the U.S. Department of Defense (DoD).
TCP/IP model
Core protocol of the TCP/IP suite, which provides connection-oriented, end-to-end, reliable network connectivity.
Transmission Control Protocol (TCP)
Core protocol of the TCP/IP suite. Provides packet construction, addressing, and routing functionality.
Internet Protocol (IP)
Connectionless, unreliable transport layer protocol, which is considered a “best effort” protocol.
User Datagram Protocol (UDP)
Software construct that allows for application- or service-specific communication between systems on a network. Ports are broken down into categories: well known (0–1023), registered (1024–49151), and dynamic (49152–65535).
Ports
DoS attack where an attacker sends a succession of SYN packets with the goal of overwhelming the victim system so that it is unresponsive to legitimate traffic.
SYN flood
Attack method that allows an attacker to overtake and control a communication session between two systems.
Session hijacking
IP version 6 is the successor to IP version 4 and provides 128-bit addressing, integrated IPSec security protocol, simplified header formats, and some automated configuration.
IPv6
Logical subdivision of a network that improves network administration and helps reduce network traffic congestion. Process of segmenting a network into smaller networks through the use of an addressing scheme made up of network and host portions.
Subnet
Variable-length subnet masking, which allows a network to be divided into different-sized subnets. The goal is to increase the efficiency of the use of IP addresses since classful addressing schemes commonly end up in unused addresses.
Classless Interdomain Routing
Transition mechanism for migrating from IPv4 to IPv6. It allows systems to use IPv6 to communicate if their traffic has to transverse an IPv4 network.
6to4
Transition mechanism for migrating from IPv4 to IPv6. It allows systems to use IPv6 to communicate if their traffic has to transverse an IPv4 network, but also performs its function behind NAT devices.
Teredo
An IPv6 transition mechanism meant to transmit IPv6 packets between dual-stack nodes on top of an IPv4 network.
Intra-Site Automatic Tunnel Addressing Protocol
Standard that specifies a set of protocols to meet the security requirements for protecting data traversing Ethernet LANs.
IEEE 802.1AE (MACSec)