Domain 4 Communications and Network Security Flashcards
Devices
Network devices are essential for routing, managing, securing, and providing services within a network. For the CISSP exam, understanding the specific functions and applications of routers, switches, firewalls, and servers is crucial.
Example:
Routers (inter-network communication), switches (intra-network traffic), firewalls (security), servers (services)
Media:
The choice of network media can significantly impact a network’s speed, reliability, and security. Exam candidates should be familiar with physical and wireless media characteristics, as detailed.
Example:
Physical: twisted pair, coaxial, fiber optic; wireless: radio frequency (RrF) signals
Protocols:
Protocols are the glue that holds networks together, defining how devices communicate and interact. Understanding protocols like IP, TCP, and UDP is vital for the exam, including their roles in addressing, error handling, and data delivery.
Example:
IP(addressing), (reliable data delivery), UDP (connectionless protocol)
Topologies:
Network topologies shape the structure and behavior of a network. Knowledge of common topologies like star, ring, bus, and mesh, including their advantages and disadvantages, is essential for the exam.
Example:
Star (central hub), ring (closed loop), bus (single central cable), mesh (multiple connections)
OSI-Model
The open system interconnection (OSI) model is a seven-layer conceptual
framework that standardizes network functions to enable interoperability between different systems and technologies. This model plays a vital role in understanding how data is processed and transmitted across a network.
Physical (Layer 1)
The Physical Layer, as described in Table 6-2, is concerned with transmitting raw data bits over the physical medium. This includes aspects such as signaling, encoding, and synchronization. For example, the choice of copper cables or fiber-optic connections would be determined at this layer.
Examples:
Signaling, encoding, synchronization
Data Link (Layer 2)
The Data Link Layer ensures that data frames are transmitted without errors between devices on a network. It manages Media Access Control (MAC) addresses and error detection, as outlined in Table 6-2.
Example:
Data frames, MAC addresses, error detection
Network (Layer 3)
The Network Layer is responsible for routing data packets between different networks. It uses IP addressing and routing protocols like OSPF (Open Shortest Path First) and BGP (Border Gateway Protocol) to find the best path for data, as detailed in Table 6-2.
Example:
IP addressing, routing protocols (OSPospF, BGp)
Transport (Layer 4)
The Transport Layer focuses on reliable data delivery, segmentation, and flow control. Protocols like TCP and UDP operate at this layer, ensuring that data is delivered in the correct sequence and without errors (see Table 6-2).
Example:
TCP (reliable), UDP
(unreliable), segmentation, sequencing
Session (Layer 5)
The Session Layer manages the connections between devices, including the establishment, maintenance, and termination of sessions. This layer handles authentication and synchronization, as summarized in Table 6-2.
Example:
Authentication, authorization, synchronization
Application (Layer 7)
The Application Layer is the interface between the network and user applications. It supports specific protocols and services like HTTP, FTP, DNS, and DHCP, as detailed in Table 6-2.
Example:
Application-specific protocols (HTTPhttp, Ftp), services (DNSdns, dhCp
Presentation (Layer 6)
The Presentation Layer translates and formats data for different applications and systems. It deals with data compression, encryption, and character encoding, as described in Table 6-2.
Example:
Data compression, encryption, character encoding
Hub
Connects multiple devices on a network by repeating incoming data packets to all connected devices.
OSI-Layer => Physical
Repeater
Regenerates and amplifies signal strength in a network segment to extend its reach
OSI-Layer => Physical
Switch
Connects multiple devices on a network and forwards data packets only to the intended recipient
OSI-Layer => Data Link
Bridge
Connects and filters traffic between two network segments at the Data Link Layer.
OSI-Layer => Data Link
Network Interface Card (NIC)
Enables a device to connect to a network by providing a Physical and Data Link Layer connection.
OSI-Layer => Physical & Data Link