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 |
Identify the command to display the configured IP routing protocols? A.) show protocols B.) show protocols all C.) show routing-protocols D.) show ip protocols
If you are in IOS user mode, which command do you use to enter the privileged mode? A. Set B. Enable C. Configure D. Privileges
What does synchronization mean?
Why Operating System Have only 65,535 port Numbers
What must you do to test connectivity on a dial on demand routing (DDR) link? A. increase the idle Import parameter B. send interesting traffic across the link C. reboot one of the integrated services digital network (ISDN) routers D. reset the DDR integrated services digital network (ISDN) router statistics to zero
Bridges work at what layer of the OSI model? A.) Data Link B.) Network C.) Physical D.) Application
12 Answers KVS, PGT,
Identify the purpose of ARP? A.) Avoiding routing loops B.) Determining a workstation's IP address C.) Sending a directed broadcast D.) Determining a workstation's MAC address
On an ISDN BRI interface, the control channel is the 'D' channel. What is the rate of this channel? A.) 64 Kbps B.) 1.544 Mbps C.) 128 Kbps D.) 2.048 Mbps E.) 16 Kbps
What is the UDP datagram format? A. Source Port - 16 bits, Destination Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data B. Destination Port - 16 bits, Source Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data C. Source Port - 16 bits, Destination Port - 16 bits, Checksum - 16 Bits, Length - 16 bits, Data D. Source Port - 8 bits, Destination Port - 8 bits, Length -8 Bits, Checksum - 8 bits, Data
What does -1 mean in an extended IPX access-list? A.) Any IP address B.) Deny all C.) Deny host D.) Any host or any network
Identify the 2 commands that display the clock rate configured on the serial0 interface? A.) show serial0 B.) show interface serial0 C.) show clock rate serial 0 D.) show controllers serial 0 E.) show running-config
A router blocks ___________ Broadcasts Unicasts All packets Nothing