1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Masteriza [31]
3 years ago
13

3. You are a network administrator responsible for all network platforms and services. The Teta Company currently has only one b

uilding which houses its sole data center. The CIO indicates the company recently purchased the building next to existing building that will house 150 employees. What network requirements and recommendations would you make to the CIO that will allow the employees in the new building to access the company LAN?
Computers and Technology
2 answers:
solniwko [45]3 years ago
8 0

Answer:

1. Wired networks may give the appearance of a busy office full of the latest equipment, but in reality, wires can be an inefficient networking medium. They can limit signal strength as well as make it more difficult to expand and reorganize your network configuration.  Wireless networking is a viable and affordable alternative that offers the benefits of making your environment more flexible. A wireless infrastructure allows you to effortlessly reconfigure your office space as your company grows and changes, easily extend connectivity and also allows employees to be mobile more easily.

2. Review the advantages and consider the benefits to your organization:

Reduced cost of installation. It may be significantly less expensive to install wireless access points compared to wiring your office with Ethernet capabilities.

Flexibility. If you regularly expand or reorganize your office space, or need to accommodate a variety of network configurations, the rapid transition time from one configuration to another that wireless provides can help reduce your network downtime. In addition, you won't have to incur the costs associated with physically rewiring office space.

Convenient information access. With wireless, you'd have the ability to extend access to key information to anyone on your staff, from anywhere in the office, even when they aren't physically connected to your wired local area network (LAN) connection. Do members of your staff regularly work away from their desks or stations, but could benefit from anytime, anywhere access to important data? Could you improve productivity by increasing access to important company systems? Do you have business processes you could streamline by reducing the number of times employees have to go back to their wired connections?  Wireless LANs are the way to go, especially where there's no existing wired network. This is especially true in leased offices, where you can't go knocking holes in walls.

Your next step is to actually build a wireless LAN, which you'll do just like this:

Identify the equipment you want to buy, such as wireless notebooks, access points, wireless LAN adapters and wireless cards.

Determine the number of users who need to have access to the network. This will help you determine the number of access points you'll need.

Plan for the connection to your wired LAN, probably in a central location and in an open environment. Your goal is to maximize the access point's wireless range. The quoted range is a maximum of 300 feet, but that's very dependent on the existing environment--walls, water pipes, cables and so on all could decrease the range. The best thing to do is complete a site survey first; if that's not possible, assume a maximum range of 150 feet, as 300 could decrease throughput.

ruslelena [56]3 years ago
7 0

Answer:

Explanation:

Wired systems may give the presence of a bustling office loaded with the most recent gear, yet in actuality, wires can be a wasteful systems administration medium. They can restrict signal quality just as make it progressively hard to grow and rearrange your system design. Remote systems administration is a practical and reasonable elective that offers the advantages of making your condition increasingly adaptable.

A remote foundation permits you to easily reconfigure your office space as your organization develops and changes, effectively broaden availability and furthermore permits representatives to be portable all the more no problem at all.

Audit the favorable circumstances and think about the advantages to your association: Reduced expense of establishment. It might be fundamentally more affordable to introduce remote passageways contrasted with wiring your office with Ethernet abilities. Adaptability. On the off chance that you normally extend or redesign your office space, or need to oblige an assortment of system arrangements, the fast change time starting with one setup then onto the next that remote gives can help lessen your system personal time. Furthermore, you won't need to bring about the expenses related with genuinely revamping office space. Advantageous data get to. With remote, you'd can stretch out access to key data to anybody on your staff, from anyplace in the workplace, in any event, when they aren't genuinely associated with your wired neighborhood (LAN) association.

Remote LANs are the best approach, particularly where there's no current wired system. This is particularly valid in rented workplaces, where you can't go thumping gaps in dividers. Your subsequent stage is to really manufacture a remote LAN, which you'll do simply like this: Identify the gear you need to purchase, for example, remote journals, passageways, remote LAN connectors and remote cards. Decide the quantity of clients who need to approach the system. This will assist you with deciding the quantity of passageways you'll require. Plan for the association with your wired LAN, most likely in a focal area and in an open domain. You will probably boost the passage's remote range.

You might be interested in
listen to exam instructions a small business called widgets, inc. has hired you to evaluate their wireless network security prac
Alex

Following actions could you most likely advise the client taking to strengthen the security of their wireless network-

  • Change the default SSID to anything different.
  • Turn off SSID broadcasting.
<h3>Explain the term wireless network security?</h3>
  • Designing, putting into practice, and ensuring security on such a wireless computer network are all parts of wireless network security.
  • A wireless computer network is further protected by this subset of network security.
  • Wireless security is another name for wireless network security.

For the stated question-

  • Disabling SSID broadcast and changing the network name are advised.
  • By disabling SSID, the network name won't be displayed on devices looking for a network can connect to, and so by changing the name, it will be impossible for anyone who already knows the old name to connect.
  • Both of which significantly boost security.

To know more about the wireless network security, here

brainly.com/question/28257213

#SPJ4

3 0
1 year ago
Given below is information about a network. Choose one of the following three​ options: the network is definitely a​ tree; the n
MatroZZZ [7]

A Network is definitely a Tree when any of the below properties matched.

Explanation:

A Network is synonym for connected graph. Connected graph is a graph is a path which will connect from vertex to vertex.

A Tree is a network that has no circuit. network can be differed from tree by three key properties

1. Single path property - one path connecting two vertices

2. All bridges property - every edge of a network is a bridge

3. N-1 edges property - N vertices has N-1 edges

To determine this we use to N-1 edges property as given number of vertices and no bridges.

If a network has 15 vertices it must have 15-1= 14 edges to become a tree

4 0
2 years ago
What is the purpose of netiquette guidelines?
sp2606 [1]
The purpose of netiquette guidlelines is to provide a safe and secure environment for internet users everywhere
7 0
3 years ago
Write a program that converts degrees Fahrenheit to Celsius using the following formula. degreesC = 5(degreesF – 32)/9 Prompt th
weeeeeb [17]

Answer:

Written in Python

import math

degreesF = float(input("Enter a temperature in degrees Fahrenheit: "))

degreesC = round(5 * (degreesF - 32)/9,1)

print(degreesC)

Explanation:

The following header allows you to use Math.Round() method in Python

import math

The following prompts the user for temperature in degrees Fahrenheit

degreesF = float(input("Enter a temperature in degrees Fahrenheit: "))

The following calculates the degree Celsius equivalent and also round it up

degreesC = round(5 * (degreesF - 32)/9,1)

The following prints the degree Celsius equivalent

print(degreesC)

5 0
3 years ago
What does the word complacency mean ?
bulgar [2K]

Answer:

a feeling of smug or uncritical satisfaction with oneself or one's achievements.

Explanation:

8 0
3 years ago
Read 2 more answers
Other questions:
  • How old is the oldest asian
    14·2 answers
  • Web services can exchange information between two different systems only if the operating systems and programming languages upon
    10·1 answer
  • Computers with more than ____ of ram work with the aero interface in windows 7 as shown in the accompanying figure.
    15·1 answer
  • How do I download the Microsoft word on my Hp probook
    8·2 answers
  • What is one major component that would not be found in a tablet or phone, and how has modern computing made that component less
    13·2 answers
  • "As part of integrating your solution your client indicates that they have certain technologies enabled on their network that al
    6·1 answer
  • Each row in a database is a set of unique information called a(n) (A.)table,(B.)record,(C.)object,(D.)field
    12·2 answers
  • Could someone please explain to me the an electrical circuit.
    13·2 answers
  • Circuit pruning occurs only before puberty.<br> O True<br> O False
    9·2 answers
  • Wow that funny a heck
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!