chapter 3 part 2 Flashcards
what is the default encapsulation protocol for serial/ leased line links?
HDLC
when using non cisco devices for a Serial link then what type of encapsulation should be used?
PPP
what layer of the OSI does the encapsulation PPP or HDLC on a serial link use?
layer 2: Data link layer
what features does PPP offer that HDLC does not offer?
Authentication (PAP and CHAP) , link quality feature: if too many errors then the link is taken down.
what do LCP and NCP do in PPP and on what OSI layer are these?***important to know diff between what LCP and NCP does.
network or layer 3 OSI. NCP: Network Control Protocol- does higher level protocol configs. LCP- Link Control Protocols: authenticates the connection and terminates connection over PPP. also helps agree on types of compression and error detection.
what kind of LCP options are there for PPP?
compression, authentication, error detection., mutilink and call back.
what type of LCP (link control protcol) authentication is there?
PAP: Password Authentication Protcol and CHAP: Challenge Handshake Authentication Protocol
how does PAP work and what is it?
Password Authenticate Protocol: no encryption. username and password sent as plain text from router to receiver device, keeps sending until sending router gets an AKN or the connection is terminated.
what is CHAP how does it work?
Challenge Handshake Authentication Protocol: 3 way handshake. challenge question sent, respond with username and pword, if pword is correct then ACK sent back and connection made. periodic challenge questions to make sure the sender is legit.