Internetworking - PL Flashcards
that’s connected using a hub, which is basically just an antiquated device that connects wires together.
Local Area Network
Dividing a large network into smaller segments to improve performance and security.
Network Segmentation
Break up broadcast domains efficiently.
Router
Allow communication between different networks.
Router
Provide connections to Wide Area Network (WAN) services.
Router
Forwards or filters frames using logical addressing.
Packet Switching
Filters network traffic based on Layer 3 (Network layer) info like IP addresses.
Packet Filthering
Connects multiple networks using logical addressing (IPv4 or IPv6).
Internetwork Communication
Determines the best path for data transmission.
Path Selection
Break up collision domains on a LAN.
Switches and Bridges
Connect wireless devices (e.g., computers, tablets, printers) to the network.
WLAN Devices
What are the causes of LAN Traffic Congestions?
- Too many hosts in a collision or broadcast domain.
- Broadcast storms (excessive broadcast traffic).
- Excessive multicast traffic.
Low bandwidth. - Adding hubs for network connectivity.
- Numerous ARP (Address Resolution Protocol) broadcasts.
A set of devices on a network segment that can receive broadcast frames from each other.
Broadcast Domain
Routers do not forward broadcasts by default.
Broadcast Domain
A scenario in Ethernet networks where a packet sent by one device forces all other devices on the same segment to listen.
Collision Domain
These help in breaking up collision domains.
Bridges and Switches
Network security systems that monitor and control incoming and outgoing traffic.
Firewalls
Operate based on predefined security rules.
Firewalls
Typically integrated with Intrusion Protection Systems (IPS).
Firewalls
Allow wireless devices to connect to a wired network.
Access Point
Extend a Collision Domain from a switch
Access Point
Usually part of a Virtual LAN
Access Point
Can be standalone or managed by wireless controllers
Access Point
Mange multiple APs either locally or through the internet
Wireless Controllers
Meaning of OSI Model
Open System Interconnection
This provides guidelines for application and network development.
Logical Model
When and Who created the OSI Model
Created by the International Organization for Standardization (ISO) in the late 1970s.
Serves as the primary architectural model for networks, describing how data is communicated from one computer’s application to another.
Open Systems Interconnection (OSI) Model
Establishes a framework for networking standards, devices, and internetworking schemes.
Open Systems Interconnection (OSI) Model
Breaks the communication process into layers.
OSI Model
The OSI Model is divided into two parts. WHat are they?
Upper Layer and Lower Layer
Handle communication between applications and end users.
Upper Layer
Manage end-to-end data transmission.
Lower Layer
These are the Devices operating at all seven OSI layers
- Network Management Stations (NMSs)
- Web and Application Servers
- Gateways (excluding default gateways)
- Servers
- Network Hosts
A conceptual blueprint outlining how communications should occur.
Reference Model
Divides communication processes into logical groupings for a hierarchical or layered architecture.
Reference Model
Group similar functions to simplify communication and troubleshooting.
Layers
Maintain a structured flow of data across networks.
Layers
Divides network communication into smaller, manageable components for easier development and troubleshooting.
Modularity
Enables development by multiple vendors through standardization.
Interoperability
Standardization: Clearly defines functions at each layer, promoting industry-wide standards.
Standardization:
Allows diverse hardware and software to communicate.
Compatibility:
Changes in one layer do not affect other layers, accelerating development.
Isolation
The layer where users interact with the computer.
Application Layer
Activates only when network access is required.
Application Layer
Functions of Application Layer
- File Transfers
- Email Communication
- Remote Access
- Network Management
- Client/Server Processes
- Information Location
Acts as the translator for the OSI model.
Presentation Layer
Data Translation: Converts data into a standard format before transmission.
Data Translation
Ensures compatibility between different encoding systems.
Code Formatting
Ensures successful data transfer by maintaining a consistent data format.
Presentation Layer
Manages sessions between Presentation layer entities.
Session Layer
Establishes communication sessions
Session Setup
Maintains ongoing sessions.
Session Management
Dismantles sessions after communication ends.
Session Termination
Manages data exchange between devices.
Dialog Control
One-way communication without any reply (e.g., broadcast messages).
Simplex
Two-way communication but in one direction at a time (e.g., walkie-talkies).
Half-Duplex
Simultaneous two-way communication (e.g., phone calls).
Full-Duplex
Segments and reassembles data into a single data stream.
Transport Layer
Provides end-to-end data transport and establishes a logical connection between sending and receiving hosts.
Transport Layer
Manages multiple communication sessions.
Multiplexing
Sets up and tears down virtual circuits.
Session Establishment and Termination
Ensures data integrity by preventing overflow at the receiving host.
Flow Control
Retransmits segments if not acknowledged.
Error Checking and Recovery
Request to establish a connection.
SYN (Synchornization)
Confirms the request and syncs sequence numbers.
SYN/ACK (Acknowledgment)
Confirms the connection is established, and data transfer begins.
ACK (Final Acknowledgment)
Uses Sequencing and Acknowledgments for reliable data transfer.
Connection-Oriented Communication
Maintains Flow Control to manage data flow and avoid congestion.
Connection-Oriented Communication
Defines the amount of data (in bytes) that can be sent before receiving an acknowledgment.
Windowing
Reliable data delivery ensures the integrity of a stream of data sent from one machine to the other through a fully functional data link.
Acknowledgement
Retransmits data if no acknowledgment is received.
Positive Acknowledgment with Retransmission:
Manages device addressing, tracks device locations, and determines best data paths.
Network Layer
Used to transport user data.
Data Packets
Protocols supporting data traffic (e.g., IP, IPv6).
Routed Protocols
Protocol-specific addresses for routing.
Network Addresses
Exit interface for packet forwarding.
Interface
Distance to the remote network (varies by routing protocol).
Metric
What are the Routers Characteristics
- Do not forward broadcast or multicast packets by default.
- Use Logical Addresses for next-hop routing.
- Can use Access Lists for security control.
- Can provide Layer 2 bridging and Layer 3 routing simultaneously.
- Enable connections between Virtual LANs (VLANs).
- Provide Quality of Service (QoS) for specific network traffic.
Ensures physical data transmission with error notification, network topology, and flow control.
Data Link Layer
This layer ensures that messages are delivered to the proper device on a LAN using hardware addresses.
Data Link Layer
This layer formats the messages, each called a data frame.
Data Link Layer
Manages data packet placement on media and controls access.
Media Access Control
Identifies Network layer protocols and manages flow control and sequencing.
Logical Link Control
Break up collision domains.
Switches and Bridges
Uses Application-Specific Integrated Circuits (ASICs) for high-speed bridging
Layer 2 Switching
Meaning of ASIC
Application-Specific Integrated Circuits
The signal path through a physical topology.
Logical Topology
Handles bit-level transmission and reception (binary 0s and 1s).
Physical Layer
Interfaces directly with communication media (e.g., cables, wireless signals).
Physical Layer
It receives a digital signal, reamplifies or regenerates that signal, then forwards it to the other port.
Repeater
It sends a digital signal to all of the other ports.
Hub
Physical layout of devices and cabling.
Physical Topology
Signal path through the physical layout.
Logical Topology
All devices connected to a single cable; shared bandwidth.
Bus
Devices connected in a circle; data travels in one direction.
Ring
Central device (e.g., switch) connects all devices; most common Ethernet layout.
Star
Every device is interconnected for high reliability and self-healing.
Mesh
Combines features of other topologies (e.g., Ethernet uses a star layout but signals travel like a bus).
Hybrid
What are the Seven Layers of the OSI Model
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer