Vol 1 Ch 3 - Fundamentals of WANs and IP Routing Flashcards
Leased-Line WAN
Two pairs of wires, sending and receiving. It acts as a crossover Ethernet link, but the physical reality is hidden from the customer. Full duplex. Also known as: Leased circuit Serial link, serial line Point-to-point link, point-to-point line T1 WAN link, Link Private line
HDLC
High-Level Data Link Control
Has address field but it is unimportant, because it is a point to point connection.
HDLC vs Ethernet fields
HDLC Field / Ethernet Field / Description
Flag / Preamble, SFD / Identifies the destination device
Address / Destination Address / destination device
Control / NA / Mostly not in use today
Type / Type / Identifies the layer 3 packet
FCS / FCS / error check, only field in the trailer
Type field in HDLC
Only used by Cisco. Not in ISO standard of HDLC.
Benefits of leased lines
- Simple for the customer.
- Widely available.
- High quality.
- Private
Negatives of leased lines compared to newer WAN technologies.
- Higher cost.
- Longer lead times to install.
- Slow, by today’s standards.
Ethernet WAN IEEE standards
1000BASE-LX - single mode fiber - 5 km
1000BASE-ZX - 70 km
Common Ethernet WAN names
- Ethernet WAN
- E-Line (Ethernet Line Service)
- Ethernet emulation
- Ethernet over MPLS (EoMPLS) - Multiprotocol Label Switching
Which network devices build frames?
Hosts and routers are the only devices that build frames to encapsulate IP packets.
Which network devices remove frames?
Hosts and routers are the only devices that remove (de-encapsulate) frames if the frame is addressed to them.
Are two IP addresses separated by a router in the same network or subnet?
No. The two IP addresses are in different networks (subnets) if they are separated by a router.
Are two IP addresses not separated by a router in the same network or subnet?
Yes. The two IP addresses are in the same network (subnet) if they are NOT separated by a router.
What are the general steps used by routers to learn routes?
- Adds a route to its routing table for each directly connected subnet.
- Tells its neighbors about the route sin its routing table, including directly connected routes and routes learned from other routers.
- Adds routes learned from neighbors to its routing table, including the next-hop. Add a metric, if there are competing routes.
What are three important network layer (layer 3) features?
- Domain Name Services (DNS)
- Address Resolution Protocol (ARP)
- ICMP and the Ping command
What does DNS do?
The host sues DNS to resolves host names into matching IP addresses.