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 |
To which layer ICMP belongs
i want to get my ccna certificate?how?my certificate can not reach to m?
I simulate ten routers r1 to r10 straightly. I want I can ping from the loop of r1 to loop of r10, but I want I cant ping r1 and r10 from inside routers.?
Identify the command to determine if an IP access-list is grouped on interface e0? A.) Router(config)# show ip interface e0 B.) Router> show ip interface e0 C.) Router# show interface e0 D.) Router# show ip interface e0
Which command we use for ping in ipv6?
An optional parameter on an IPX access is the 'LOG' parameter. This records access-list violations when a packet matches. What else does the 'LOG' option do? A.) Records the number of times that a packet matches the list. B.) Return a message to user who is denied access the by list. C.) Notifies an SNMP Agent. D.) Saves the log to NVRAM. E.) Send an SNMP Trap.
A default route is analogous to a _________. A. default gateway B. static route C. dynamic route D. one-way route
CSMA/CD stand for which of the following? A.) Carrier Sense, Multiple Access with Collision Detection B.) Collision Sense, Multiple Access with Collision Detection C.) Collision Sense, Multiple Access with Carrier Detection D.) Carrier Sense, MAC address with Collision Detection
As a system administrator, you need to set up one Ethernet interface on the Cisco router to allow for both sap and Novell-ether encapsulations. Which set of commands will accomplish this? A. interface ethernet 0.1 ipx encapsulation Novell-ether ipx network 9e interface ethernet 0.2 ipx network 6c B. interface ethernet 0 ipx encapsulation Novell-ether ipx network 9e interface ethernet 0 ipx encapsulation sap ipx network 6c C. interface ethernet 0.1 ipx encapsulation Novell-ether interface ethernet 0.2 ipx encapsulation sap D. interface ethernet 0.1 ipx encapsulation Novell-ether ipx network 9e interface ethernet 0.2 ipx encapsulation sap ipx network 6c
What are the 2 functions of the Data Link Mac layer? A.) Handles access to shared media B.) Manages protocol access to the physical network medium C.) Provides SAPs for higher level protocols D.) Allows multiple devices to uniquely identify one another on the data link layer
Identify 3 characteristics of a connection oriented protocol? A.) Path determination B.) Flow control C.) Acknowledgements D.) Uses hop count as metric E.) 3 way handshake
Identify 3 characteristics of an IP address? A.) Contains a network portion and a host portion B.) 32 bits long C.) Unique to each network D.) Part of the default Cisco configuration E.) Referred to as the hardware address