

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference between EIGRP and OSPF
EIGRP
EIGRP stands for Enhanced Interior Gateway Routing Protocol. It is used to share information between routers lying in same region. It can be easily implemented in small as well as large networks. It is a hybrid protocol and uses distance vector routing and link-state routing protocol.
OSPF
OSPF stands for Open Shortest Path first. It is used on variable-length subnet masking (VLSM) and discontinuous networks. It is a classless routing protocol.
Following are the important difference between EIGRP and OSPF.
Sr. No. | Key | EIGRP | OSPF |
---|---|---|---|
1 | Protocol Type | Hybrid | Link State |
2 | Administration Distance | 90 internal and 170 as external. | 110 |
3 | Algorithm used | Dual Distance Vector. | Dijkstra link state. |
4 | Standard | Cisco Proprietary. | IETF Open Standard. |
5 | Routing Metrices | Bandwidth. | Load and delay Bandwidth. |
6 | CPU Usage | Low CPU and Memory requirements. | High CPU and Memory requirements. |
7 | Implementation | Easy. | Complex. |
- Related Questions & Answers
- Difference between OSPF and IGRP
- Difference between RIP and OSPF
- What are the differences between EIGRP and BGP?
- Difference between JCoClient and JCoDestination
- Difference between String and StringBuffer.
- Difference between StringBuffer and StringBuilder.
- Difference between C# and .Net
- Difference between Process and Thread
- Difference between Concurrency and Parallelism
- Difference between localhost and 127.0.0.1?
- Difference between Java and JavaScript.
- Difference between NodeJS and AngularJS
- Difference between Normalization and Denormalization
- Difference between Servlet and JSP
- Difference between SQL and NoSQL
Advertisements