Skip to main content

Posts

Showing posts with the label Network Ping

EIGRP - Enhanced Interior Gateway Routing Protocol

Dynamic routing Protocol performs the same function as static routing Protocol does. In dynamic routing Protocol, if the destination is unreachable then an another entry, in the routing table, to the same destination can be used. One of the routing Protocol is EIGRP. EIGRP: Enhanced Interior Gateway Routing Protocol (EIGRP)  is a dynamic routing Protocol which is used to find the best path between any two layer 3 device to deliver the packet. EIGRP works on network layer Protocol of osi model and uses the protocol number 88.It uses metric to find out best path between two layer 3 device (router or layer 3 switch) operating EIGRP.   EIGRP uses the Diffusing-Update Algorithm (DUAL) to determine the most efficient ( least cost ) route to a destination. A DUAL  finite state machine  contains decision information used by the algorithm to determine the least-cost route (which considers distance and whether a destination path is loop-free). Routers running EIGR...

What is Latency? - How to reduce Latency?

What is Latency? Now a Days, Latency is a command word for all the users as whoever using internet. We only know about the good things related to the high speed of internet. In terms of Network latency means the network packet will take some times with request to travel from sender to receiver and from receiver to process the request. But in terms of simple words The Round trip time from one browser to the servers.  Network latency is used to indicate any kind of delay that happens in data communication over a network. Network connections in which small delays occur are called low-latency networks whereas network connections which suffers from long delays are called high-latency networks. High latency creates bottlenecks in any network communication. It prevents the data from taking full advantage of the network pipe and effectively decreases the communication bandwidth. The impact of latency on network bandwidth can be temporary or persistent based on t...

How to validate Packet loss in Windows - Packet Loss

What is Packet Loss ? You are facing the problem while on going calls as "Hey, Your Voice is breaking Up; I cannot hear you." So, this statement is the result of packet loss during on calls, at that time some Data Packets were dropped. So this issues are occur with VoIP Communications, but it can also getting with a Live Video streaming as well as online gaming. Hence being networking person you should aware through such type of issues and for that this blog will help you out through By 5 Steps with detail information. Step 1: Open Windows menu Just open our Windows menu to locate our command processor. When opened, search from “cmd”. Step 2: Open Windows Command Processor Next we locate our Windows command processor (cmd), which is “cmd” that we will be using to run each Packet Loss test. The first item we want to find is ours computer IP address. The IP address is necessary as we will use it for the packet loss. Step 3: Check IP address To validate computer...