90 likes | 205 Vues
This technical refresher session provides an overview of communication mechanisms between devices within a single logical network and across different logical networks. It highlights the essential role of routers and gateways, the available routing protocols, and exercises on static and dynamic routing. Participants will learn how networks determine optimal paths for sending data packets, focusing on goals like shortest hops and fastest links. Emphasizing static and dynamic routing practices, including OSPF basics, this session is vital for anyone looking to enhance their networking knowledge.
E N D
Technical Refresher Session 3
Overview • Difference between communication between devices on a single logical network and communication between different logical networks. • Role of a router/gateway in such a set of logical networks. • Available protocols • Exercises: • Static routes • Using OSPF
Routing basics • Routing: How networks discover what paths they can use to send data packets. • Best route goals can include: • Shortest hops • Fastest links • Route around network failure
The role of the router • Sits at connection point between networks. • Primary functions: • Send information to correct destination • Send information ONLY to correct destination and nowhere else (save network resources)
Within a logical network • Machines are physically connected via switches or hubs • Each device has a Layer 2 MAC address -- associated with Layer 3 IP address using Address Resolution Protocol • Network address and mask define boundaries of logical network
Between logical networks • All traffic routed via default gateway • Rules that determine where gateway sends packet = routes • A route is a tuple specifying: • Destination network (address/mask pair) • Gateway (IP address)
Exercise 1: Static Routes • Simulate a single ISP using static routes throughout its network
Dynamic Routing • Static routing doesn’t scale beyond a couple of devices – 36 routes in this network! • If edge routers can exchange information: only 9 routes needed. • So, networks need a way to distribute routes between routers: OSPF and iBGP!
Exercise 2: Dynamic Routing • Dynamic routing using OSPF • See detailed notes in handout