Changing Lives One Smile At A Time!

Subnetting

Subnetting

combine the material in this section with a great deal of practice and you will become an absolute subnetting surgeon. The concept of subnetting is simple enough. We’re simply  taking a block of IP addresses and cutting it up into smaller pieces. That’s really all there is to it. For those new tosubnetting, I’ve found […]

DHCP, DNS, and ARP

The Domain Name System does something wonderful and transparent for us: It takes the hostname we enter into a web browser – usually a website’s URL – and translate it into the IP address that’s actually needed to make the communication between host and website happen. A DNS Query is sent out asking for a […]

TCP and UDP

Before we head back to L3 and start work with routing protocols, let’s take a few minutes to go into more details about the going-on at the Transport Layer(OSI Layer4). TCP and UDP get the job done here, but they do so in wildly different styles. TCP: Guarantees delivery of segments. Performs error detection and […]

Switch Stuff

Auto negotiation Ports, Ports, Ports By default, Cisco Switch ports are set to automatically negotiate port speed and duplex with the connected partner. Basically the port and the connected device have a conversation about the highest level of speed and duplex each can support, and then come to an agreement about the speed and duplex […]

Telnet Labs

Before we start, I’ve kept VLAN10 at 10.1.1.2/24. The default gateway and setting and everything else is the same as previous section. Telnet Running on TCP port 23, Telnet is an excellent way to logically hop around a network rather than physically hopping around a network. Even if all the devices you are working with […]