Planning and Cabling Networks
Planning and Cabling Networks
introduction
This module deals with planning and cabling networks. On the previous modules,
the focus has been on understanding the services provided by networks. The OSI model
has been compared to the TCP/IP model and Ethernet has been discussed as a LAN
standard. The LAN design process is an important concept because the purpose of a LAN is
to meet user needs. Networking professionals must be able to plan a LAN design based on
user requirements, cost factors and deployment options. This process has four main parts:
study, selection and design, implementation and operation. In addition, it is very important
to learn to correctly identify media and connection types. sssssssssssssssssssssssssssssss
Define the following key terms: internetwork devices, intranetwork devices, work
area, horizontal cabling, telecommunication room, vertical cabling, attenuation, RJ
45, MDI and MDIX.
Understand the key aspects of choosing the appropriate LAN devices.
Identify the correct cable to use in the LAN environment and identify the pinouts of
the different cables.
Describe the four physical areas in LAN cabling.
Module 10– Planning and Cabling Networks
o Routers have the ability to break up broadcast domains and collision domains.
o Routers are also used to interconnect networks that use different technologies.
a. Hub
o Regenerates all signal over all ports except the incoming port.
o All devices share bandwidth.
o Single collision domain.
o Less expensive than switches.
o Performance poorer than switches due to collisions and recovery.
o Can extend the length of a cable run.
b. Switch
The switch capacity includes the number and types of ports available and the
switching speed.
Other factors that impact the cost are its network management capabilities,
embedded security technologies, and optional advanced switching technologies.
When selecting a switch, choosing the number and type of ports is a critical
decision. Ask yourself these questions: Would you purchase a switch with:
c. Expandable/Modular
d. Manageable
o Modular devices have expansion slots that provide the flexibility to add
new modules as requirements evolve. Most modular devices come with a
basic number of fixed ports as well as expansion slots.
o Security
o Quality of Service (QoS)
o Voice over IP (VoIP)
o Routing multiple Layer 3 protocols
o Services such as NAT and DHCP
LAN Cabling
When planning the LAN cabling, there are four (4) areas:
a. Work area
o The rooms contain - hubs, switches, routers, and data service units
(DSUs) - that tie the network together.
o These devices provide the transitions between the backbone cabling and
the horizontal cabling.
o These cables are sometimes routed outside the building to the WAN
connection or ISP.
o Backbones cabling are used for aggregated traffic, such as traffic to and from
the Internet and access to corporate resources.
Types of Media
Fiber-optics
Wireless
a. Cable Length - The total length of cable to connect a device includes all
cables from the end device in the work area to the intermediary device in the
telecommunications room.
b. Cost - It can vary from media type to media type. The media should match
the performance needs of the users with the cost of the equipment in a
perfect setting, the budget would allow for fiber-optic cabling to every device
in the LAN.
RJ-45 connector
UTP cabling connections are specified by the Electronics Industry Alliance /
Telecommunications Industry Association (EIA/TIA).
The RJ-45 connector is the male component crimped on the end of the cable.
– When viewed from the front, the pins are numbered from 8 to 1.
– When viewed from above with the opening gate facing you, the pins are
numbered 1 through 8, from left to right.
Figure 10.2
RJ 45 Connector
Many devices will now automatically detect the cable type and will configure the
interfaces accordingly.
3. What are some factors that need to be considered when selecting devices for a LAN?
4. What are the factors that need to be addressed when selecting a router?
5. List the features and services that can be provided based on the operating system
selected.
9. Define attenuation. What is the major factor that affects attenuation in network
cables?
Define the following key terms: DCE, DTE, console interface, AUX interface, and
HyperTerminal.
Explain WAN connections.
Design addressing scheme and review subnetting skills.
By definition, WAN links can span extremely long distances. These distances can
range across the globe as they provide the communication links.
Data Communications Equipment (DCE): A device that supplies the clocking (timing)
services to another device. It is at the WAN access provider end of the link. In most
cases, the Telco or ISP provides the clocking service that synchronizes the
transmitted signal.
Data Terminal Equipment (DTE): A device that receives clocking (timing) services
from another device and adjusts accordingly. It is at the WAN customer or user end
of the link. If a serial connection is made directly to a service provider or to a device
that provides signal clocking such as a channel service unit/data service unit
(CSU/DSU), the router is DTE and will use a DTE serial cable.
To develop an addressing scheme for a network, start with determining the total
number of hosts. (current and future )
o User computers
o Administrator computers
o Servers
o Switches
o The number of subnets on one network is also calculated using the formula
2^n, where n is the number of bits "borrowed" from the given IP network
address.
For example, when allocating an IP address to a router interface that is the gateway
for a LAN, it is common practice to use the first (lowest) or last (highest) address
within the subnet range. This consistent approach aids in configuration and
troubleshooting.
Similarly, when assigning addresses to devices that manage other devices, using a
consistent pattern within a subnet makes these addresses easily recognizable. For
example, in the figure, addresses with 64 - 127 in the octets always represent the
general users.
o General users
o Special users
o Network resources
o Router LAN interfaces
o Router WAN links
o Management access
a. We can use Variable Length Subnet Masking (VLSM), where we assign the
prefix and host bits to each network based on the number of hosts in that
network.
b. Or, we can use a non-VLSM approach, where all subnets use the same prefix
length and the same number of host bits.
When using the non-VLSM method of assigning addresses, all subnets have the
same number of addresses.
o We base the number of addresses for all networks on the addressing
requirements for the largest network.
In Case 1, the Student LAN is the largest network, requiring 481 addresses.
We use 9 as the value for n because 9 is the first power of 2 that is over 481.
o Borrowing 9 bits for the host portion yields this calculation:
o 2^9 = 512
o 512 - 2 = 510 usable host addresses
o This meets the current requirement for at least 481 addresses, with a
small allowance for growth. This also leaves 23 network bits (32 total bits
- 9 host bits).
Because there are four networks in our internetwork, we will need four blocks of
512 addresses each, for a total of 2048 addresses.
o We will use the address block 172.16.0.0 /23. This provides addresses in
the range from 172.16.0.0 to 172.16.7.255.
For the Student network block, the values would be:
o The student network required 481 address
o The address block is 172.16.0.1 to 172.16.1.254.
o Only 29 address will go unused
Instructor LAN
o The instructor network requires a total of 69 addresses.
o The address block is 172.16.2.1 to 172.16.3.254.
o The 441 addresses will go unused.
Administrator LAN
o The administrator network requires a total of 23 addresses.
o The address block is 172.16.4.1 to 172.16.5.254.
o The 487 addresses will go unused.
WAN
o The WAN network requires a total of 2 addresses.
o The address block is 172.16.6.1 to 172.16.7.254.
o The 508 addresses will go unused.
We can use VLSM in this internetwork to save addressing, but using VLSM
requires more planning.
For the VLSM assignment, we can allocate a much smaller block of addresses to
each network, as appropriate.
The address block 172.16.0.0/22 (subnet mask 255.255.252.0) has been
assigned to this internetwork.
o Ten bits will be used to define host and sub networks.
o It has a total of 1024 addresses from 172.16.0.0 to 172.16.3.0.
Student LAN
o The largest subnet is the Student LAN requires 481 addresses.
o Using the formula usable hosts = 2^n - 2, borrowing 9 bits for the host
portion gives 512 - 2 = 510 usable host addresses.
o Using the lowest available address gives us of 172.16.0.0 /23.
o The IP host range would be 172.16.0.1 through 172.16.1.254.
Instructor LAN
o The next largest network is the Instructor LAN. It requires at least 69
addresses.
o Using 6 in the power of 2 formula, 2^6 - 2, only provides 62 usable
addresses.
o We must use an address block using 7 host bits. The calculation 2^7 -2
will yield a block of 126 addresses.
o The next available block is the 172.16.2.0 /25 network.
o This provides an IP host range of 172.16.2.1 to 172.16.2.126.
Administrator LAN
o For the Administrator LAN, we need to accommodate 23 hosts.
o This will require the use of 6 host bits: 2^6 - 2.
o The next available block of addresses that can accommodate these hosts
is the 172.16.2.128 /26 block.
o This provides IP host range of 172.16.2.129 to 172.16.2.190.
WAN
o The last segment is the WAN, requiring 2 host addresses.
o Only 2 host bits will accommodate the WAN links. 2^2 - 2 = 2.
o The next available address block is 172.16.2.192 /30.
o This gives an IP host range of 172.16.2.193 to 172.16.2.194.
Device Interfaces
Cisco devices (routers and switches) have several types of interfaces associated with
them
o The Ethernet interface is used for connecting cables that terminate with LAN
devices such as computers and switches.
o Several conventions for naming Ethernet interfaces, including AUI (older Cisco
devices), Ethernet, FastEthernet and Fa 0/0.
o The name used depends on the type and model of the device.
o Serial interfaces are used for connecting WAN devices to the CSU/DSU.
o For lab, we will make a back-to-back connection between two routers, and set a
clock rate on one of the interfaces.
c. Console Interface
• Typically, networking devices do not have their own displays, keyboards, or input
devices.
5. What is a HyperTerminal?
Module 10 Quiz
Directions. On the space provided before each number, write the letter of the correct
answer.
_________ 4. Which type of cabling is the cheapest and easiest to install when cabling a
LAN?
A. Multimode fibre optic C. Unshielded twisted pair
B. Single mode fibre optic D. Shielded twisted pair
_________ 5. What is the maximum recommended run of UTP cable between devices?
A. 50 meters C. 185 meters
B. 100 meters D. 500 meters
_________ 6. What needs to be configured at the DCE end of a serial link, but not at the
DTE end, when two routers are linked in the lab to simulate a WAN connection?
A. An IP address C. A subnet mask
B. A MAC address D. A clock rate
_________ 9. A network needs 20 hosts. What subnet mask would give the minimum
acceptable size of network?
A. 255.255.255.224 C. 255.255.25.248
B. 255.255.255.240 D. 255.255.255.252
_________ 10. If an administrator starts with the network address 192.168.1.0/24 and
borrows 2 bits for subnetting (without VLSM), how many subnets are produced?
A. 2 C. 8
B. 4 D. 16
_________ 11. What prefix would be used for a point to point network if no host addresses
were unused?
A. /24 C. /28
B. /26 D. /30
_________ 14-15. Where would you find vertical cabling in a LAN? (Choose 2)
A. Between telecommunication rooms within a building.
B. Between telecommunications rooms in different buildings.
C. Between a work area and a telecommunications room.
D. Between a telecommunications room and a worker who is logging in from
home
Network Address First Host Address Last Host Address Broadcast Address Subnet Mask
Network Address First Host Address Last Host Address Broadcast Address Subnet Mask
A. Using the network diagram and information given, create an addressing scheme. Show
the subnet address and prefix in the boxes below. This company will be using the class C
address 220.108.38.0.
Network Address First Host Address Last Host Address Broadcast Address Subnet Mask
B. The school system you are working for is using the private address of 172.32.0.0 to
subnet the entire district. Use the class B address to break the subnet address for the
different schools and offices.