In: General
14 May 2009Step 5: Figure Out the Directed Broadcast Addresses
After figuring out all of your subnets, you next need to figure out what the directed broadcast address is for each subnet.
This is very simple. The directed broadcast of a subnet is one number less than the next network number.
Also, the broadcast address has all of its hosts bits set to binary 1s. Table as below shows our network numbers and directed broadcast addresses.
For the last table entry, the directed broadcast address will be the highest possible value in a byte: 255.
|
Network Addresses
|
Mathematics
|
Directed Broadcast Addresses
|
| 192.168.1.0 | 16-1 | 192.168.1.15 |
| 192.168.1.16 | 32-1 | 192.168.1.31 |
| 192.168.1.32 | 48-1 | 192.168.1.47 |
| 192.168.1.48 | 64-1 | 192.168.1.63 |
| 192.168.1.64 | 80-1 | 192.168.1.79 |
| 192.168.1.80 | 96-1 | 192.168.1.95 |
| 192.168.1.96 | 112-1 | 192.168.1.111 |
| 192.168.1.112 | 128-1 | 192.168.1.127 |
| 192.168.1.128 | 144-1 | 192.168.1.143 |
| 192.168.1.144 | 160-1 | 192.168.1.159 |
| 192.168.1.160 | 176-1 | 192.168.1.175 |
| 192.168.1.176 | 192-1 | 192.168.1.191 |
| 192.168.1.192 | 208-1 | 192.168.1.207 |
| 192.168.1.208 | 224-1 | 192.168.1.223 |
| 192.168.1.224 | 240-1 | 192.168.1.239 |
| 192.168.1.240 | 192.168.1.255 |
Next go to step 6 to planning your ip address here.
In: General
13 May 2009Step 4: Figure Out the Network Addresses
In step 4, we need to figure out the networks that we created with our new subnet mask. Since IP addressing is done in binary, network addresses will always increment in a multiple of something. We’ll use this to our advantage when figuring out what our network numbers are for our Class C network.
Remember that the network number has all of the host bits set to 0s.
Actually, we already know what this multiplier is: we figured this out in the second part of step 2, using the 2 power of 4 - 2 = 14 formula. The 14 value is the number of valid host values for a subnet; however, this is not the total number of addresses for the subnet.
The subnet also has a network and broadcast address, which is the reason the formula subtracts 2 since you can’t use these addresses for host devices. Therefore, in our example, each network has a total of 16 addresses, and is incremented by 16 from subnet-to-subnet.
There is another method of verifying your multiplying value. In a byte, you can have numbers ranging from 0 - 255, resulting in a total of 256 numbers.
In: General
12 May 2009Step 3: Figure Out the Subnet Mask
Now that the hardest part is over, the rest of the four tasks is easy. At this point, you now know the number of subnet bits you need. However, when dealing with networking and subnet masks, a subnet mask’s network portion contains both network and subnet bits. Here’s a reminder of the default number of networking bits for a class address: A is 8, B is 16, and C is 24.
Given this, just add the class address bits to the subnet bits, and this gives you the total number of networking bits. In our example, this would be 24 + 4 = 28. To make the remaining three steps easier, I recommend that you convert the number of bits of the subnet mask to a dotted decimal mask. However, this is not too hard of a process.
First, remember that a subnet mask, just like an IP address, is represented in a dotted decimal format, where there are 8 bits in each octet. That means, for a Class C mask, the first 24 bits are set to 1. In other words, the mask at least begins with 255.255.255.
In: General
11 May 2009Step 2: Satisfy Host and Network Requirements
In the second step, you’ll use three formulas:
1. 2 power of X => number of networks you need (X represents subnet bits)
2. 2 power of Y - 2 => number of hosts on your largest segment (Y represents host bits)
3. X + Y <= total number of host bits
In the first step, you need to figure out how many bits you need to steal from the host bits to create your subnets. In the second step, you need to figure out how many host bits you need to accommodate your host requirements. And last, you need to make sure that when you add up the bits that you stole for subnets, and the bits that you need for your hosts, that you didn’t exceed the original number of host bits that you started out with, based on the class A, B, or C network.
As an example, if you had a Class C network and were subnetting it and needed 5 bits for subnets and 4 bits for hosts, this would total 9 bits. Unfortunately, Class C networks only have 8 host bits to begin with, so this wouldn’t work. In this situation, you would either need a Class B network or 2 Class C networks.
In: General
10 May 2009Step 1: Figure Out Network and Host Requirements
In this step, you need to do two things:
- Determine the number of hosts that do, or will, exist on the largest segment in your network.
- Determine the maximum number of segments that you have in your network–this will tell you how many networks, or subnets, you’ll need.
If you already are dealing with an existing network, then you have a lot of analysis ahead of you. You’ll need to perform the above two tasks, counting hosts on each segment, and the number of segments that you have.
Remember that when you are counting hosts, each device with a connection to the segment needs to be counted this includes PCs, servers, routers, servers, printers, and other devices. Remember that a segment could be used in a logical sense, like all the ports off of a switch, or a VLAN.
To assist with the remaining 5 steps, You’ll create an imaginary network. This network has 14 segments and the largest segment has 14 devices on it. You’ve been assigned a single class C network number (192.168.1.0).
Now you’re ready to proceed to step 2 of ip address planning.
In: Networking
9 May 2009Cisco has developed a three-layer hierarchical model to help you design campus networks. Cisco uses this model to simplify designing, implementing, and managing large-scale networks. With traditional network designs, it was common practice to place the networking services at the center of the network and the users at the periphery.
However, many things in networking have changed over the past decade, including advancements in applications, developments in graphical user interfaces (GUIs), the proliferation of multimedia applications, the explosion of the Internet, and fast-paced changes in your users traffic patterns. Cisco developed the three-layer model to accommodate these rapid changes.
Cisco’s hierarchical model contains three layers: core, distribution, and access. A well-designed network typically follows this topology.

Core Layer
The core layer, as its name suggests, is the backbone of the network. It provides a high speed connection between the different distribution layer devices. Because of the need for high-speed connections, the core consists of high-speed switches and will not, typically, perform any type of packet or frame manipulations, such as filtering or Quality of Service.
Because switches are used at the core, the core is referred to as a layer-2 core. The traffic that traverses the core is typically to access enterprise corporate resources: connections to the Internet, gateways, e-mail servers, and corporate applications.
In: Networking
8 May 2009Half-duplex Ethernet is defined in the original 802.3 Ethernet; Cisco says it uses only one wire pair with a digital signal running in both directions on the wire. Certainly, the IEEE specifications discuss the process of half duplex somewhat differently, but what Cisco is talking about is a general sense of what is happening here with Ethernet.
It also uses the CSMA/CD protocol to help prevent collisions and to permit retransmitting if a collision does occur. If a hub is attached to a switch, it must operate in half-duplex mode because the end stations must be able to detect collisions. Half-duplex Ethernet typically 10BaseT is only about 30 to 40 percent efficient as Cisco sees it, because a large 10BaseT network will usually only give you 3 to 4Mbps at most.
But full-duplex Ethernet uses two pairs of wires, instead of one wire pair like half duplex. And full duplex uses a point-to-point connection between the transmitter of the transmitting device and the receiver of the receiving device. This means that with full-duplex data transfer, you get a faster data transfer compared to half duplex. And because the transmitted data is sent on a different set of wires than the received data, no collisions will occur.
The reason you don’t need to worry about collisions is because now it’s like a freeway with multiple lanes instead of the single-lane road provided by half duplex.
In: Networking
7 May 2009Ethernet is a contention media access method that allows all hosts on a network to share the same bandwidth of a link. Ethernet is popular because it’s readily scalable, meaning that it’s comparatively easy to integrate new technologies, such as Fast Ethernet and Gigabit Ethernet, into an existing network infrastructure. It’s also relatively simple to implement in the first place, and with it, troubleshooting is reasonably straightforward. Ethernet uses both Data Link and Physical layer specifications, and this section of the chapter will give you both the Data Link and Physical layer information you need to effectively implement, troubleshoot, and maintain an Ethernet network.
Ethernet networking uses Carrier Sense Multiple Access with Collision Detection (CSMA/ CD), a protocol that helps devices share the bandwidth evenly without having two devices transmit at the same time on the network medium. CSMA/CD was created to overcome the problem of those collisions that occur when packets are transmitted simultaneously from different nodes. And trust me good collision management is crucial, because when a node transmits in a CSMA/CD network, all the other nodes on the network receive and examine that transmission. Only bridges and routers can effectively prevent a transmission from propagating throughout the entire network!
In: Networking
6 May 2009The types of Ethernet cables available are:
- Straight-through cable
- Crossover cable
- Rolled cable
Straight-Through Cable
The straight-through cable is used to connect
- Host to switch or hub
- Router to switch or hub
Four wires are used in straight-through cable to connect Ethernet devices. It is relatively simple to create this type; Figure as below shows the four wires used in a straight-through Ethernet cable.

Notice that only pins 1, 2, 3, and 6 are used. Just connect 1 to 1, 2 to 2, 3 to 3, and 6 to 6, and you’ll be up and networking in no time. However, remember that this would be an Ethernet-only cable and wouldn’t work with Voice, Token Ring, ISDN, etc.
Crossover Cable
The crossover cable can be used to connect :
- Switch to switch
- Hub to hub
- Host to host
- Hub to switch
- Router direct to host
The same four wires are used in this cable as in the straight-through cable; we just connect different pins together. Figure as below shows how the four wires are used in a crossover Ethernet cable.
Notice that instead of connecting 1 to 1, etc., here we connect pins 1 to 3 and 2 to 6 on each side of the cable.
In: Networking
5 May 2009Ethernet at the Physical Layer
Ethernet was first implemented by a group called DIX (Digital, Intel, and Xerox). They created and implemented the first Ethernet LAN specification, which the IEEE used to create the IEEE 802.3 Committee. This was a 10Mbps network that ran on coax, and then eventually twistedpair and fiber physical media.
The IEEE extended the 802.3 Committee to two new committees known as 802.3u (Fast Ethernet) and 802.3ab (Gigabit Ethernet on category 5) and then finally 802.3ae (10Gbps over fiber and coax).
Figure as below shows the IEEE 802.3 and original Ethernet Physical layer specifications. When designing your LAN, it’s really important to understand the different types of Ethernet media available to you. Sure, it would be great to run Gigabit Ethernet to each desktop and 10Gbps between switches, and although this might happen one day, justifying the cost of that network today would be pretty difficult. But if you mix and match the different types of Ethernet media methods currently available, you can come up with a cost-effective network solution that works great.
