Purchase Solution

Network Topology Design for a Single Building

Not what you're looking for?

Ask Custom Question

You are to network a ten story building capable of supporting 100 computers on each floor.

a. What topology would work best for this project?
b. What network hardware will be needed to accomplish the networking project?
c. Explain your choices for the topology and hardware chosen for this IT project.

Purchase this Solution

Solution Summary

Network design with topology and hardware considerations for a single building with 10 floors, 100 computers per floor. Discussion on IP subnetting; access, distribution, and core (collapsed core) layers; layer 2 switching; layer 3 routing; redundancy and scalability.

Solution Preview

a. A tree/hierarchical topology would work best for this project, since there is a large number (1000) of endpoints. In addition, each floor has the same requirement (100 computers), so we can use the same design for the access layer at each floor, and then combine all 10 floors together at the collapsed core/distribution layer.

This tree design will switch at layer 2 (data link) in the access layer, as 100 endpoints is a reasonable size for a single broadcast domain. This broadcast domain can either be a /24 or /25 subnet, as the /24 address space will provide 254 IP addresses and the /25 will provide 126. In the collapsed core/distribution layer at the hierarchy above, two larger layers 3 (network) switches will route traffic among the 10 subnets.

b. Each floor has 100 machines, so we will ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.