AR's Notes Flashcards
peer-to-peer network
decentralized network architecture where each device in the network can act as both client and server, allowing direct sharing of resources, data, and services among all connected devices without need for a central server
client-server network
multiple client devices connect to central server to access shared resources, services, and applications
network backbone
main infrastructure that interconnects various segments of a computer network, providing central pathway for data exchange
- composed of high-speed, high-capacity links and core routers or switches
mesh topology
each host connected to every other host, creating network with no central connecting point
- high availability and redundancy
core layer
backbone of network, handling high-speed packet switching
- responsible for fast and reliable routing of data
distribution layer
- acts as intermediary between core and access layers, managing routing, filtering, and WAN access
- aggregates data received from access layer switches before transmitted to core layer
access layer
network’s point of entry for devices and end users, connecting them to network
- includes switches and APs
spine and leaf architecture
two layer network topology that is highly scalable and minimizes latency by ensuring every leaf switch is separated by no more than 2 switches from any other leaf switch
collapsed core architecture
merges core and distribution layers into single layer
- ideal for small to medium networks
north-south traffic
flow of network traffic between data center and outside world, involving client-to-server communication
east-west traffic
traffic flow within the data center, including server-to-server, and server-to-storage
multicast
- data sent from one or more sources to multiple destination simultaneously
- efficient for apps where same data needs to be delivered to multiple recipients
anycast
data sent to nearest or best destination as determined by routing protocols
- commonly used in DNS and CDN
broadcast
message sent from one sender to all potential receivers within network segment
- not supported in IPv6
OSI Layer 1
- physical
- converts bits into electrical signal over copper cables or pulses of light for fiber optics
- hubs, cables, connectors, modems
OSI layer 2
- data link
- provides communication within same network via MAC addresses
- transmits frames, converts info into bits
- switches and bridges, APs
OSI layer 3
- Network
- provides communication between different networks via IP addresses
- routers
OSI Layer 4
- transport
- handles end-to-end communication either via TCP or UDP
OSI layer 5
- session
- provides dialog control by allowing multiple persistent connections
- duplexes
- NFS (network file system), SQL, NetBIOS, RPC
OSI layer 6
- Presentation
- gets data ready for application layer by converting, encoding, translating. encrypting, etc.
OSI layer 7
- application
- generates data to be transmitted, processes data that is received
SMTP
- simple mail transfer protocol
- port 25
- application layer
- sending messages from email client to email server/ between servers
SNMP
- simple network management protocol
- port 161
- application layer
- managing devices on IP networks, V3 is best
HTTP
- port 80
- application layer
- stateless protocol, each command executed independently