Re-addressing Castle Rysen Coffee
Now that we understand subnetting., it’s time to take a look at our RFP and do the ip re-addressing for castle rsen coffee. So in our example they talk about, that in the central office…
Now that we understand subnetting., it’s time to take a look at our RFP and do the ip re-addressing for castle rsen coffee. So in our example they talk about, that in the central office…
Subnetting is split one big network into multiple little ones. You can do this based on network requirements (we need 130 networks) or you can do this on host requirementes (we need have 50 hosts…
How NAT Works The networks under RFC1918 which are considered private do NOT work on the internet. Well, they could theoretically but if you get internet from an ISP then those ISP have a ACL…
Understanding Basic Interface Counters What we see in the picture above: Under the total Packets input Packets output Understanding Interface Speed 1 byte = 1 character -> e 1 bit = a 0 or a…
It is a plus to always use global templates for ports, so every switch you touch has your own style and navigation and troubleshooting gets easier because you are familiar with your environment. There are…
Subnetmask is the definer of networks. What part represents the network itself, and what part of the ip address represents the host in the network. There are 3 classes The first octet defines the class…
Every interface on a router is a network. A router stops broadcasts. If those would get out to the internet, the internet would be a flood. Inside of these routers is a routing table. Which…
If you are in the network 192.168.1.0/24 and try to ping 192.168.1.50 the client sends an ARP request. But if we try to ping 192.168.3.10 the client gets so smart, that it is not trying…
What is given? We normally start off with a ping request to the device. So if we don’t have this device already in our CAM table, we will see it there after the ARP request…
When we send a ping request, the whole process with the OSI model starts. So we have the destination ip address but now we have to find the the desination mac address with only a…