WAN Technologies Flashcards
What speed is a T1 line
1.544 mbps
What speed is an E1 line
2.048 mbps
What are the two WAN encapsulation methods
HLDC and PPP
What are the features of HLDC
- no features other connectivity
- nothing to unpack
- proprietary and default encapsulation method
What are the features of PPP
- Industry standard
- Can connect non cisco devices
- Lots of features e.g compression, multilink, callback, authentication
What are the 3 layers of PPP
NCP (network control protocol) - responsible for L3 protocols
LCP link control protocol - negotiates features
HLDC
What authentication does PPP use
PAP or CHAP (more secure, uses hashing)
What are the 4 realms of PPP
Multilink
Callback
Authentication
Compression
What does the debug ppp authentication command allow
To watch PPP autentication as it happens
What is multilink
Allows the bundling of serial interfaces to double BW
What are the differences between Leased lines and packet switched networks
Leased lines:
Inflexible
unsued BW
Expensive
Packet switched:
Virtual circuits
Each packet is destinationed
Cheaper
What are the types of switched networks
x.25
frame relay
ATM
MPLS
How does MPLS work
Allows to put tags on the connection
How does PPPoE work
PPP over ethernet
Using a dialer interface
How is PPPoE configured
interface Dialer1 R1(config-if)# ip address negotiated R1(config-if)# encapsulation ppp R1(config-if)# dialer pool 1 R1(config-if)# end
R1(config)# interface Ethernet0/1
R1(config-if)# no ip address
R1(config-if)# pppoe-client dial-pool-number 1