
Management Information Systems: Managing The Digital Firm -- Student Value Edition (16th Edition)
16th Edition
ISBN: 9780135191927
Author: Kenneth Laudon, Jane Laudon
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
Chapter 7, Problem 3RQ
Explanation of Solution
Internet:
- The Internet is a wide range of network that connects computers throughout the world.
- It holds vast area of information, resources and services. This information can be sent and received through the Internet.
- It uses routers and servers to connect a computer anywhere in the world.
- It uses the standard protocol such as TCP/IP.
- Some uses of internet are as follows:
- Communication
- Shopping
- Entertainment
- Financial transaction
- Real-time updates
Working of Internet:
- Internet constitutes of two components that helps in understanding the internet. They are:
- Hardware
- This component includes everything like the cables, routers, smartphones and other such devices. These components create a network of networks.
- Some hardware devices become the end points which are called the clients and the machines that store information which the users seek on the internet are servers.
- Other hardware devices are called nodes that act as a connecting point along the route.
- Protocols
- The hardware would not be able to create a network without using the second component which is the protocol...
- Hardware
Explanation of Solution
Domain Name System (DNS):
DNS is the way internet domain names are located and translated into internet protocol address.
Working of DNS:
- The servers of DNS maintain a
database that contains the IP addresses mapped to their corresponding domain names. - It looks like a hierarchical structure, where root is the domain name.
- Top-level domain is a child domain of the root and second-level domain is a child domain of the top-level domain.
- Two- or three-character names are used in the top-level domain such as .com, .edu, .gov, .org etc.
- Second-level domain contains two parts, designating a top-level name such as amazon.ca, nyu.edu.
- In the hierarchical structure, the bottom is a host name that designates a specific computer on either the private or internet network.
Internet Protocol (IP) address:
- Internet Protocol is a protocol suite that offers routing of packets from one computer to another...
Explanation of Solution
Principal internet services:
- Chatting and messaging
- Telnet
- Newsgroups
- World Wide Web (WWW)
- File Transfer Protocol (FTP)
Chatting and messaging:
- It includes two or more people who are instantaneously connected to the internet so that they can hold live, and interactive conversions.
- Messaging is one kind of chat service that allows participants to make their own private chat channels.
- It will support voice and video chat and also written conversions.
E-mail:
- E-mail is allowed to share the documents or files from one computer to another, and for sending and receiving the messages so that employees within the business can easily communicate with one another.
- This is a cost effective alternative to equivalent voice, postal or overnight delivery costs.
Telnet:
- It will be possible for employees to log onto the computer and do work on another...
Explanation of Solution
VoIP:
- Voice over IP (VoIP) is used to deliver voice data in digital form using packet switching methods.
- Normal calls transmitted over telephone networks can travel over the corporate network based on the internet protocol.
- It will save money by avoiding the costs of delivering information through telephone lines.
VoIP providing business values:
- By a simple click- and-drag operation, it will allow conference calls on the computer screen to select the names of those taking the calls.
- It is cost effective, so all the business uses VoIP.
- Telecommunication and cable companies are giving VoIP service along with their high speed internet and cable offerings which tends to be more attractive to the customers...
Explanation of Solution
Alternative ways of locating information on the web:
- Intelligent agent shopping bots
- Wikipedia
- Search engine
- Blogs
- Social networking
- RSS
- Web 2.0
- Web 3.0
Intelligent agent shopping bots:
- For using internet for shopping information, the shopping bots use intelligent agent software.
- For availability and price of the products specified by the user, the shopping bots are used and this will return the list of sites that sell the item along with pricing information and purchase link.
Wikipedia:
- Wikipedia is the largest reference website across the worldwide. It is a multilingual, free encyclopedia, web-based website.
- In spite of its growth and success, it faces certain limitations regarding plagiarism, vandalism and copyright.
Search engine:
- For finding the information on the web, the search is used instantly.
- It will go through PDF documents, file of Microsoft Office applications, images, HTML files, audio and video files to produce the results that match the desired search.
Blog:
- A website that is maintained by an individual to express one‘s own opinions and the contents present are available to the public.
- The contents or opinions are shared by the blogger in a regular fashion based on the trends that are released day to day.
- The contents are presented in the form of stories, news, trends, links that could be redirected to other articles or websites that interests the bloggers much.
Social Networking or Social Media:
- Social media is making and sharing of information, career interests, ideas and other forms of expression through networks and virtual communities...
Explanation of Solution
Uses of online search technologies for marketing:
- Searching is one of the web most popular activities with billions of queries performed every month. It is the foundation for the most profitable form of online advertisements and marketing.
- The search engine contains two types of listing when the users enter the search term in the search engine...
Expert Solution & Answer

Trending nowThis is a popular solution!

Students have asked these similar questions
I need fixing my a matlab code to find the currents USING MARTIXS AND INVERSE to find the current
% At this point We Enter the Resistor values and Voltage Source Values
fprintf('Provide Resistance Values for the Resistors as Requested: \n');
fprintf('===============================================\n');
R1x = input('Enter the value for R1 in kohms: ');
R2x = input('Enter the value for R2 in kohms: ');
R3x = input('Enter the value for R3 in kohms: ');
R4x = input('Enter the value for R4 in kohms: ');
fprintf('Provide voltage values for as requested: \n');
fprintf('===============================================\n');
E1 = input('Enter the value of E1 in Volts: ');
E2 = input('Enter the value of E2 in Volts: ');
E3 = input('Enter the value of E3 in Volts: ');
fprintf('===============================================\n');
% Scaling FACTOR multiplication of resistors by 1000 (1K) each
R1 = 1000 * R1x;
R2 = 1000 * R2x;
R3 = 1000 * R3x;
R4 = 1000 * R4x;
fprintf('VALUES YOU HAVE ENTERED FOR YOUR…
Suppose that the two Rank methods below are added to the Skip List class on Blackboard.
public int Rank(T item)
Returns the rank of the given item.
public T Rank(int i)
Returns the item with the given rank i.
Requirements
1. Describe in a separate Design Document what additional data is needed and how that data is used to
support an expected time complexity of O(log n) for each of the Rank methods. Show as well that the
methods Insert and Remove can efficiently maintain this data as items are inserted and removed. (7
marks)
2. Re-implement the methods Insert and Remove of the Skip List class to maintain the augmented data in
expected O(log n) time. Using the Contains method, ensure that added items are distinct. (6 marks)
3. Implement the two Rank methods. (8 marks)
4. Test your new methods thoroughly. Include your test cases and results in a Test Document. (4 marks)
Why do we need official standards for copper cable and fiber-optic cable? What happens without the standard?
Chapter 7 Solutions
Management Information Systems: Managing The Digital Firm -- Student Value Edition (16th Edition)
Ch. 7.3 - Prob. 1.1CQCh. 7.3 - Prob. 1.2CQCh. 7.3 - Prob. 1.3CQCh. 7.3 - Prob. 1.4CQCh. 7.3 - Prob. 2.1CQCh. 7.3 - Prob. 2.2CQCh. 7.3 - Prob. 2.3CQCh. 7 - Prob. 1IQCh. 7 - Prob. 2IQCh. 7 - Prob. 3IQ
Ch. 7 - Prob. 4IQCh. 7 - Prob. 5IQCh. 7 - Prob. 6IQCh. 7 - Prob. 1RQCh. 7 - Prob. 2RQCh. 7 - Prob. 3RQCh. 7 - Prob. 4RQCh. 7 - Prob. 5DQCh. 7 - Prob. 6DQCh. 7 - Prob. 7DQCh. 7 - Prob. 8HMPCh. 7 - Prob. 9HMPCh. 7 - Prob. 10HMPCh. 7 - Prob. 11HMPCh. 7 - Prob. 13CSQCh. 7 - Prob. 14CSQCh. 7 - Prob. 15CSQCh. 7 - Prob. 16CSQCh. 7 - Prob. 17MLMCh. 7 - Prob. 18MLM
Knowledge Booster
Similar questions
- What is the difference between physical connection (Physical topology) and logical connection (Logical topology)? Why are both necessary?arrow_forwardThere are two network models and name them while providing a couple of advantages and disadvantages for each network model.arrow_forwardhttps://docs.google.com/document/d/1lk0DgaWfVezagyjAEskyPoe9Ciw3J2XUH_HQfnWSmwU/edit?usp=sharing use the link to answer the question below b) As part of your listed data elements, define the following metadata for each: Data/FieldType, Field Size, and any possible constraint/s or needed c) Identify and describe the relationship/s among the tables. Please provide an example toillustrate Referential Integrity and explain why it is essential for data credibility. I have inserted the data elements below for referencearrow_forward
- Why do we use NAT and PAT technologies? What happens without them? What is the major difference between NAT and PAT (Port Address Translation)? please answer it in the simplest way as possiblearrow_forwardWhat is the difference between physical connection (Physical topology) and logical connection (Logical topology)? Why are both necessary? Why do we need the Seven-Layer OSI model? What will happen If we don’t have it? Why do we need official standards for copper cable and fiber-optic cable? What happens without the standard? please answer in the simplest way as possiblearrow_forwardSuppose that the MinGap method below is added to the Treap class on Blackboard. public int MinGap( ) Returns the absolute difference between the two closest numbers in the treap. For example, if the numbers are {2, 5, 7, 11, 12, 15, 20} then MinGap would returns 1, the absolute difference between 11 and 12. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an time complexity of O(1) for the MinGap method. Show as well that the methods Add and Remove can efficiently maintain this data as items are added and removed. (6 marks) 2. Re-implement the methods Add and Remove of the Treap class to maintain the augmented data in expected O(log n) time. (6 marks) 3. Implement the MinGap method. (4 marks) 4. Test your new method thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forward
- Suppose that the two Rank methods below are added to the Skip List class on Blackboard. public int Rank(T item) Returns the rank of the given item. public T Rank(int i) Returns the item with the given rank i. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an expected time complexity of O(log n) for each of the Rank methods. Show as well that the methods Insert and Remove can efficiently maintain this data as items are inserted and removed. (7 marks) 2. Re-implement the methods Insert and Remove of the Skip List class to maintain the augmented data in expected O(log n) time. Using the Contains method, ensure that added items are distinct. (6 marks) 3. Implement the two Rank methods. (8 marks) 4. Test your new methods thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forwardhttps://docs.google.com/document/d/1lk0DgaWfVezagyjAEskyPoe9Ciw3J2XUH_HQfnWSmwU/edit?usp=sharing use the link to answer the question below b) As part of your listed data elements, define the following metadata for each: Data/FieldType, Field Size, and any possible constraint/s or needed c) Identify and describe the relationship/s among the tables. Please provide an example toillustrate Referential Integrity and explain why it is essential for data credibility. I have inserted the data elements below for referencearrow_forwardHighlight the main differences between Computer Assisted Coding and Alone Coding with their similaritiesarrow_forward
- Suppose that the MinGap method below is added to the Treap class on Blackboard. public int MinGap ( ) Returns the absolute difference between the two closest numbers in the treap. For example, if the numbers are {2, 5, 7, 11, 12, 15, 20} then MinGap would returns 1, the absolute difference between 11 and 12. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an time complexity of O(1) for the MinGap method. Show as well that the methods Add and Remove can efficiently maintain this data as items are added and removed. (6 marks) 2. Re-implement the methods Add and Remove of the Treap class to maintain the augmented data in expected O(log n) time. (6 marks) 3. Implement the MinGap method. (4 marks) 4. Test your new method thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forwardSuppose that the two Rank methods below are added to the Skip List class on Blackboard. public int Rank (T item) Returns the rank of the given item. public T Rank(int i) Returns the item with the given rank i. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an expected time complexity of O(log n) for each of the Rank methods. Show as well that the methods Insert and Remove can efficiently maintain this data as items are inserted and removed. (7 marks) 2. Re-implement the methods Insert and Remove of the Skip List class to maintain the augmented data in expected O(log n) time. Using the Contains method, ensure that added items are distinct. (6 marks) 3. Implement the two Rank methods. (8 marks) 4. Test your new methods thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forwardSuppose that the two Rank methods below are added to the Skip List class on Blackboard. public int Rank (T item) Returns the rank of the given item. public T Rank(int i) Returns the item with the given rank i. Requirements 1. Describe in a separate Design Document what additional data is needed and how that data is used to support an expected time complexity of O(log n) for each of the Rank methods. Show as well that the methods Insert and Remove can efficiently maintain this data as items are inserted and removed. (7 marks) 2. Re-implement the methods Insert and Remove of the Skip List class to maintain the augmented data in expected O(log n) time. Using the Contains method, ensure that added items are distinct. (6 marks) 3. Implement the two Rank methods. (8 marks) 4. Test your new methods thoroughly. Include your test cases and results in a Test Document. (4 marks)arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education