1.3–1.7 – Routing, Wireless, &c. Flashcards
What is: AS
Autonomous System
- A group of IP routes under common control
- A group of one or more IP prefixes, run by a network operator, which has a single and clearly defined routing policy.
What is: IGP
Interior Gateway Protocol
- Used within a single AS.
- Not intended as a route between autonomous systems.
What is: EGP
Exterior Gateway Protocol
- Used to route between autonomous systems
- The most common EGP is: BGP
What is: BGP
Border Gateway Protocol
- The most common EGP.
- A Hybrid routing protocol
What is: OSPF
Open Shortest Path First
- An IGP.
- A Link-state routing protocol.
• IPv4 dynamic routing uses
OSPFv2.
• IPv6 dynamic routing uses OSPFv3.
What is: RIP
Routing Information Procotol
- An IGP.
- A distance-vector routing protocol.
- IPv4 dynamic routing uses RIPv2.
- IPv6 dynamic routing uses RIPng (RIP next generation)
What is: EIGRP
Enhanced Interior Gateway Routing Protocol.
- Proprietary to Cisco.
- An IGP.
- A distance-vector routing protocol.
- IPv4 dynamic routing uses EIGRP.
- IPv6 dynamic routing uses “EIGRP for IPv6”.
What is a distance-vector routing protocol?
A dynamic routing protocol that determines the best route based on the number of “hops.”
- It will always take the route with the least number of hops.
- Good for smaller networks. Does not scale well to larger networks.
- Examples: RIP, EIGRP
What is a Link-state routing protocol?
A dynamic routing protocol that determines the best route based on the current connectivity and speed.
- It will always take the fastest route.
- Very scalable. Used most often in large networks.
- Example: OSPF
What is a Hybrid-state routing protocol?
Combines the considerations of Link-state routing, distance-vector routing, and other factors, to determine the best route.
• Example: BGP
What is Dual-Stack Routing?
Running both IPv4 and IPv6 at the same time.
Each device is assigned an address for both type.
The protocols do not talk to each other, but devices can communicate on the network using either.
Routers will maintain separate routing tables for each.
What is NDP?
Neighbor Discovery Protocol
- Network discovery used by IPv6.
- Since IPv6 doesn’t use broadcast, this operates using multicast with ICMPv6.
- Includes SLAAC, DAD, RS/RA, and NS/NA
What is RS and RA?
Router Solicitation and Router Advertisement
- Used in IPv6 to discover routers on the network.
- Routers will transfer IPv6 address info, prefix value, prefix length, etc.
What is NS and NA?
Neighbor Solicitation and Neighbor Advertisement
- Used in IPv6 to discover the MAC address of other devices on the network, based on IPv6 address.
- Also used to test for duplicate IPv6 addresses.
What is DAD?
Duplicate Address Detection
Used by IPv6.
What is SLAAC?
Stateless Address Autoconfiguration
Used by IPv6 instead of DHCP.
What is CoS?
Class of Service
A form of QoS that is performed at Layer 2 (by switches, usually applied in the intranet).
What is DiffServ?
Differentiated Services
A form of QoS that is performed at Layer 3, by routers.
What is PAT?
Port Address Translation
also known as NAT overload.
Part of the NAT process, ports are tracked and translated by the router to differentiate traffic between multiple internal device destinations.
What is NAT overload?
Also known as PAT.
Part of the NAT process, ports are tracked and translated by the router to differentiate traffic between multiple internal device destinations.
What is Destination NAT?
Another name for Port Forwarding.
An external IP and port number are mapped by a router to an internal IP and port.
What is Static NAT?
Another name for Port Forwarding.
An external IP and port number are mapped by a router to an internal IP and port.
What is an ACL?
Access Control List
The list of Access Rules within a firewall. Rules are configured for specifics, to either Allow or Deny.
What is the difference between Circuit Switching and Packet Switching?
Circuit Switching:
• Circuit is established between endpoints before any data passes
• That circuit cannot be shared, even when idle.
• Examples: POTS, T1, T3
Packet Switching:
• Data is grouped into packets
• The connection is usually shared
• One connection may have more bandwidth allocated to it than another
• Examples: DSL, Cable modem, satellite, wireless
What is the range of possible IPv4 loopback addresses?
127.0.0.1
through
127.255.255.254
Although, some operating systems will only recognize 127.0.0.1.