Internetworking and Networking Concepts

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/59

flashcard set

Earn XP

Description and Tags

Flashcards covering key networking concepts, IP addressing, and protocols related to internetworking.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

60 Terms

1
New cards

Multiplexing

Combining multiple signals into a single signal over a shared medium.

2
New cards

Network collision

Occurs when two devices transmit data simultaneously on the same network channel.

3
New cards

Bridge

A device that connects and filters traffic between two or more segments of a network.

4
New cards

Switch

A networking device that connects devices on a computer network by using packet switching to forward data.

5
New cards

Internetworking

Connecting multiple networks together to form a larger, interconnected network.

6
New cards

Router

A device that forwards data packets between computer networks.

7
New cards

NIC (Network Interface Card)

A hardware component that allows a computer to connect to a network.

8
New cards

Packet forwarding

The process of sending data packets from one network to another.

9
New cards

IP (Internet Protocol)

A set of rules governing the format of data sent over the Internet.

10
New cards

IPv4

The fourth version of the Internet Protocol, using a 32-bit addressing scheme.

11
New cards

IPv6

The sixth version of the Internet Protocol, using a 128-bit addressing scheme.

12
New cards

MAC Address

A unique identifier assigned to network interfaces for communications at the data link layer.

13
New cards

CIDR (Classless Inter-Domain Routing)

A method for allocating IP addresses and IP routing that improves the flexibility of IP address distribution.

14
New cards

DHCP (Dynamic Host Configuration Protocol)

A network management protocol used to dynamically assign an IP address to a device on a network.

15
New cards

SLAAC (Stateless Address Autoconfiguration)

A method of IPv6 address configuration that allows devices to create their own address.

16
New cards

Multiplexing

Combining multiple signals into a single signal over a shared medium.

17
New cards

Multiplexing Benefits

  • Efficiency: Maximizes the utilization of available bandwidth.

  • Cost-effective: Reduces the number of physical cables or links required between two points.

18
New cards

Multiplexing Limitations

  • Complexity: Requires specialized multiplexers and demultiplexers at both ends.

  • Latency: The processing time for combining and separating signals can introduce slight delays.

19
New cards

Network collision

Occurs when two devices transmit data simultaneously on the same network channel.

20
New cards

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.

21
New cards

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.

22
New cards

Bridge

A device that connects and filters traffic between two or more segments of a network.

23
New cards

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.

24
New cards

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.

25
New cards

Switch

A networking device that connects devices on a computer network by using packet switching to forward data.

26
New cards

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.

27
New cards

Switch Limitations

  • Cost: Historically more expensive than hubs or basic bridges.

  • Security: Prone to attacks like MAC flooding if not properly configured.

28
New cards

Internetworking

Connecting multiple networks together to form a larger, interconnected network.

29
New cards

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.

30
New cards

Internetworking Limitations

  • Complexity: Requires sophisticated routing protocols and management strategies.

  • Security Risks: Increases the attack surface as data traverses multiple administrative domains.

31
New cards

Router

A device that forwards data packets between computer networks.

32
New cards

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.

33
New cards

Router Limitations

  • Latency: Packet analysis at Layer 3 is more time-consuming than Layer 2 switching.
  • Initial Setup: Requires complex configuration of IP addresses and routing tables.
34
New cards

NIC (Network Interface Card)

A hardware component that allows a computer to connect to a network.

35
New cards

NIC Benefits

  • Essential Link: Provides the physical and logical interface necessary for network communication.
  • Offloading: Modern NICs can handle some protocol processing, freeing up the host CPU.
36
New cards

NIC Limitations

  • Hardware Failure: If the NIC fails, the host loses all network connectivity.
  • Compatibility: Requires specific drivers and physical connectors matching the network medium.
37
New cards

Packet forwarding

The process of sending data packets from one network to another.

38
New cards

Packet forwarding Benefits

  • Dynamic Delivery: Allows data to take different routes based on current network health or availability.
  • Efficiency: Only the necessary segments of the network handle the data, rather than broadcasting it everywhere.
39
New cards

Packet forwarding Limitations

  • Out-of-Order Delivery: Packets may take different paths and arrive in the wrong sequence.
  • Drop Risk: If buffers in forwarding devices overflow, packets are discarded without notice at this layer.
40
New cards

IP (Internet Protocol)

A set of rules governing the format of data sent over the Internet.

41
New cards

IP Benefits

  • Universal Standard: Allows hardware from different manufacturers and networks to communicate seamlessly.
  • Connectionless: High efficiency as no session setup is required for individual packets.
42
New cards

IP Limitations

  • Unreliable Delivery: IP does not guarantee packet delivery; that must be handled by upper layers (like TCP).
  • Overhead: Every packet requires an IP header, consuming bandwidth.
43
New cards

IPv4

The fourth version of the Internet Protocol, using a 32-bit addressing scheme.

44
New cards

IPv4 Benefits

  • Maturity: Extensively tested, widely deployed, and supported by every networking device.
  • Manageability: 32-bit addresses are relatively short and easy for humans to read compared to IPv6.
45
New cards

IPv4 Limitations

  • Address Scarcity: Only supports approx. 2^{32} (4.3 billion) addresses, leading to exhaustion.
  • Fragmented Routing: Large global routing tables due to inefficient address allocation.
46
New cards

IPv6

The sixth version of the Internet Protocol, using a 128-bit addressing scheme.

47
New cards

IPv6 Benefits

  • Infinite Scale: Supports 2^{128} addresses, enough for every grain of sand on Earth.
  • Automatic Configuration: Includes SLAAC for easier device setup without a DHCP server.
48
New cards

IPv6 Limitations

  • Transition Costs: Moving from IPv4 requires expensive dual-stack configurations or tunneling.
  • Address Complexity: 128-bit hexadecimal addresses are difficult for human administrators to memorize.
49
New cards

MAC Address

A unique identifier assigned to network interfaces for communications at the data link layer.

50
New cards

MAC Address Benefits

  • Uniqueness: Hardcoded into hardware, ensuring every device has a globally unique ID for local delivery.
  • Plug-and-Play: Ethernet networks can function immediately at Layer 2 using MAC addresses without IP configuration.
51
New cards

MAC Address Limitations

  • Not Routable: Cannot be used for communication between different IP networks; it only works on the local segment.
  • Security: Can be easily spoofed or changed by software to bypass network filters.
52
New cards

CIDR (Classless Inter-Domain Routing)

A method for allocating IP addresses and IP routing that improves the flexibility of IP address distribution.

53
New cards

CIDR Benefits

  • Address Conservation: Allows for more granular allocation of IPs (e.g., /29 or /30), reducing waste.
  • Route Aggregation: Combines multiple small routes into a single large one, reducing the size of internet routing tables.
54
New cards

CIDR Limitations

  • Administrative Overhead: Requires careful calculation of subnet masks and binary offsets.
  • Protocol Support: Older, classful routing protocols cannot interpret CIDR notation.
55
New cards

DHCP (Dynamic Host Configuration Protocol)

A network management protocol used to dynamically assign an IP address to a device on a network.

56
New cards

DHCP Benefits

  • Automation: Eliminates the need for manual IP configuration on every device.
  • Consistency: Prevents IP address conflicts (two devices with the same IP) by managing a central pool.
57
New cards

DHCP Limitations

  • Central Point of Failure: If the DHCP server goes down, new devices cannot join the network.
  • Security: An unauthorized DHCP server can distribute
58
New cards

SLAAC (Stateless Address Autoconfiguration)

A method of IPv6 address configuration that allows devices to create their own address.

59
New cards

SLAAC Benefits

  • Decentralization: Devices can configure themselves immediately upon connecting to a router without a dedicated server.
  • Efficiency: Reduces network traffic by eliminating the back-and-forth communication required for DHCP leases.
60
New cards

SLAAC Limitations

  • Limited Control: Network administrators have less visibility and control over exactly which address a device chooses.
  • Information Gaps: Standard SLAAC does not provide extra information like DNS server addresses as easily as DHCPv6.