
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
Differentiate between Arp and BGP
BGP stands for Border gateway protocol. It is used to exchange the routing information between the networks. It makes the internet work. It always selects the local path preference. Because of the below reasons it is choosing the path than the best path.
- Firstly RIP (Routing Information Protocol) selects the path with lowest hop count.
- OSPF (Open Shortest Path First) selects the path with the lowest cost. This is more important.
- The best path in internet depends on how we are forwarding the traffic and to which autonomous system instead of the shortest path.
- Higher local preference path is preferred.
-Shortest AS Path is preferred. It is much more important.
- We should prefer the path with lowest origin type.
So BGP establishes the connection with the shortest path. If the connection is broken for some reasons, it can automatically arrange the routing tables to reach the Autonomous system.
ARP stands for Address Resolution Protocol. To reach a specific device we use this protocol. It enables communication between two networks. It is used to connect a layer 3 (Network layer) address (such as an IP address) with a layer 2 (Data Link layer) address (MAC address). ARP finds the hardware address also known as MEDIA ACCESS CONTROL (MAC) address, of a host from its known IP Address. ARP provides a necessary bridge between physical and logical address on a TCP/IP protocol.
Implementation of ARP Protocol Requirements
IP address Overview
Address resolution on a single LAN
Address resolution when interconnected by a router
ARP and Proxy ARP
ARP Cache entry
Importance of ARP
ARP converts IP addresses to ethernet addresses. ARP is vital as the original ethernet hardware communicates using ethernet addresses, not IP addresses.
Working of ARP
This is based off of a series of UseNet posts (one in particular) on the alt.certification.network-plus news group.
Differences
The major differences between ARP and BGP are as follows −
Sr.No | Concept | ARP | BGP |
---|---|---|---|
1 | Definition | It stands for Address Resolution Protocol. To reach a specific device we use this protocol. It enables communication between two networks. | It stands for Border gateway protocol. It is used to exchange the routing information between the networks. It makes the internet work. |
2 | Need | It is used to discover the link-layer which are linked with the given IP address | It will exchange routing information for the internet. |
3 | Used | It is used to set on IPv4 address that is a 32bit logical address to the physical address | When the routing protocol is used between different ISPs it is known as external BGP. Within their network is known as internal BGP. |
4 | OSI Layer | The working of the ARP Model is between 2 layer and 3 layer | It is present in Layer number 4 above the TCP/IP layer. |
5 | Safety | It is a secure protocol as compared to BGP. | It is not a secure protocol. It is not safe to use. |
- Related Articles
- ARP, Reverse ARP, Inverse ARP, Proxy ARP, and Gratuitous ARP
- What is the difference between IGRP and BGP?
- What are the differences between EIGRP and BGP?
- ARP and its types
- Differentiate between turnover and profit.
- Differentiate between ADR AND GDR.
- Differentiate between invoice and bill.
- Differentiate between investing and trading.
- Differentiate between company and firm.
- Differentiate between finance and accounting.
- Differentiate between EBIT AND EBITDA.
- Differentiate between revenue and turnover.
- Differentiate between mergers and acquisitions
- Differentiate between tender and quotation
- Differentiate between trademark and copyright
