answersLogoWhite

0

What else can I help you with?

Related Questions

What does this means reply from 192.168.40.183 bytes equals 32 time equals 2ms TTL equals 128?

the IP 192.168.40.183 that you were trying to ping (the computer you were trying to reach) returned 32bytes in 2milliseconds. TimeToLive (of the ping request is 128 milliseconds)


Why when you ping a host in a LAN the TTL value is 128 but if you ping a host in another network the TTL value decreases from 255 to 254 my question is why the TTL value is 128?

The TTL or Time To Live is a value used to make packets eventually die, so they don't end up in infinite loops, clogging the network over time. Certain network devices decrement this value (routers mainly) by one as they process it. When the TTL reaches zero, the packet is discarded. Each Operating System implements its TCP/IP stack differently and starts packets off with the TTL of their choosing (the default TTL of the stack can be changed, but rarely is). Windows is 128 Linux is 64 Cisco is 256 So if your TTL is around 128 (remember the TTL gets decremented by certain devices) you are PROBABLY pinging a windows box. If it's near 256, probably Cisco etc. You can't rely on this information because other network devices can rewrite the TTL in a packet, but it's a decent indication of the OS on the other end, especially if it's a box you own and you aren't going through firewalls etc.


What does TTL expenses mean?

Answer:Most likely 'TTL expenses' means 'Total expenses'. 'Total' has the highest score for the abbreviations that 'TTL' could mean (see link). Since you are probably dealing with accountants, it could also mean 'Time To Laugh'. ;)


Interfacing of ttl with cmos and cmos with ttl?

whis is Endurance mors or ttl


What does TTL applies mean?

TTL is a logic family. A logic family is the set of logic gates designed using a specific approach. Or simply speaking, logic family is the way of implementing logic. TTL stands for transistor - transistor - logic. It involves transistors (BJT) to implement logic. TTL applies means TTL logic family is used or can be applied in that specific application.


How will you know if it is TTL?

What do you mean by ttl do you mean type to learn. because if you mean type to learn then when you download it if you have a mac computer then you will see the icon when you put it in your doc but if you do not mean Type To Learn i do not know what you mean and sorry but next time you write an answer please try to be a bit more descriptive


Which has a shorter propagation delay TTL or CMOS?

TTL


Reply from 4.2.2.1 bytes equals 32 time equals 231ms TTL equals 51?

OK. That's a successful response to "PING 4.2.2.1", except that it took quite a while to come back . What's the question ?


What is the full form of TTL?

TTL stands for Time To Live


What does applying mean?

TTL is a logic family. A logic family is the set of logic gates designed using a specific approach. Or simply speaking, logic family is the way of implementing logic. TTL stands for transistor - transistor - logic. It involves transistors (BJT) to implement logic. TTL applies means TTL logic family is used or can be applied in that specific application.


When the trace command is used multiple packets are sent to a remote destination with?

CCNA Guide to Cisco Networking 4th Edition Answer: A; progressively higher TTL values until a packer reaches the destination.


What is mean of ping and what is mean of ttl and times?

Ping is a small tool that you can find in a command prompt of any windows machine. It is invaluable when it comes to networks and networking. If there is any one tool you couldn't work without, its ping. So what does it do. It sends a message to a computer anywhere on the network/internet, and if the computer is connected you will get a response. If the computer is not connected to the network/internet you wont get a response. TTL is its 'Time to live'. Say there is a computer on the other side of the network. For the ping to reach it, it might have to go through a router, then through a server and then onto another router and then it gets to the destination. If this is the case it needs 4 hops, one hop for each previously mentioned device. Now if i say i only want the TTL to be 3. That means it will only get to the third hop and that's it. If I say I want the TTL to be 6 then it will get there- because it only takes 4 hops to get to the machine. Usually for most users, you'd be better off leaving the TTL field alone.