───✱*.。:。✱*.:。✧*.。✰*.:。✧*.。:。*.。✱ ───

Network Screenshots

Configuration Tables

Creative Network

Device NameIP AddressSubnet MaskDefault Gateway
Creative-PC1192.168.10.10255.255.255.0192.168.10.1
Creative-PC2192.168.10.11255.255.255.0192.168.10.1
Creative-PC3192.168.10.12255.255.255.0192.168.10.1
Creative-PC4192.168.10.13255.255.255.0192.168.10.1
Creative-Printer192.168.10.20255.255.255.0192.168.10.1

Sales Network

Device NameIP AddressSubnet MaskDefault Gateway
Sales-PC1192.168.20.10255.255.255.0192.168.20.1
Sales-PC2192.168.20.11255.255.255.0192.168.20.1
Sales-PC3192.168.20.12255.255.255.0192.168.20.1
Sales-Printer192.168.20.20255.255.255.0192.168.20.1

Ping Test Results

Source DeviceDestinationIP AddressResult
Creative-PC1Creative-PC2192.168.10.11Success
Creative-PC1Creative-PC3192.168.10.12Success
Creative-PC1Creative-Printer192.168.10.20Success
Sales-PC1Sales-PC2192.168.20.11Success
Sales-PC1Sales-PC3192.168.20.12Success
Sales-PC1Sales-Printer192.168.20.20Success
Creative-PC1Sales-PC1192.168.20.10Fail
Sales-PC1Creative-PC1192.168.10.10Fail

Understanding Questions

  • Why did the pings within each team succeed?
    • All devices within the team share the same network ID and subnet mask.
  • Why did the cross-network pings fail?
    • The cross-network pings fail because the networks are not connected. You’d need to connect the switches or use a layer-3 device.
  • All devices have a default gateway configured (192.168.10.1 or 192.168.20.1), but those gateways don’t exist yet. Why did the within-team pings still work?
    • A default gateway is used for reaching destinations outside of the local subnet; for traffic within the same subnet, hosts resolve the destination IP to a MAC using ARP.
  • Based on what you’ve learned, what would we need to add to allow the Creative Team to communicate with the Sales Team?
    • You’d need to add a layer 3 device, such as a router with two interfaces configured for 192.168.10.1 and 192.168.20.1

───✱*.。:。✱*.:。✧*.。✰*.:。✧*.。:。*.。✱ ───