Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
markzab wrote: Possible protocols found in the protocol field of an IP header: ICMP 1 IGRP 9 EIGRP 88 OSPF 89 etc... Thats from my notes...those numbers are the port numbers, correct?
Transport Layer [TCP Header |Source Port|Destination Port][Data] | | v Network Layer [IP Header |Source IP address|Destination IP Address|Protocol][TCP Header |Source Port|Destination Port][Data]
markzab wrote: Ok, that was a bit more than I needed bro. So in short, they aren't the port numbers of the protocol, but more like its identifier?
markzab wrote: Ok, I think I asked this a while ago but it's bothering me again so I probably forgot the answer. I have no problems subnetting. It's one of my strong points. But where the heck does 256 come from? Add up all the bits in an octet and you get 255, understandable. But in the little formula to figure out valid subnets you subtract the subnet mask from 256 to get the block size. Why 256? Is it a number they just made up that works for the formula? It bothers me because sometimes I mix up the 255 with 256 for the total of an octet.
tech-airman wrote: markzab wrote: Ok, I think I asked this a while ago but it's bothering me again so I probably forgot the answer. I have no problems subnetting. It's one of my strong points. But where the heck does 256 come from? Add up all the bits in an octet and you get 255, understandable. But in the little formula to figure out valid subnets you subtract the subnet mask from 256 to get the block size. Why 256? Is it a number they just made up that works for the formula? It bothers me because sometimes I mix up the 255 with 256 for the total of an octet. markzab, In general, a network address consists of two parts: 1) network part 2) host part. An IP address is 32 bits long. That 32 bit long binary "word" is broken up into 4 octets. Each octet contains 1 byte. 1 byte is 8 bits. So let's say we're dealing with the Class C Private IP range. So we know that the first three octets are the "network part" and the last octet is the "host part." Here's the important part: 1) In binary, a single octet VALUE ranges from .00000000 through .11111111 . In dotted decimal, that range is .0 ~ .255 2) However, in the decimal number system, .00000000 binary is the 1st host ID, .00000001 binary is the 2nd host ID, .00000010 binary is the 3rd host ID, and so on until .11111111 is the 256th host ID. So in dotted decimal notation .255 represents the 256th host ID, therefore maybe that's where "256" is coming from?
markzab wrote: Got another one for you guys. Should be pretty easy. In regards to VLANs the VLAN database is not stored in NVRAM, just RAM. What happens if for some reason your power goes down and the generator doesn't keep everything up. Do you lose all of the VLAN info you had on the switches? That'd be pretty crappy.
markzab wrote: And another kind of off topic question. My 2509 acts as a terminal server and is connected to all devices in my lab. Can someone tell me why I need a terminal server (2509) when I could just telnet into each device to configure it?
LOkrasa wrote: markzab wrote: And another kind of off topic question. My 2509 acts as a terminal server and is connected to all devices in my lab. Can someone tell me why I need a terminal server (2509) when I could just telnet into each device to configure it? Telnetting gets confusing if you go from one to another device. 2509 lets you make a p2p connection on all of your equipment regardless of its state... You can telnet to other devices but what if you are configuring it and the device is still not on your network, you would have to move the console cable. Telnetting only really works when its configured and accessible. Having a TAS will connect you to each console port so regardless of the state of the router/switch you have access to it. You just need to console into the TAS instead of moving the console port to all the the other devices if the connections b/w them are down. This is obviously priceless if you are in a real world enviroment and want to remotely do administration since all you have to do is connect to the 2509 to be able to access everything else. Hope that helps.
LOkrasa wrote: markzab wrote: Got another one for you guys. Should be pretty easy. In regards to VLANs the VLAN database is not stored in NVRAM, just RAM. What happens if for some reason your power goes down and the generator doesn't keep everything up. Do you lose all of the VLAN info you had on the switches? That'd be pretty crappy. VLAN info is saved in nvram on Server and Transperant mode. It is only not saved on Client mode.
tech-airman wrote: markzab wrote: And another kind of off topic question. My 2509 acts as a terminal server and is connected to all devices in my lab. Can someone tell me why I need a terminal server (2509) when I could just telnet into each device to configure it? markzab, For starters, this topic is above and beyond the scope of the CCNA exam. However, since you asked I will try to answer the question. Terminal servers are used for what is known as "out of band" network management. That is, the network traffic created by the commands you type does not add to the network traffic load on the "production network." This ability becomes very important when you're trying to troubleshoot connectivity problems associated with that networking device. If that networking device is the cause of networking connectivity problems, you may also have problems being able to telnet into that device at all. Another benefit of using a terminal server versus a single PC with console cable is if you're trying to troubleshoot two or more networking devices at the same time, for example a possible dynamic routing update issue. A terminal server will be holding separate buffers of information for each connection from the terminal server to the networking device. That way, you can have a single continous source of output information, such as debug outputs. That way, you can compare continous debug outputs from say RouterA, RouterB, and RouterC. However, without a terminal server to be holding continuous output information from multiple sources, you may miss out on some critical debug or show output while you unplug the console cable from one router to plug it into another router. As previously mentioned, due to issues with the networking device, it may not even be possible to telnet to the problem networking device so how would you use telnet to configure it to fix the problem? I hope this helps.
Cucumber wrote: I think IGRP has been discontinued
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.