Create a table or list of all the areas, and discuss the areas where data encryp
ID: 3581347 • Letter: C
Question
Create a table or list of all the areas, and discuss the areas where data encryption is needed, and why. Facility description:
1. Front end
entry
customer conference rooms
accounting
sales, customer service, etc.
general work areas
private offices
misc. (main telephone/data, office supplies, break area, files, fax, mail/postage)
2. Production Cell
various equipment
fulfillment
unique value added component
3. Warehousing
storage (raw materials, finished goods)
Shipping/Receiving
4. shipping/receiving office
driver area
labeling and ready to ship
5. Maintenance & Production Support
Maintenance (parts storage)
Solvent storage
Equipment support (air compressors, etc.)
Battery chargers
6. Employee Services
main locker/toilets
cafeteria
training / recreation
human resources
So, for example, you might say:
o Area 6:
o Cafeteria- the eating area will most likely have Wi-Fi. Wi-Fi needs encryption to protect existing wired network from attackers.
o And then discuss the main locker, training area, and human resources.
Keep in mind that factories frequently have automation, like robots used in manufacturing. These devices frequently connect to the company network, so diagnostic tests can be run and quality can be checked on the robots.
Explanation / Answer
In PYTHON
# Front end
entry = raw_input('entry: ')
customer_conference_rooms = raw_input('customer conference rooms: ')
accounting = raw_input('accounting')
sales_customer_service_etc = raw_input('sales, customer service, etc. :')
general_work_areas = raw_input('general work areas :')
private_offices = raw_input('general work areas :')
misc_main_telephone_data_office_supplies_break_area_files_fax_mail_postage = raw_input('misc. (main telephone/data, office supplies, break area, files, fax, mail/postage) : ')
# Production Cell
various_equipment = raw_input('various equipment :')
fulfillment = raw_input('fulfillment :')
unique_value_added_component = raw_input('unique value added component :')
# Warehousing
storage_raw_materials_finished_goods = raw_input('storage (raw materials, finished goods) :')
# Shipping/Receiving
shipping_receiving_office = raw_input('shipping/receiving office :')
driver_area = raw_input('shipping/receiving office :')
labeling_and_ready_to_ship = raw_input('labeling and ready to ship :')
# Maintenance & Production Support
Maintenance_parts_storage = raw_input('Maintenance (parts storage) :')
Solvent_storage = raw_input('Solvent storage :')
Equipment_support_air_compressors_etc = raw_input('Equipment support (air compressors, etc.) :')
Battery_chargers = raw_input('Battery chargers :')
# Employee Services
main_locker_toilets = raw_input('main locker/toilets : ')
cafeteria = raw_input('cafeteria : ')
training_recreation = raw_input('training / recreation : ')
human_resources = raw_input('human resources : ')
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.