Hi everyone I was trying to find out the term for the mixing of different communication packets on a common line like ethernet is called.... when I came across this article on how packets have a max hop count:
"Sometimes packets can get lost and keep bouncing around from router to router, never quite getting to their destination.A system had to be developed to deal with this because eventually the network would choke with these 'lost' packets. So to solve this problem a 'hop' count is also added to the packet header. Each packet is allowed to 'hop' from one router to another a maximum of say 100 times. Each time the packet passes through a router the ‘hop number’ is decreased by one. If the packet hasn’t arrived at its destination within the number of ‘hops’ allowed then it is deleted by the next router."
And so I'm curious, from my understanding, these days companies don't use Frame Relay because it's so cheap to use dsl or cable, right? Well anyway, can anyone give me an explanation as to how long the TTL is on lost packets and how they are finally dealt with on what I assume to be a "layer 2" communication over the internet?
It seems in CCNA our conversation on WAN ends at the service provider and so I'm left wondering how the internet keeps itself so clean from rogue packets and such.
Referenced site:
Teach ICT What is Packet Switching?