Question

Can you draw a network diagram for this? In VISO would be an extra bonus There...

Can you draw a network diagram for this? In VISO would be an extra bonus

There are two available rooms, named RH230 and RH231, in your building. You are asked to set up a server room in RH230 and a computer lab in RH231. Design a Local area network that satisfies the following conditions.

  •  You have two 8-port switches.
  •  Cables as you need.
  •  Four server machines in RH230: Gateway server, DNS server, DHCP server, and Web server.
  • Computer names are GWsrv, dns, dhcp, and websrv, respectively.
  •  One client PC in RH230. Computer name: client-0
  •  Six client PCs in RH231. Computer names: client-1, client-2, client-3, client-4, client-5, and
  • client-6
  •  The server room (RH230) has an Ethernet port on a wall to connect to the building's (local area) network

o The building's LAN is the external network for your LAN and has Internet access.

o The building's LAN has an (existing) DNS server outside of your rooms (i.e., RH230 and

RH231)

o The IP address of the external DNS server is 192.168.1.2/24

  •  You can install cables between RH230 and RH231 under the floorboards.
  •  All computers in your LAN should have Internet access.
  •  Static IP addresses cannot be assigned to clients in both RH230 and RH231.
  •  You are allowed to use 172.30.22.0/26 for your LAN

o One of the network interface cards (NICs) on your gateway server uses 172.30.22.1/26 o The other NIC is set to receive an IP address dynamically by DHCP server in

192.168.1.0/24

o A static IP: 172.30.22.13/26 is used for your DHCP server.

o A static IP: 172.30.22.14/26 is used for your DNS server.

o A static IP: 172.30.22.15/26 is used for your Web server.

In the diagrams, describe your network clearly so that any network administrator can build the exact same network you specified without looking at this assignment sheet. For example, the diagram should include information such as Computer names, actual locations of Switches, each NIC's configuration for servers and clients, "accurate" Dynamic IP address range for the DHCP server. You can draw the diagram for RH230 and RH231 in separate sheets. However, your diagram must clearly indicate the connection between the networks in the rooms and the connection to the Internet (if the room has).

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
You have a host that is brand new to the network, and you receive a DHCP...
You have a host that is brand new to the network, and you receive a DHCP offer. What happens next? You may send a new request to use the address provided in the offer. You may use the address in the offer to configure your client for network access. You must send a message to your default gateway to confirm the message from the DHCP server. You must login to the network to be granted access
What command discards the IP address? What command do you use to determine whether you can...
What command discards the IP address? What command do you use to determine whether you can reach another computer on the local network? Would this command work if the default gateway were down? When troubleshooting problems with resolving domain names to IP addresses, flushing the DNS cache can sometimes help so that the local computer must build the cache again. What is the command to flush the DNS cache? What command would you use to display information about name resolutions...
PC33 and PC55 are connected to two different network. A router RX is used to allow...
PC33 and PC55 are connected to two different network. A router RX is used to allow communication between hosts attached to the two networks. PC55 is connected to a local area network. What is the network ID for that network? For the network mentioned in (1), where should we assign the gateway address? (For each device, write its name and its port/interface based on the given diagram, no IOS command for this question). Select one of the devices mentioned in...
The goal of this assignment is to implement a simple client-server system. You have to use...
The goal of this assignment is to implement a simple client-server system. You have to use Python. The basic functionality of the system is a remote calculator. You first will be sending expressions through the client to the server. The server will then calculate the result of the expression and send it back to the client where it is displayed. The server should also send back to the client the string "Socket Programming" as many times as the absolute value...
Overview Your assignment is to complete a wireless network design for a small company. You will...
Overview Your assignment is to complete a wireless network design for a small company. You will place a number of network elements on the diagram and label them appropriately. A network diagram is important to communicate the design features of a network between network administrators, system administrators and cyber-security analysts. It helps to create a shared mental model between these different technologists, yet each will have their own perspective on what is important to have documented on the diagram. Please...
please can you make it simple. For example using scanner or hard coding when it is...
please can you make it simple. For example using scanner or hard coding when it is a good idea instead of arrays and that stuff.Please just make one program (or class) and explain step by step. Also it was given to me a txt.htm 1.- Write a client program and a server program to implement the following simplified HTTP protocol based on TCP service. Please make sure your program supports multiple clients. The webpage file CS3700.htm is provided. You may...
V At the completion of the chapter you should have an understanding of the following Chapter...
V At the completion of the chapter you should have an understanding of the following Chapter Objectives: What is the Purpose of a Network Model? What are the layers of the OSI Model? What are the characteristics of each layer of the OSI Model? How does the TCP/IP stack compare to the OSI Model? What are the Well Known TCP and/or UDP Port Numbers for a given collection of common applications? Define the Following Terms: Application Layer (OSI Model): Application...
You are an eager new networking consultant, and a school district has hired you for your...
You are an eager new networking consultant, and a school district has hired you for your first consulting job. Currently, the district has no links between its buildings. School personnel share files by transferring CDs and diskettes between the buildings. The district is putting in new school management software for student and financial records. The software requires that the buildings be networked together. That district has a grade school, junior high, and high school. The grade school and the junior...
Case You own a small computer business and you specialize in setting up networks for small...
Case You own a small computer business and you specialize in setting up networks for small businesses. The owner of a local sporting goods store has hired you to set up a local area network for his business. He wants to connect computers located in an office, on the selling floor, in a series of rooms in which he offers personal training classes, in a section of the store with batting cages, and in the section of the store that...
Create a very simple TCP Application in JAVA. You will create a client and a server....
Create a very simple TCP Application in JAVA. You will create a client and a server. The client must execute after you start the server. Here is what they will do. The client will read from the console a string that the users enters. This string will be the name of the user, let's say Bob. The client then sends the name, Bob, in an Object Stream, to the server. The server will receive this Object Stream and send to...