Foundations I Discussion

 1) Describe IN DETAIL the DIFFERENCES AND USE among typical internet protocols. Select at least two of among: HTTPS, SFTP,SNMP, RIP, SMTP, POP, TCP, IP, UDP.  

 

Initial Discussion – 300 words 

2 Responses – each 250 words. 

Data Mining

1. Discuss in detail the following data mining tasks. For each task, make sure to discuss what the task does, three real-life applications, and three algorithms.   (Your answer goes in the answer sheet and MUST be at least one and a half pages, single spacing). 

A. Association rules

B. Classification 

C. Clustering

D. Anomaly Detection

2. In your own words, discuss the Hierarchical clustering, its types and 3 real-life applications (Your answer goes in the answer sheet and MUST be at least half a page, single spacing) 

The following information

  

1. The following information is listed for the configuration of a router: Internet Port: MAC Address – 00:21:3D:AE:2C:A6 IP Address – 70.115.23.137 DHCP – DHCP Client IP Subnet Mask – 255.255.240.0 Domain Name Server – 209.18.47.61, 209.18.47.62 LAN Port: MAC Address – 00:21:3D:AE:2C:A5 IP Address – 192.168.1.1 DHCP – OFF IP Subnet Mask – 255.255.255.0 

(a) The two MAC addresses are different. What is a MAC address, and why are the two different even though this is a single router? 

(b) The two IP addresses are different. What is an IP address, and why are the two different even though this is a single router? 

(c) Since DHCP is disabled on the router, it is not assigning addresses on the LAN. If setting a static IP address for a device on the LAN, what range of addresses could be utilized? 

2. List at least four services that are part of the internet and differentiate what each facilitates. You should include the World Wide Web as one of your four services.

ii) DNS

Domain Name System (DNS) is a database system that translates a computer’s fully 

Literature Review needed for dissertation report

The topic is Inclusive City. I have developed an application that is mainly related to data visualisation. It solely focuses on accessibility needs of the people(mainly wheelchair and visually impaired users currently). The data is visualised and shown in the map as circles with different colors(one color per accessibility). The size of the circle is determined by the number of reviews each place has. The more the number of reviews, the big the circle is. Places can be any place like restaurants, museums, malls..etc The user can add a review for any place(review is solely based on accessibility and nothing else).

In short, the application is like a tripadvisor for accessibility only. There is a list view so that the screen readers will be able to read as many visually impaired users will find it difficult to access the map. I have attached few snapshots of the application.

I want a Literature Review section of minimum 5000 words backed up with references for my dissertation report. I will need it in 5-6 days.

The section should mainly include:

* Brief introduction about Inclusive City(Why cities should be accessible)

* Challenges facing the disabled people

* Why is there a need to build an application that would benefit the disabled

* The local disabled population

* Related Work

* How this application can benefit them

ERM W 10 A

 Your task this week is to write a research paper discussing the concept of risk modeling. Please also evaluate the importance of risk models. Lastly, construct an approach to modeling various risks and evaluate how an organization may make decisions about techniques to model, measure, and aggregate risks.Your paper should meet the following requirements:

  • Be approximately four to six pages in length, not including the required cover page and reference page.
  • Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Penetration teting

Penetration testing is a simulated cyberattack against a computer or network that checks for exploitable vulnerabilities. Pen tests can involve attempting to breach application systems, APIs, servers, inputs, and code injection attacks to reveal vulnerabilities. In a well-written, assignment, discuss the following: 

1. What is penetration testing?

2. Testing Stages? 

3. Testing Methods? 

4. Testing, web applications and firewalls. 

Assignment should meet the following requirements: Be approximately 4 pages in length, not including the required cover page and reference page. 

Exp19_Access_Ch2_Cap – Metropolitan Zoo 1.0

  

Exp19_Access_Ch2_Cap – Metropolitan Zoo 1.0

Project Description:

The Metropolitan Zoo tracks its animal data in Excel. The organization decides to use a database to organize the data about the animals, their trainers, and the animal exhibits. In this project, you will open an existing database and create a new table. You will import an Excel file containing information about the animals, and query the database to determine which animals need a checkup. You will also create a query to obtain a listing of the animals in each exhibit.

Steps to Perform:

   

Step

Instructions

Points    Possible

 

1

Start   Access. Open the downloaded Access file named Exp19_Access_Ch2_Cap_Zoo.accdb. Grader has automatically added   your last name to the beginning of the filename. Save the file to the   location where you are storing your files.

0

 

2

Create a new table in Design view. Add   the field name ExhibitID   with the AutoNumber Data Type. Add   the caption Exhibit ID.   Set the ExhibitID field as the   primary key for the table. Save the table using the name Exhibits.

6

 

3

Add   the following fields and set their field properties as shown:

  

Field Name

Data Type

Field Size Property

Caption

 

ExhibitName

Short Text

15

Exhibit Name

 

Acres

Number

Integer

(none)

 

InitialCost

Currency

(no change)

Initial Cost

 

YearlyCost

Currency

(no change)

Yearly Cost

 

DateOpened

Date/Time

(no change)

Date Opened

 

Show

Yes/No

(no change)

(none)

12

 

4

Switch to Datasheet view and save the   table. Add the following records, letting Access assign the Exhibit ID:

  

Exhibit Name

Acres

Initial Cost

Yearly Cost

Date Opened

Show

 

Asia

2

2000000

300000

1/15/2011

Yes

 

Africa

4

3500000

500000

2/3/2014

Yes

 

The Americas

3

1500000

250000

5/15/2005

No

   Close the table.

9

 

5

Import   the downloaded Zoo.xlsx workbook as   a new table in the current database. Using the Import Spreadsheet Wizard,   specify that the first row contains column headings, set the AnimalID field to be indexed with no   duplicates, and set the AnimalID field   as the primary key. Import the table with the name Animals and do not save the import steps.

10

 

6

View the Animals table in Design view,   and change the field size for the AnimalID field to Long Integer. Change the field sizes for the ExhibitID and   TrainerID fields to Long Integer.   Save the table. Click Yes in the   dialog box indicating that some data may be lost. Close the table.

6

 

7

Begin   establishing relationships in the database by adding the Animals, Exhibits, and   Trainers tables to the   Relationships window. Close the Show Table dialog box. Resize the field lists   so that all fields display. Create a one-to-many relationship between the ExhibitID field in the Exhibits table   and the ExhibitID field in the   Animals table, enforcing Referential Integrity. Select the option to cascade   update the related fields.

8

 

8

Create a one-to-many relationship   between the TrainerID field in the   Trainers table and the TrainerID field   in the Animals table, enforcing Referential Integrity. Select the option to   cascade update the related fields. Save and close the Relationships window.

8

 

9

Create   a query using the Simple Query Wizard.   From the Animals table, add the AnimalID,   AnimalType, and DateOfLastCheckup fields (in that   order). Ensure the query is a Detail query. Name the query Checkup List and finish the wizard.

10

 

10

View the query in Design view, and then   set the criteria for the DateOfLastCheckup field so that only animals whose   last checkup was before 1/1/2022   are displayed.

5

 

11

Sort   the query in ascending order by the DateOfLastCheckup field. Save the query.   Run the query, and then close the query.

5

 

12

Create a new query in Design view. Add   the Animals, Exhibits, and Trainers   tables to the query design window. Add the following fields to the query (in   this order):
 

AnimalType

Origin
  ExhibitName
  FirstName
  LastName
  Position

9

 

13

Set   The Americas as the criteria for the ExhibitName   field and sort the query in ascending order by Origin. Run the query, and   save the query as Americas Exhibit.   Close the query.

6

 

14

Copy the Americas Exhibit query in the Navigation Pane and paste it with   the name Asian Exhibit.   Modify the query in Design view to replace The Americas with Asia.   Run the query, save the query, and close the query.

6

 

15

Close   all database objects. Close the database and then exit Access. Submit the   database as directed.

0

  

Total   Points

100