What does an IP/netmask pair let you identify?
hint: 2 parts
let’s you identify the network part and the host part of an IP address
how many bits is IPv6?
what parts is it split in half for?
what does it have that is different from ipv4?
What are the 3 IPv6 Address Types?
hint: G, U, L
What does a Router connect?
What does a Router forward?
- forward IP datagrams from one network to another
What is a Router forwarding policy based on?
What does the policy determine?
What does it use to make a decision?
based on routing protocols - determines best path to reach a network using routing table
What is the Routing default address?
When is it used?
- used when router receives packet whose destination is an unknown network
Where else does packet forwarding happen?
hint: which layer?
Lowest layer of TCP/IP stack: Link layer
What are Hubs and Switches?
(hint: what do they forward and where?)
Which address do they work with?
- work with MAC addresses
Frames
Layer 2 packets
MAC addresses
Media Access Control
IP addresses
Layer 3 (network layer) -address scheme to identify host in a network
Using IP and MAC addresses, how will workstation A send a packet to workstation B?
What happens after the router receives the packet from workstation A?
The router rewrites the MAC addresses but IP addresses stay the same:
Forwarding Table/ CAM Table
How many ports do switches have?
Home: 4
Corporate: 64
Network segmentation
- routers DO NOT forward packets with Broadcast MAC address
TTL
How do switches decide which interface to use?
They identify new MAC/hosts dynamically with each new packet header and use the source MAC to decide which interface when forwarding.
What happens to the CAM table when a switch encounters a MAC address?
Explain how forwarding happens.