The future of education is online Information technology has reformed each sector it has grasped and it is currently in the promising phases of altering academia. In the coming decades if information technology has its approach, education will be far changed, more immersive and hopefully more constructive to the people than it is today. The education industry has totally changed the learning and also the teaching process to a very great extent. Technology has made imparting education stress-free for both students and educators. Schools are gradually implementing digital teaching solutions to involve with a generation of learners familiar with the likes of PlayStations and iPads and trying to make the classroom atmosphere more broad and participatory. Information and communication technology in education has facilitated student understanding, students are perhaps the most ready and exposed to external education but they are i...
OSPF Routing Protocol Open Shortest Path First ( OSPF ) protocol for Internet Protocol (IP) networks. It uses a link state routing (LSR) algorithm and falls into the group of interior gateway protocols (IGPs), operating within a single autonomous system (AS). It is defined as OSPF Version 2 in RFC 2328 (1998) for IPv4. OSPF supports/provides/advantages – Both IPv4 and IPv6 routed protocols Load balancing with equal cost routes for same destination VLSM and route summarization Unlimited hop counts Trigger updates for fast convergence A loop free topology using SPF algorithm Run on most routers Classless protocol There are some disadvantages of OSPF like, it requires extra CPU process to run SPF algorithm, requires more RAM to store adjacency topology and more complex to setup and hard to troubleshoot. the topology / Configuration Now, configuring OSPF for R1. R1(config)#router ospf 1 R1(co...