AP Cyber Security - Chapter 2 Flashcards
UDP
User Datagram Protocol
What is UDP?
Transmission Protocol
Doesn’t acknowledge transmitted packets
Doesn’t allow for retransmission of lost packets
Faster than TCP
Less accurate than TCP
Packets aren’t guaranteed to arrive
(FLP)
TCP
Transmission Control Protocol
What is TCP?
Ensures accurate delivery of network communications between two hosts
What does TCP provide to ensure message delivery?
Sequencing of data packets
Flow control
Error checking
Retransmission of lost packets
Topology
Expresses how a network’s nodes are arranged and connected
Physical Topology
How a network’s devices are physically connected
Logical Topology
How data travels within the physical topology
Mesh Topology
Each node is connected directly to each other
Used in wireless and very large networks
Ring Topology
Nodes are connected in a circular chain that loops back to the originating node
Used in wide area networks (WANs)
Star Topology
Each node is connected indirectly to every other node through a central network device, typically a network switch
Very common in modern computer networks
Bus Topology
All nodes are connected to a single medium that transmits data
Outdated, but still used in modern cars and boats
Hybrid Topology
Created when two or more network topologies are joined together
IPv4
Consists of 32 bits that are typically grouped into four octets (group of eight bits)
Typically written in dotted decimal format, where four decimal numbers are period-separated.
IPV6
Consists of 128 bits that are typically grouped as 8 hextets (groups of 16 bits) written with hexadecimal digits separated by colons.
ALSO: An IPv6 address can be abbreviated with a double colon