1/59
Flashcards covering key networking concepts, IP addressing, and protocols related to internetworking.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
Multiplexing
Combining multiple signals into a single signal over a shared medium.
Network collision
Occurs when two devices transmit data simultaneously on the same network channel.
Bridge
A device that connects and filters traffic between two or more segments of a network.
Switch
A networking device that connects devices on a computer network by using packet switching to forward data.
Internetworking
Connecting multiple networks together to form a larger, interconnected network.
Router
A device that forwards data packets between computer networks.
NIC (Network Interface Card)
A hardware component that allows a computer to connect to a network.
Packet forwarding
The process of sending data packets from one network to another.
IP (Internet Protocol)
A set of rules governing the format of data sent over the Internet.
IPv4
The fourth version of the Internet Protocol, using a 32-bit addressing scheme.
IPv6
The sixth version of the Internet Protocol, using a 128-bit addressing scheme.
MAC Address
A unique identifier assigned to network interfaces for communications at the data link layer.
CIDR (Classless Inter-Domain Routing)
A method for allocating IP addresses and IP routing that improves the flexibility of IP address distribution.
DHCP (Dynamic Host Configuration Protocol)
A network management protocol used to dynamically assign an IP address to a device on a network.
SLAAC (Stateless Address Autoconfiguration)
A method of IPv6 address configuration that allows devices to create their own address.
Multiplexing
Combining multiple signals into a single signal over a shared medium.
Multiplexing Benefits
Efficiency: Maximizes the utilization of available bandwidth.
Cost-effective: Reduces the number of physical cables or links required between two points.
Multiplexing Limitations
Complexity: Requires specialized multiplexers and demultiplexers at both ends.
Latency: The processing time for combining and separating signals can introduce slight delays.
Network collision
Occurs when two devices transmit data simultaneously on the same network channel.
Network collision Benefits
Congestion Indicator: Serves as a natural feedback mechanism in shared media to signal that the network is overloaded and devices should back off.
Network collision Limitations
Data Loss: Packets involved in a collision become corrupted and unreadable.
Reduced Throughput: Frequent collisions lead to retransmissions, drastically lowering network efficiency.
Bridge
A device that connects and filters traffic between two or more segments of a network.
Bridge Benefits
Traffic Segmentation: Reduces traffic on individual segments by filtering data based on MAC addresses.
Range Extension: Allows the physical length of a network to be extended beyond single-segment limits.
Bridge Limitations
Performance: Generally slower than switches because they often process packets via software.
Scalability: Limited number of ports compared to modern Layer 2 switches.
Switch
A networking device that connects devices on a computer network by using packet switching to forward data.
Switch Benefits
Micro-segmentation: Provides dedicated bandwidth to each port, effectively eliminating collisions.
High Performance: Hardware-based (ASIC) switching allows for wire-speed data forwarding.
Switch Limitations
Cost: Historically more expensive than hubs or basic bridges.
Security: Prone to attacks like MAC flooding if not properly configured.
Internetworking
Connecting multiple networks together to form a larger, interconnected network.
Internetworking Benefits
Global Connectivity: Enables communication between disparate networks (e.g., the Internet).
Resource Sharing: Allows resources in one network to be accessed by users in another.
Internetworking Limitations
Complexity: Requires sophisticated routing protocols and management strategies.
Security Risks: Increases the attack surface as data traverses multiple administrative domains.
Router
A device that forwards data packets between computer networks.
Router Benefits
Path Optimization: Best path selection for data transmission across complex network topologies.
Broadcast Isolation: Blocks broadcast traffic from crossing between network segments, conserving bandwidth.
Router Limitations
NIC (Network Interface Card)
A hardware component that allows a computer to connect to a network.
NIC Benefits
NIC Limitations
Packet forwarding
The process of sending data packets from one network to another.
Packet forwarding Benefits
Packet forwarding Limitations
IP (Internet Protocol)
A set of rules governing the format of data sent over the Internet.
IP Benefits
IP Limitations
IPv4
The fourth version of the Internet Protocol, using a 32-bit addressing scheme.
IPv4 Benefits
IPv4 Limitations
IPv6
The sixth version of the Internet Protocol, using a 128-bit addressing scheme.
IPv6 Benefits
IPv6 Limitations
MAC Address
A unique identifier assigned to network interfaces for communications at the data link layer.
MAC Address Benefits
MAC Address Limitations
CIDR (Classless Inter-Domain Routing)
A method for allocating IP addresses and IP routing that improves the flexibility of IP address distribution.
CIDR Benefits
CIDR Limitations
DHCP (Dynamic Host Configuration Protocol)
A network management protocol used to dynamically assign an IP address to a device on a network.
DHCP Benefits
DHCP Limitations
SLAAC (Stateless Address Autoconfiguration)
A method of IPv6 address configuration that allows devices to create their own address.
SLAAC Benefits
SLAAC Limitations