Search Constraints
Number of results to display per page
Results for:
Networking and Collaboration
Remove constraint Networking and Collaboration
Year
2011
Remove constraint Year: 2011
« Previous |
1 - 10 of 16
|
Next »
Search Results
-
e-book
Volumes in Writing Spaces: Readings on Writing offer multiple perspectives on a wide-range of topics about writing. In each chapter, authors present their unique views, insights, and strategies for writing by addressing the undergraduate reader directly. Drawing on their own experiences, these teachers-as-writers invite students to join in the larger conversation about the craft of writing. Consequently, each essay functions as a standalone text that can easily complement other selected readings in writing or writing-intensive courses across the disciplines at any level. Volume 2 continues the tradition of the previous volume with topics, such as the rhetorical situation, collaboration, documentation styles, weblogs, invention, writing assignment interpretation, reading critically, information literacy, ethnography, interviewing, argument, document design, and source integration.
- Subjects:
- English Language
- Keywords:
- Textbooks English language -- Rhetoric
- Resource Type:
- e-book
-
e-book
This open textbook aims to fill the gap between the open-source implementations and the open-source network specifications by providing a detailed but pedagogical description of the key principles that guide the operation of the Internet.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Textbooks Computer network protocols
- Resource Type:
- e-book
-
e-book
In this book, you will learn about all three kinds of interaction. In all three cases, interesting software techniques are needed in order to bring the computations into contact, yet keep them suffciently at arm's length that they don't compromise each other's reliability. The exciting challenge, then, is supporting controlled interaction. This includes support for computations that share a single computer and interact with one another, as your email and word processing programs do. It also includes support for data storage and network communication. This book describes how all these kinds of support are provided both by operating systems and by additional software layered on top of operating systems, which is known as middleware. Chapter 1 provides an overview of the text as a whole, explaining what an operating system is, what middleware is, and what sorts of support these systems provide for controlled interaction. The next nine chapters work through the varieties of controlled interac- tion that are exemplified by the scenario at the beginning of the preface: in- teraction between concurrent computations on the same system (as between your email program and your word processor), interaction across time (as between your word processor before your trip and your word processor after your trip), and interaction across space (as between your email program and your service provider's email server). The first of these three topics is controlled interaction between computa- tions operating at one time on a particular computer. Before such interaction can make sense, you need to understand how it is that a single computer can be running more than one program, such as an email program in one window and a word processing program in another. Therefore, Chapter 2 explains the fundamental mechanism for dividing a computer's attention between concurrent computations, known as threads. Chapter 3 continues with the related topic of scheduling. That is, if the computer is dividing its time between computations, it needs to decide which ones to work on at any moment. With concurrent computations explained, Chapter 4 introduces con- trolled interactions between them by explaining synchronization, which is control over the threads' relative timing. For example, this chapter explains how, when your email program sends a document to your word processor, the word processor can be constrained to read the document only after the email program writes it. One particularly important form of synchroniza- tion, atomic transactions, is the topic of Chapter 5. Atomic transactions are groups of operations that take place as an indivisible unit; they are most commonly supported by middleware, though they are also playing an increasing role in operating systems. Other than synchronization, the main way that operating systems con- trol the interaction between computations is by controlling their access to memory. Chapter 6 explains how this is achieved using the technique known as virtual memory. That chapter also explains the many other objectives this same technique can serve. Virtual memory serves as the foundation for Chapter 7's topic, which is processes. A process is the fundamental unit of computation for protected access, just as a thread is the fundamental unit of computation for concurrency. A process is a group of threads that share a protection environment; in particular, they share the same access to virtual memory. The next three chapters move outside the limitations of a single com- puter operating in a single session. First, consider the document stored before a trip and available again after it. Chapter 8 explains persistent storage mechanisms, focusing particularly on the file storage that operat- ing systems provide. Second, consider the interaction between your email program and your service provider's email server. Chapter 9 provides an overview of networking, including the services that operating systems make available to programs such as the email client and server. Chapter 10 ex- tends this discussion into the more sophisticated forms of support provided by communication middleware, such as messaging systems, RMI, and web services. Finally, Chapter 11 focuses on security. Because security is a pervasive issue, the preceding ten chapters all provide some information on it as well. Specifically, the final section of each chapter points out ways in which se- curity relates to that chapter's particular topic. However, even with that coverage distributed throughout the book, a chapter specifically on security is needed, primarily to elevate it out of technical particulars and talk about general principles and the human and organizational context surrounding the computer technology. The best way to use these chapters is in consecutive order. However, Chapter 5 can be omitted with only minor harm to Chapters 8 and 10, and Chapter 9 can be omitted if students are already suffciently familiar with networking.
- Subjects:
- Computing, Data Science and Artificial Intelligence
- Keywords:
- Operating systems (Computers) Computer software -- Development Middleware Textbooks
- Resource Type:
- e-book
-
e-book
We set out to design an introductory course governed by four themes: Give students a good idea of what a career in MIS looks like by doing MIS. Enhance the professionalism of deliverables by teaching design and usability concepts. Promote creativity by assigning projects that demand it. Teach students about cloud computing by having them do cloud computing. Students in an introductory Management Information Systems (MIS) course often ask what a career in MIS looks like. Lacking a clear vision, they make their own assumptions. Often they assume the career involves programming with little human interaction. That MIS is a technical field could not be further from the truth. MIS job descriptions typically require candidates to be able to collaborate, communicate, analyze needs and gather requirements. They also list the need for excellent written and communication skills. In other words, MIS workers are constantly interacting with other people both inside and outside the organization. They are coming up with creative solutions to business problems. This course is designed to help students get a feel for what a career in MIS would be like. Our students report that they learn more about information systems from their internships than from their IS courses. Consequently, we designed a course that looks very much like an internship—an introduction to the field followed by a substantial project. Chapter 1 begins by introducing the information systems landscape. Here we discuss all the usual suspects: the information systems triangle, the systems development life cycle, transaction systems (ERP, SCM, CRM), collaboration systems, and business intelligence systems. Other aspects of the landscape such as usability, outsourcing, database concepts and so forth are introduced throughout chapter in Chapter 2 where they fit in naturally with the flow of the project. Chapter 2 is the substantial project which runs over a number of chapters. Over the course of the semester, students plan, build, and develop a proposal for an iPhone application. They develop a very realistic mockup. They also build a website to help market and support the app. Students are engaged because the project is fun and feels real. However, they are simultaneously learning business concepts and MIS skills. Prior to the existence of this course, we were only able to give such an interesting project at the senior level. Now, even as freshmen, students have a real experience of MIS in operation. A by product of creating an engaging course is increased enrollment in the MIS major. Even students who have never heard of MIS become excited about the major and either switch majors or add it as a double major or minor. Many other books have students study tools and then do a case. By contrast, most of this book is a case. Much like the real world, we introduce tools when needed, and only to the extent needed, to get at each part of the case.
-
Presentation
This video was recorded at 16th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD), Washington 2010. Crisis Management and Disaster Recovery have gained immense importance in the wake of recent man and nature inflicted calamities. A critical problem in a crisis situation is how to efficiently discover, collect, organize, search and disseminate real-time disaster information. In this paper, we address several key problems which inhibit better information sharing and collaboration between both private and public sector participants for disaster management and recovery. We design and implement a web based prototype implementation of a Business Continuity Information Network (BCIN) system utilizing the latest advances in data mining technologies to create a user-friendly, Internet-based, information-rich service and acting as a vital part of a company's business continuity process. Specifically, information extraction is used to integrate the input data from different sources; the content recommendation engine and the report summarization module provide users personalized and brief views of the disaster information; the community generation module develops spatial clustering techniques to help users build dynamic community in disasters. Currently, BCIN has been exercised at Miami-Dade County Emergency Management.
- Subjects:
- Computing, Data Science and Artificial Intelligence and Management
- Resource Type:
- Presentation
-
-
Presentation
This video was recorded at COIN / PlanetData Winter School on Knowledge Technologies for Complex Business Environments, Ljubljana 2011. Organized by COIN FP7 Integrated Project and PlanetData FP7 Network of Excellence, the school seeks to bring together students, scholars and researchers from industry in order to foster collaboration and interoperability with innovative services and project large-scale data management in business environments. The main topics of the winter school are: Interoperability and collaboration models and solutions, Enterprise interoperability and collaboration services, Innovative knowledge and semantically powered technologies, Knowledge process and context modelling, Pro-active knowledge tools, Large scale analytics and reasoning tools, Business cases and real case studies.
- Subjects:
- Computing, Data Science and Artificial Intelligence and Management
- Keywords:
- Big data -- Social aspects Big data
- Resource Type:
- Presentation
-
-
Presentation
This video was recorded at COIN / PlanetData Winter School on Knowledge Technologies for Complex Business Environments, Ljubljana 2011. Organized by COIN FP7 Integrated Project and PlanetData FP7 Network of Excellence, the school seeks to bring together students, scholars and researchers from industry in order to foster collaboration and interoperability with innovative services and project large-scale data management in business environments. The main topics of the winter school are: Interoperability and collaboration models and solutions, Enterprise interoperability and collaboration services, Innovative knowledge and semantically powered technologies, Knowledge process and context modelling, Pro-active knowledge tools, Large scale analytics and reasoning tools, Business cases and real case studies.
- Subjects:
- Computing, Data Science and Artificial Intelligence and Management
- Keywords:
- Application program interfaces (Computer software) Linked data
- Resource Type:
- Presentation
-
-
Presentation
This video was recorded at COIN / PlanetData Winter School on Knowledge Technologies for Complex Business Environments, Ljubljana 2011. Organized by COIN FP7 Integrated Project and PlanetData FP7 Network of Excellence, the school seeks to bring together students, scholars and researchers from industry in order to foster collaboration and interoperability with innovative services and project large-scale data management in business environments. The main topics of the winter school are: Interoperability and collaboration models and solutions, Enterprise interoperability and collaboration services, Innovative knowledge and semantically powered technologies, Knowledge process and context modelling, Pro-active knowledge tools, Large scale analytics and reasoning tools, Business cases and real case studies.
-
Presentation
This video was recorded at COIN / PlanetData Winter School on Knowledge Technologies for Complex Business Environments, Ljubljana 2011. Organized by COIN FP7 Integrated Project and PlanetData FP7 Network of Excellence, the school seeks to bring together students, scholars and researchers from industry in order to foster collaboration and interoperability with innovative services and project large-scale data management in business environments. The main topics of the winter school are: Interoperability and collaboration models and solutions, Enterprise interoperability and collaboration services, Innovative knowledge and semantically powered technologies, Knowledge process and context modelling, Pro-active knowledge tools, Large scale analytics and reasoning tools, Business cases and real case studies.
-
Presentation
This video was recorded at COIN / PlanetData Winter School on Knowledge Technologies for Complex Business Environments, Ljubljana 2011. Organized by COIN FP7 Integrated Project and PlanetData FP7 Network of Excellence, the school seeks to bring together students, scholars and researchers from industry in order to foster collaboration and interoperability with innovative services and project large-scale data management in business environments. The main topics of the winter school are: Interoperability and collaboration models and solutions, Enterprise interoperability and collaboration services, Innovative knowledge and semantically powered technologies, Knowledge process and context modelling, Pro-active knowledge tools, Large scale analytics and reasoning tools, Business cases and real case studies.