IP Routing and Routing Process Reviewer
Unit 3: IP Routing
Types of Routing
Static Routing: Routes are manually configured by the administrator.
Example: ip route [Link] [Link] [Link]
Default Routing: Routes all packets to a single next-hop router. Used in stub networks.
Example: ip route [Link] [Link] [Link]
Dynamic Routing: Routers learn routes automatically using protocols like RIP or OSPF.
Advantages and Disadvantages
Type Advantages Disadvantages
Static Routing No CPU/bandwidth overhead,More
Hard secure
to manage large networks,Requires expertise
Default Routing Easy configuration forone-path routers
Not efficient for multi-network routers
Dynamic Routing Automatically adapts to changes Consumes bandwidth,Less secure
Important Commands
Add a Static Route: ip route [destination network] [subnet mask] [next-hop address]
Add a Default Route: ip route [Link] [Link] [next-hop address]
Exercise Sample Questions
1. Explain Static, Default, and Dynamic Routing.
2. What are the advantages and disadvantages of Static Routing?
3. What information is needed to configure a Static Route?
Unit 4: IP Routing Process
IP Routing and Routing Process Reviewer
Routing Process Step-by-Step
1. Host checks destination IP and subnet mask.
2. Determines if destination is local or remote.
3. If remote, sends packet to router (default gateway).
4. Host checks ARP cache or sends ARP request.
5. Router checks CRC, extracts packet.
6. Router checks destination IP in routing table.
7. Router forwards packet to correct interface.
8. Frame's MAC addresses change, IP addresses stay the same.
9. Destination host receives packet and responds.
Key Concepts
Item Explanation
IP Address Identifies source and destination of the packet
MAC Address Used for delivery within network segments
Routing Table Determines forwarding paths
ARP Cache Stores resolved MAC addresses
Important Details
- First ping may timeout due to ARP resolution.
- IP address stays the same, frame changes per hop.
- Router uses destination IP, routing table, and MAC to route packets.
Exercise Sample Questions
1. Describe the basic IP routing process.
2. What information is needed by a router to route a packet?
IP Routing and Routing Process Reviewer
3. How are MAC addresses used in routing?
4. Why does the frame change but not the packet during routing?
Quick Tips for the Exam
- Know basic configuration commands.
- Understand the types of Routing (Static, Default, Dynamic).
- Memorize the IP Routing Process steps.
- Remember: IP stays the same, Frame (MAC address) changes.
- Understand ARP role in finding MAC addresses.