1-what is the diffrence between hdlc and ppp protocol
2- why frame realy technogy called NBMA
Answers were Sorted based on User's Feedback
Answer / nilesh
difference between ppp and hdlc
ppp is industry standard protocol it supports multiple
routed protocol, and it runs over non propritory devices
hdlc is propritory it runs only propritory environment
its not supports non propritory devices.
nbma-means non broadcast multi access, means frame-relay
technology by default not broadcast any routing updates
so but all devices share network access.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / arno
HDLC
====
Proprietary, vendor-specific. Cannot be used to connect
routers of different vendors.
HDLC is for use over synchronous serial lines (requires a
"heartbeat").
PPP
===
Sort of standardized HDLC, but compatible accross all
vendors. In addition, with PPP you also get authentication
(at layer 2) and data compression for free. Cisco even
provides data encryption over PPP.
PPP also let you cut large IP packets into smaller ones, as
a way to increase the overall throughput of slower PPP
lines. This is a very important feature if your line is also
used for carrying Voice over IP.
Like HDLC, PPP is used over synchronous serial lines
(heartbeat), but PPP supports a general-purpose asynchronous
mode as well. Async mode is used over modems (to replace the
obsolete SLIP), or to do the authentication job as part of
the L2TP and PPTP VPN protocols.
PPP is also replacing the ATM or Frame Relay encapsulations
that are required to carry IP packets over Telecom SONET
backbones (eg. submarine cables). This is POS, "Packet Over
SONET", which uses PPP instead of ATM or FR.
NBMA
====
NBMA is an acronym used only in the world of OSPF, to
point-out a weakness (a feature?) of ATM and Frame Relay
networks.
NBMA is best understood by contrasting it with the other
Layer 2 technologies:
- PPP and HDLC can only connect 2 routers together
point-to-point.
HDLC and PPP do not support broadcasts, but, because the
link has only 2 endpoints, broadcasts work between the two
routers anyway ("if it's not me it must be you").
- Ethernet can connect more than 2 routers using the same
subnet (although this setup doesn't make much sense on a
typical LAN).
Broadcasts would always work between the routers, because
Ethernet has built-in support for transmitting broadcasts.
- Frame-Relay (and ATM) can also connect several routers
sitting on the same subnet, just like Ethernet.
Being a WAN protocol, Frame Relay was even _designed_ to do so !
That's the typical Frame Relay hub and Spoke WAN, with a
multipoint subinterface at the central office and a
point-to-point subinterface at each branch office.
You end up with all offices sitting on the same subnet.
But, contrary to Ethernet, Frame Relay is unable to transmit
broadcasts. Hence the name NBMA subnet (Non Broadcast Multi
Access).
So, why bother about NBMA ?
You will probably be running OSPF over your Frame Relay
hub-and-spoke WAN subnet, because there are not much
alternatives.
The hub-and-spoke mesh may even act as your OSPF backbone
"area 0".
But OSPF uses lots of broadcasts for its own functioning,
that Frame Relay is unable to transmit.
To solve this problem, on an NBMA subnet OSPF elects one
router that will act as the central "spokesperson" on the
behalf of all the other routers of the subnet: that's the
OSPF "Designated Router" (DR).
Which router is that ? preferably the central hub router,
because it has direct Frame Relay connections with every
other spoke router.
MPLS is replacing both ATM and Frame Relay for connecting
corporate offices together. So we may expect to be rid of
the NBMA stuff in a few years..
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nathan
Point-to-point links have two options for encapsulation.
HDLC - is cisco proprietary
PPP – is open standard works on any vendor hardware
On Cisco routers the default encapsulation on serial
interfaces HDLC.
Both ends of a PTP link must use the same encapsulation.
If one Cisco router is using HDLC the other end must be a
Cisco router since the version of HDLC on Cisco routers is
Cisco Propriety.
NBMA- Non Broadcast Multi Access.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ritu nasa
HDLC and PPP are the protocols used in Leased lines.
HDLC stands for High Level Data Link Control
PPP-Point To Point Protocol.
mainly HDLC is cisco proprietary protocol and PPP is OSI
protocol.PPP checks for authorization.It intergrates with
2 protocols PAP and CHAP.
PPP supports compression and HDLC doesnt support
compression.
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the two most common request/reply pair with ICMP messages when using the ping command? (Choose two) A. echo reply B. echo request C. source quench D. fragment onset E. information redirect F. destination reachable G. echo control message
How are internetworks created?
Identify the 3 guidelines for routers in the same autonomous system? A.) Must be configured for RIP B.) Interconnected C.) Assigned the same autonomous system number D.) Configured for the same routing protocol E.) Must be same model of router
Identify the command to disable CDP on an interface? A.) Router(config-if)# no cdp enable B.) Router(config-if)# no cdp run C.) Router# no cdp enable D.) Router(config-if)# no cdp
What is the result of using a hierarchical addressing framework? A. increased availability of addresses B. decreased distance between routers C. increased router memory requirements D. no need to maintain routing information
Which two physical interfaces support PPP? (Choose two) A. Ethernet B. Token Ring C. Synchronous serial D. Asynchronous serial
What is de-encapsulation?
Which of the follwing are true of standard half-duplex Ethernet circuitry? A. It is alternate one-way communication B. The receive (RX) is wired directly to the transmit (TX) of the remote station C. The transmit (TX) is wired directly to the receive (RX) of the remote station D. Collisions are not possible E. Both stations can transmit simultaneously
What metric does rip use? How is the metric used to indicate an unreachable network?
Identify the command that will display the RIP routes entering and leaving the router? A.) Router(config)# debug ip rip B.) Route# debug ip rip C.) Router>debug ip rip D.) Router# debug rip routes
What are four ways that Fast Ethernet compares to 10BaseT Ethernet? (Choose four) A. Fast Ethernet uses the same Maximum Transmission Unit (MTU) B. Fast Ethernet is based on an extension to the IEEE 802.3 specification C. Fast Ethernet uses the same Media Access Control (MAC) mechanisms D. Fast Ethernet preserves the frame format that is used by 10BaseT Ethernet E. Fast Ethernet errors a speed increase one hundred times that of the 10BaseT Ethernet
Identify the 4 that are WAN technologies? A.) HDLC B.) FDDI C.) 802.5 D.) HSSI E.) SDLC F.) Frame Relay