Network Systems - Routing Overview
34 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the primary function of a router?

  • Enhance wireless network connectivity
  • Join two or more networks and pass packets (correct)
  • Store data locally for quick access
  • Filter out all types of internet traffic

Dynamic routing involves manually configuring routing tables by network administrators.

False (B)

What type of routing allows a router to automatically detect failed routes?

Dynamic Routing

A routing table maintains information about where hosts are located and the most efficient route to reach them, and it contains IP addresses and ________.

<p>network masks</p> Signup and view all the answers

Match the types of routers with their primary functions:

<p>Core routers = Direct data within the same autonomous system Edge routers = Connect an autonomous system to outside networks Exterior routers = Handle communications from outside the organization Home routers = Facilitate home networking and internet access</p> Signup and view all the answers

Which of the following describes a static route?

<p>Routes are pre-configured by network administrators. (A)</p> Signup and view all the answers

Routers can filter broadcast transmissions.

<p>True (A)</p> Signup and view all the answers

What command is used on a Windows system to view the routing table?

<p>route print</p> Signup and view all the answers

An ________ router connects the organization’s network to external networks.

<p>edge</p> Signup and view all the answers

What does a network mask identify?

<p>The network to which a host or router belongs. (D)</p> Signup and view all the answers

Which command displays the local IP routing table in Windows?

<p>route print (A)</p> Signup and view all the answers

BGP is the only Exterior Gateway Protocol currently in use.

<p>True (A)</p> Signup and view all the answers

Name the two types of routing protocols based on the algorithms they use to calculate best paths.

<p>Distance-vector and Link-state</p> Signup and view all the answers

The property of a route that indicates the largest IP packet size allowable without fragmentation is called ______.

<p>MTU</p> Signup and view all the answers

Match the following routing protocols with their type.

<p>RIP = Distance-vector OSPF = Link-state EIGRP = Advanced distance-vector BGP = Advanced distance-vector or path vector</p> Signup and view all the answers

What is the primary factor that routers consider when determining the best path to a destination?

<p>Hop count (D)</p> Signup and view all the answers

Administrative distance is used to measure the bandwidth of a routing protocol.

<p>False (B)</p> Signup and view all the answers

What is the term for the time it takes to recognize a best path after a network change?

<p>Convergence time</p> Signup and view all the answers

The routing metric that refers to the traffic burden on the network is called ______.

<p>Overhead</p> Signup and view all the answers

Which routing protocol is classified as a Link-state protocol?

<p>OSPF (C)</p> Signup and view all the answers

What does the netstat command primarily do?

<p>Lists all active TCP/IP connections on the local machine (A)</p> Signup and view all the answers

Supernetting is the opposite of subnetting.

<p>True (A)</p> Signup and view all the answers

What command would you use to display statistics about messages sent over a network interface?

<p>netstat -e</p> Signup and view all the answers

Supernetting involves giving away network bits from the left of the __________ mask boundary.

<p>default</p> Signup and view all the answers

Match the following netstat options with their descriptions:

<p>-n = Lists current connections, including IP addresses and ports -f = Lists current connections, including IP addresses, ports, and FQDNs -r = Displays routing table information -b = Lists the name of each process using a connection</p> Signup and view all the answers

What is the main purpose of supernetting?

<p>To combine a group of continuous subnets into a larger network (C)</p> Signup and view all the answers

The command 'tracert' is used to display the IP address of a connected device.

<p>False (B)</p> Signup and view all the answers

What is the advantage of using supernetting?

<p>Reduces load on Internet routers</p> Signup and view all the answers

The physical address used for identifying devices in a network is called an __________.

<p>IP address</p> Signup and view all the answers

Which netstat option displays statistics for each transmitted message separated by protocol type?

<p>-s (D)</p> Signup and view all the answers

Subnetting creates smaller segments of a larger network, while supernetting combines those segments.

<p>True (A)</p> Signup and view all the answers

What does the 'ping' command do?

<p>Tests connectivity between devices</p> Signup and view all the answers

Match the following IP address notations with their meaning:

<p>/24 = Subnet mask for 255.255.255.0 /25 = Subnet mask for 255.255.255.128 /26 = Subnet mask for 255.255.255.192 /27 = Subnet mask for 255.255.255.224</p> Signup and view all the answers

The __________ command provides a list of all current TCP connections and all listening UDP ports.

<p>netstat -a</p> Signup and view all the answers

Flashcards

Router

A device that connects networks and forwards packets between them.

Routing Table

A database in a router that stores information about network paths.

Static Routing

Manually configured routes in a router's routing table.

Dynamic Routing

Automatically calculates the best path between networks and updates the routing table.

Signup and view all the flashcards

Autonomous System (AS)

A group of networks under a single administration.

Signup and view all the flashcards

Core Router

Router that links networks within the same autonomous system.

Signup and view all the flashcards

Edge Router

Connects an autonomous system to external networks.

Signup and view all the flashcards

Network Mask

Part of an IP address that identifies the network a device belongs to.

Signup and view all the flashcards

Route Command

Used to view routing tables on various operating systems.

Signup and view all the flashcards

Dissimilar Networks

Networks with different configurations or technologies.

Signup and view all the flashcards

Routing Metrics

Properties of a route used to determine best path. Includes hop count, bandwidth, delay, load, MTU, routing cost, and reliability.

Signup and view all the flashcards

Routing Protocols

Used by routers to communicate and determine best paths.

Signup and view all the flashcards

Administrative Distance (AD)

A number representing a routing protocol's reliability.

Signup and view all the flashcards

Convergence Time

The time for routers to recognize the best path after a network change.

Signup and view all the flashcards

Distance-Vector Routing

Calculates path based on distance to destination.

Signup and view all the flashcards

Link-State Routing

Routers map network to independently find best paths.

Signup and view all the flashcards

Interior Gateway Protocols (IGP)

Routing protocols within an autonomous system.

Signup and view all the flashcards

Exterior Gateway Protocols (EGP)

Routing protocols used between autonomous systems.

Signup and view all the flashcards

BGP (Border Gateway Protocol)

The only current EGP, used for internet routing.

Signup and view all the flashcards

Hop Count

Number of routers a packet passes through to reach its destination.

Signup and view all the flashcards

netstat -r

Displays routing table information in MacOS.

Signup and view all the flashcards

tcpdump

Captures network traffic.

Signup and view all the flashcards

netstat

Lists active TCP/IP connections.

Signup and view all the flashcards

netstat -n

Lists connections with IP addresses and ports.

Signup and view all the flashcards

netstat -f

Lists connections with FQDNs (Fully Qualified Domain Names).

Signup and view all the flashcards

netstat -a

Lists all TCP connections and listening ports.

Signup and view all the flashcards

netstat -e

Displays network interface message statistics.

Signup and view all the flashcards

netstat -s

Displays message statistics per protocol.

Signup and view all the flashcards

netstat -o

Shows the process ID (PID) of connections.

Signup and view all the flashcards

netstat -b

Lists process names that use connections.

Signup and view all the flashcards

Supernetting

Combining continuous subnets into a single network.

Signup and view all the flashcards

Route Aggregation

Consolidating multiple routes.

Signup and view all the flashcards

Supernet Mask

A network mask for a combined network.

Signup and view all the flashcards

Borrowing bits

Giving away network bits for Supernetting.

Signup and view all the flashcards

Study Notes

Network Systems - Routing

  • Routers connect multiple networks.
  • They forward packets between networks.
  • Routers connect dissimilar networks (LANs and WANs).
  • They interpret Layer 3 and often Layer 4 addressing.
  • They determine the best path for data.
  • They can re-route traffic if a path fails.

Router Functions

  • Routers may filter broadcast transmissions.
  • They can prevent specific types of traffic.
  • Routers support simultaneous local and remote connectivity.
  • They provide high network fault tolerance using redundant components (e.g., power supplies).
  • They monitor network traffic and report statistics.
  • They diagnose connectivity problems.

Router Categories

  • Core routers are within the same autonomous system (AS).
  • They handle data between networks within the same AS.
  • Edge routers connect an AS to an outside network.
  • Exterior routers are external to an organization's AS.

Routing Tables

  • Routing tables are databases that hold information about host locations and the best routes.
  • Routers rely on routing tables to locate destinations.
  • Routing tables include IP addresses and network masks.
  • Network masks identify networks.

Static vs. Dynamic Routing

  • Static routing involves administrators configuring a routing table with specific paths.
  • Dynamic routing automatically calculates the best paths and maintains the routing table.
  • Routers can detect problems with routes (failed or congested) and re-route messages.

The Route Command

  • The route command (Linux/UNIX) or netstat -r (macOS) displays a host's routing table.
  • Windows systems use the route print command to view the routing table.

Routing Metrics

  • Routing metrics are properties routers use to determine the best paths to destinations.
  • Hop count is the number of routers between source and destination.
  • Theoretical bandwidth and actual throughput are factors.
  • Delay (latency) on potential paths.
  • Load (traffic/processing burden).
  • MTU (maximum transmission unit).
  • Routing cost (value assigned to a route).
  • Reliability of the path.
  • Network topology.

Determining Best Routing Paths

  • Routing protocols allow routers to communicate and determine the best path.
  • Protocols are rated based on criteria, including administrative distance (AD) and convergence time.
  • Administrative distance is a number indicating the protocol's reliability.
  • Convergence time is the time it takes for a router to find the best path following a topology change.
  • Overhead is the burden placed on the network to support the protocol.

Common Routing Protocols

  • Routing protocols, like RIP, RIPv2, OSPF, IS-IS, and BGP, are categorized as IGPs (interior gateway protocols) or EGPs (exterior gateway protocols).
  • IGPs are used within an autonomous system (e.g., OSPF, IS-IS, EIGRP, RIP).
  • EGPs are used between autonomous systems (e.g., BGP).

IGP and EGP

  • Interior gateway protocols (IGPs) are used by core and edge routers.
  • Exterior gateway protocol (EGPs) are used by edge and exterior routers to manage data outside autonomous systems.
  • Distance-vector routing protocols calculate paths based on distance from the destination.
  • Link-state protocols let routers map the networks to determine the best path.
  • The BGP routing protocol is the only EGP protocol still in use.

BGP (Border Gateway Protocol)

  • BGP is a path-vector routing protocol used to communicate between autonomous systems.
  • It can span multiple autonomous systems.
  • It determines the best path based on various factors.
  • Policy-based routing can be used to implement specific policies.

OSPF (Open Shortest Path First)

  • OSPF is an IGP, a link-state protocol that supports large networks without hop limit restrictions.
  • OSPF uses a more complex algorithm to determine best paths.
  • OSPF creates and maintains a database of other routers and their links.
  • It has low overhead and fast convergence.

IS-IS (Intermediate System to Intermediate System)

  • IS-IS is an IGP and link-state routing protocol.
  • It uses a best-path algorithm similar to OSPF.
  • IS-IS is designed for use on core routers only.
  • IS-IS is not tied to IPv4, allowing easy adaptation to IPv6.

EIGRP (Enhanced Interior Gateway Routing Protocol)

  • EIGRP is a hybrid protocol combining distance-vector and link-state features.
  • It offers fast convergence and low overhead.
  • It's easier to configure and less CPU intensive than OSPF.
  • EIGRP supports multiple protocols and limits unnecessary routing traffic.

Supernetting

  • Network summarization; grouping contiguous subnets into a single network.
  • Used to reduce the size of routing tables.
  • Consolidate continuous routes into a single route for route advertisements.

Supernetting Examples

  • A 193.2.1.0/24 is seen as a whole network externally.
  • 193.2.1.0/25, 193.2.1.128/25, 193.2.1.0/26, and 193.2.1.64/26 are subnets that are grouped into a supernet.

Supernetting Comparison to Subnetting

  • Supernetting is the opposite of subnetting.
  • Supernetting involves combining contiguous subnets.
  • Supernetting uses masks to form a supernet.
  • Routers only need one address for the supernet, reducing Internet router load.

"Giving Away" Bits for Supernetting

  • Supernetting involves giving away network bits from the left of the default mask boundary.
  • Subnetting involves borrowing host bits from the right of the default mask boundary.

Supernet - Smaller Routing Table

  • A routing table example shows how supernetting reduces the number of routes.

Benefits of Supernetting

  • Minimizes latency in complex networks.
  • Reduces routing overhead.
  • Improves network stability.
  • Reduces processor workloads, memory requirements, and bandwidth demand.

Example and Solution

  • A medium-size organization requiring 1000 addresses, and the required subnet mask.
  • Converting 1000 addresses to class C addresses and a single subnetted address.

Example Continued

  • Demonstrates the calculation of supernetting. This involves allocating class C addresses to the organization, and calculating the network ID.

Verifying Network ID with Mask

  • A tabular example showing how network address is verified with the supernet mask.

Common Command-Line Utilities

  • arp, dig, ipconfig, ifconfig, netstat, nmap, nslookup, pathping, ping. route, tcpdump.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Description

Explore the essential functions and categories of routers in network systems. This quiz covers how routers connect different networks, manage traffic, and maintain connectivity. Test your knowledge of routing tables and the critical roles routers play in data communication.

More Like This

Network Basics: VLANs and Routers Quiz
48 questions
Networking Devices and Functions
10 questions

Networking Devices and Functions

WarmheartedMoscovium5725 avatar
WarmheartedMoscovium5725
Use Quizgecko on...
Browser
Browser