Basic WAN Ethernet model
Ethernet WAN Behavior (Logically & Physically)
Logically, behaves like a point to point connection between two routers
Physically, behaves as if a physical fiber Ethernet link existed between the two routers
Ethernet terminology
Ethernet WAN: A generic name to differentiate it from an Ethernet LAN
Ethernet Line Service (E-Line): A term from the Metro Ethernet Forum (MEF) for the kind of point to point Ethernet WAN service shown throughout this book
Ethernet emulation: A term emphasizing that the link is not a literal Ethernet link from end to end
Ethernet over MPLS (EoMPLS): A term that refers to Multiprotocol Label Switching (MPLS), a technology that can be used to create the Ethernet service for the customer
Routing In EoMPLS WAN
The EoMPLS link uses Ethernet for both Layer 1 and 2 functions.
IP routing
IP focuses on the job of routing data, in the form of IP packets, from the source host to the destination host.
Does not concern itself with the physical transmission of data, instead relying on the lower TCP/IP layers to do the physical transmission of the data
Network layer specifies how packet travel end to end over a TCP/IP network, even when the packet crosses different LAN & WAN
Routing Logic
PC1 analyzes the destination address:
IP address grouping
IP subnetting, Uses a routing table to determine the location as to where the packet should route to
Network Layer & Data Link Layer Routing (LAN & WAN)
Network layer focuses on transmitting data packets from end to end
Data link layer focuses on transmitting data packets from point to point
Network layer passes off to data link layer to decide how point to point data transmission should occur
The process of point to point transmission involves encapsulation and decapsulation of Ethernet Header and Trailer and observing the IP header to decide the ultimate destination
Process:
1. Use the data link frame check sequence field to ensure that the frame had no errors, if error occurred discard the frame
IP header
4 Bytes Wide (Ordered)
Principle of IP routing protocol
IP routing, IP updating & Subnet routing (IP advertising)
Domain Name System (DNS)
A TCP/IP concept that defines a way to use hostname to identify other computers, a means to resolve names into the matching IP address
DNS names and IP address are distributed over all servers and DNS server communicates to get information from one another
Workings of DNS
Address Resolution Protocol (ARP)
A protocol which resolves MAC address that a destination host uses. Identifies MAC address of a host via IP address
Problem: On Ethernet LANS, whenever a host or router needs to encapsulate an IP packet in a new Ethernet frame, the host or routers knows all facts except destination MAC address
Components of ARP
ARP defines a protocol that includes:
Working of ARP
IP addresses storing & ARP Table Purpose
Noe that hosts and routers remember the ARP results, keeping the information in their ARP cache or ARP table
Each time a host or router needs to send a packet encapsulated in an Ethernet frame, it first checks its ARP cache for the correct IP address and matching MAC address. Hosts and routers will let ARP cache entries time out to clean up the table, so occasional ARP requests can be seen
ARP Table mechanism
ARP tables on routers and switches flushed after a certain amount of time to conserve resources and prevent inaccurate entries
Internet Control Message Protocol
A protocol used to report problems or issues with IP packets on a network. When a problem is experienced with an IP packet, the IP packet is destroyed and an ICMP message is generated and sent to the host that originated the packet
ICMP delivers messages inside IP packets
Most popular use - Ping command
Ping command
A ping (Packet Internet Groper) command issued from a network device generates an echo request packet that is sent to the destination device. Upon receiving the echo request, the destination device generates an echo reply
Consist of TTL field, give a good indication of network latency (delay)
Response notations: