File Server Approach

Under what circumstances would you recommend that a file server approach, as opposed to a client/server approach, be used for a distributed information system application? What warnings would you give the prospective user of this file server approach? What factors would have to change for you to recommend the move to a client/server approach?

Technology and Audit

“Technology and Audit” Please respond to the following:

  • How important is the documentation of the database environment? Moreover, how do you think the advent of cloud computing has affected electronic data interchange (EDI)? Are you in favor of outsourcing the auditing activity, and why or why not?
  • How do computer-assisted audit solutions help the auditing process? How do different standards for professional performance of internal auditing help in maintaining the integrity of the process?

Mobile computing & Cloud computing:

Mobile computing:
We learned from our readings that the use of mobile devices in our society today has indeed become ubiquitous.  In addition, CTIA asserted that over 326 million mobile devices were in use within The United States as of December 2012 – an estimated growth of more than 100 percent penetration rate with users carrying more than one device with notable continues growth.  From this research, it’s evident that mobile computing has vastly accelerated in popularity over the last decade due to several factors noted by the authors in our chapter reading. In consideration with this revelation, identify and name these factors, and provide a brief discussion about them.
Cloud computing:
 
According to your readings, cloud computing represents one of the most significant paradigms shifts in information technology (IT) history, due to an extension of sharing an application-hosting provider that has been around for many years, and was common in highly regulated vertical industries like banks and health care institutions.  The author’s knowledge from their research continue to assert that, the impetus behind cloud computing lies on the idea that it provides economies of scale by spreading costs across many client organizations and pooling computing resources while matching client computing needs to consumption in a flexible, real-time version.
Identify the issues and risks that pose concern to organizations storing data in the cloud –  briefly support your discussion.

Windows And Linux Integration

Windows And Linux Integration
Based upon what you have learned thus far, in 500-7500  words:

  1. Explain how Windows and Linux can work together in diverse environments.
  2. Recommend a configuration for your corporation that best leverages the features of each operating system. Explain your recommendation.

Database Design And Table Structure

Good database design must be matched to good table structure. Normalization is a very important ingredient in database design.
Respond to the following in a minimum of 175 words:

  • Why are some table structures considered to be bad and others good?
  • How do you recognize the difference between good and bad table structures?
  • What effect does normalization have on creating good tables and why should you learn so many normalization rules?

Database management

Assignment#1.                Q1:
1. How would you use GROUPING SETS to produce the same results as the following GROUP BY CUBE?
SELECT state, productID, SUM(volume) FROM sales GROUP BY CUBE (state, productID) ORDER BY state, productID
2. How would you show the sub totals for each week, for each state, and for each product? (No other totals or grand totals are required.) Suppose the table structure is
TABLE sales (productID VARCHAR, state CHAR(2), week DATE, volume INT)
3. Discuss the utility of grouping and group_id functions
Q2: Describe below how this code will work:
SELECT dt, region, revenue,
count(*) OVER (twdw) AS moving_count,
avg(revenue) OVER (twdw) AS moving_average
FROM moving_average_data mad
WINDOW twdw AS (PARTITION BY region
ORDER BY dt RANGE BETWEEN
‘7 days’::interval PRECEDING AND
‘0 days’::interval FOLLOWING
ORDER BY region, dt.                                                                                           Assignmemt#2.                         Chapter 12 – From the chapter reading, we learned that e-mail is a major area of focus for information governance (IG) efforts, and has become the most common business software application and the backbone of business communications today.  In addition, the authors provided details to support their position by providing 2013 survey results from 2,400 corporate e-mail users from a global perspective.  The results indicated that two-thirds of the respondents stated that e-mail was their favorite form of business communication which surpassed not only social media but also telephone and in-person contact.
Q1: With this detail in mind, briefly state why the e-Mail has become a critical component for IG implementation?                                                        Assignment#3.                                        Chapter 13 – According to Franks and Smallwood (2013), information has become the lifeblood of every business organization, and that an increasing volume of information today has increased and exchanged through the use of social networks and Web2.0 tools like blogs, microblogs, and wikis.  When looking at social media in the enterprise, there is a notable difference in functionality between e-mail and social media, and has been documented by research – “…that social media differ greatly from e-mail use due to its maturity and stability.” (Franks & Smallwood, 2013).
Q2: Please identify and clearly state what the difference is?

ERD Diagram Assignment

The goal of the projects throughout this semester is to implement a “prototype” database system application for a eCommerce social-network system called UCOnline where users can explore information about books/music/software, rate your purchase, identify purchase price and see ratings of their friends.
The project will require your teams (see attached for group member breakout) to complete the assignment. Below you will find the ERD deliverable requirements. Each assignment has a specific grading rubric (scheme) associated with the assignment.
BUSINESS REQUIREMENTS ACROSS ALL ASSIGNMENTS
You will work with book/music/media information, user information, ratings of books, and users’ social network

  • Each book has an id, title, publication date, publisher, ISBN, functional category, page count, price (publisher), and product description
  • There are 3 categories of book: fiction, non-fiction, and specialty
  • There are 2 categories of music: digital and media-based
  • An author can write one or more books.
  • A musician can be a solo artist, part of a group, or both
  • An author can also be associated with one or more publishers.
  • A musician/group/act can be associated with one or more music houses
  • An author’s book can have one or more editions.
  • A song and or album can have more than one version/edition (i.e. EP, LP, CD, DVD etc)
  • A publisher can have many authors and many books.
  • A record company can have many artists associated and many albums associated with it.
  • A record company can also be the publishing company (i.e. self-publishing)
  • Many ISBNs can also be associated with a given publisher but only one ISBN per form of medium (ie the ISBN is the PK no matter what).
  • An author can write many books.
  • An artist can write many songs, albums etc.

UCOnline needs to keep track of user ratings for each item sold in the online store (e.g., 1-5 and 1 for ‘Dislike’, to 5, for ‘Awesome!’).
A particular user rates a particular item at a given time.
A user CANNOT rate the same multiple times unless there are multiple editions of the item. Each edition can be rated separately.
Each user who submits a rating will be identified by a unique id and has a name, gender, age, and location. Nothing is anonymous.
There is also a social network between users. Users can send communication requests (i.e. instant messages/emails) to other users. Such requests can be accepted or ignored. Once accepted, the two users are considered ‘book buddies.’ If ignored, the user can send the request again. We want to add a store when the requests were sent (timestamp), the result of the requests and when the request was answered (timestamp).

Compare the features of the top personal online social networks

Compare the features of the top personal online social networks, and create a table listing the number of active members in the united states and worldwide, the number of years the sites have existed, the more popular features, and the amount of content, such as photos, news stories, and links, that is shared each month.
what types of advertisement are featured at each of this site? which sites are marketed toward younger and older users?
then, research the online social networks used for business. how does their content differ from that found on the personal online social networks?
how many companies use these sites as a recruiting tool?
how many native languages are supported?
how are professionals using these websites to find potential clients and business partners?

Compare the features of the top personal online social networks

Compare the features of the top personal online social networks, and create a table listing the number of active members in the united states and worldwide, the number of years the sites have existed, the more popular features, and the amount of content, such as photos, news stories, and links, that is shared each month.
what types of advertisement are featured at each of this site? which sites are marketed toward younger and older users?
then, research the online social networks used for business. how does their content differ from that found on the personal online social networks?
how many companies use these sites as a recruiting tool?
how many native languages are supported?
how are professionals using these websites to find potential clients and business partners?

Compare the features of the top personal online social networks

Compare the features of the top personal online social networks, and create a table listing the number of active members in the united states and worldwide, the number of years the sites have existed, the more popular features, and the amount of content, such as photos, news stories, and links, that is shared each month.
what types of advertisement are featured at each of this site? which sites are marketed toward younger and older users?
then, research the online social networks used for business. how does their content differ from that found on the personal online social networks?
how many companies use these sites as a recruiting tool?
how many native languages are supported?
how are professionals using these websites to find potential clients and business partners?