Analysis of Computer Networks Courses in Undergraduate Computer Science, Electrical Engineering and Information Science Programs

Total Page:16

File Type:pdf, Size:1020Kb

Analysis of Computer Networks Courses in Undergraduate Computer Science, Electrical Engineering and Information Science Programs Session 2158 Analysis of Computer Networks Courses in Undergraduate Computer Science, Electrical Engineering and Information Science Programs Maurice F. Aburdene, Xiannong Meng and Gregory L. Mokodean Bucknell University Abstract This paper presents an analysis of computer networks courses offered by universities and colleges in the departments of computer science, electrical engineering, or information science. The results are based on the information collected from course web sites from twenty-seven universities and colleges in computer science, electrical engineering and information science departments, primarily within the United States. The data analyzed include the course titles, course structure, textbooks used, major topics and how they are covered, projects, and laboratory exercises, if any. We found that the courses can be divided into three categories: those that cover the general topics of computer networks using some practical examples, those that specifically discuss Internet protocols, and those that work through a set of programming projects after students have had a previous network course. 1. Introduction Pervasive use of the Internet, especially the World Wide Web (the web) has made teaching computer network courses a necessity for many universities and colleges. Students take network related courses hoping to gain first-hand knowledge of how the Internet works, how the web works, how to set up an operational network and how to program the network to deliver various applications. In this paper, we summarize characteristics of computer network courses from the web sites of 27 universities and colleges, mainly from the U.S. and from two other countries. We wanted to cover a variety of schools with different structures and objectives, including both public and private, predominately undergraduate and graduate, and different regions of the US, from what was available on the web. We examined how the course is taught, what textbooks are used, which subjects and practices are covered in laboratory exercises, if any, and the topics of course projects. In general, three approaches are used to cover the main topics: bottom-up, which starts at the lowest (physical) layer of the protocol and works its way up; top-down, which starts from higher layers such as applications; and a mix of the two. Five textbooks dominate the required reading material. While most courses involve some projects, a few actually have dedicated weekly laboratory exercises. The contents of projects and laboratory exercises vary, and include: looking at the design and implementation protocols, programming actual network processors, writing client-server software in various programming languages, setting up operational network hardware and software, and experimenting with protocols using network simulation software. 9.206.1 Page “Proceedings of the 2004 American Society for Engineering Education Annual Conference & Exposition Copyright 2004, American Society for Engineering Education” We found a wealth of information about computer networks courses in this study. The analysis will help us revise our own network courses in both the electrical engineering and the computer science departments. We believe this information will be useful to our colleagues at other universities and colleges as well. There have been various surveys and studies about laboratory components of computer network courses such as 1,2,3,5,6,7,9,10,12,16,17,18 . There are also papers describing how a network course should be conducted 4, 11, 15, 20 . We have yet to find a general course survey across multiple disciplines and multiple schools such as the one we are presenting now. The paper is organized as follows: Section 2 describes how this study was conducted. Section 3 discusses how the subject of computer networks is covered, bottom-up or top-down. Section 4 reviews the textbooks used in the network courses surveyed. Section 5 examines the subject and contents of the laboratory exercises. Section 6 describes the course projects. Section 7 addresses the issue of course objectives, outcomes, and assessments. Section 8 presents some observations and concluding remarks. The Appendix lists a summary of the data used in this study. 2. Method of Study The information used in this study was collected from course web sites. The materials for each course contain at least a course description. Of the 61 web sites we visited, 27 have actual course materials such as syllabus, assignments, lecture schedules and assessment methods available on line; 42 listed their choice of textbooks, including the ones that indicate explicitly that no textbooks are used. The 61 courses come from a total of 27 different schools, all of which are from the U.S. except for one from Hong Kong and one from Australia. Most schools in our study offer network course(s) in more than one department and some offer courses at both the undergraduate and graduate levels. There are 16 different department names in the 61 courses studied, including “Electrical Engineering”, “Computer Science”, “Computer and Information Science”, and “Telecommunications and Networking”. The course names have 36 different varieties, such as “Computer Networks”, “Data Communications”, “Network Essentials”, and “Information Networks”. One caveat of this type of study is that the information is collected from the web and reflects only the facts available at the time the information was collected. Also some of the information comes from course offerings in the previous semesters or years. A summary of the data can be found in the Appendix. 3. Top-down, Bottom-up or something in between There are three different approaches to cover the network subjects among the courses we surveyed: top-down, bottom-up, and a mix of the two. These different approaches have a high correlation with the textbook chosen by the instructor. We will discuss the textbooks in detail in next section. The bottom-up approach starts from the building blocks of computer networks. Most of Page 9.206.2 Page computer science or information science programs use the physical or MAC layer access “Proceedings of the 2004 American Society for Engineering Education Annual Conference & Exposition Copyright 2004, American Society for Engineering Education” protocols as a starting point. Electrical engineering programs may discuss a bit more at the signal level. The topics then are moved up towards data link, network, transport, and application layers. The advantage of this approach is that the students will have a good understanding of the lower layers when they study the higher layers. For example, students will know how packets and frames are formed and used when studying various routing protocols at the network layer. The top-down approach starts from the application and the transport layers then works its way down to the physical layer. This has been a relatively new approach in the recent years. We believe this trend has been strongly influenced by an excellent recent textbook by Kurose and Ross 14 . The advantage of top-down approach is that the course can start with interesting and attractive applications such as World Wide Web and Instant Messenger. Students are more likely to be motivated with real world applications. The courses then proceed with how a system works by “peeling the onion”, one layer at a time. The third is a mix of bottom-up and top-down approaches. Typically, one would start with some interesting applications and then discuss various topics as needed, not necessarily in any fixed order. Of the 27 sets of actual on-line course materials we were able to get, ten used the bottom- up (or very similar) approach, seven used the top-down (or very similar) approach, and ten used some mixed approach. It is interesting to note that the seven courses using the top-down approach all use 14 as the textbook, while the majority of the ten courses using bottom-up approach use 19 . 4. Textbooks Among the course web sites we visited, 42 provided some information about the textbook selection, indicating textbooks used or stating no textbook is required. Thirteen different books are mentioned as the primary texts, with 14 and 19 each listed as the main text for ten courses. Comer’s book 8 is used by three courses, while 21 and 13 are each used by two. The remaining books are used by a single course. We now examine briefly the five textbooks used by more than one course to see the main topics covered in each of the books and how they are covered. Kurose and Ross 14 is the only main textbook that explicitly indicates that the subjects are covered using a top-down approach. After an introductory chapter, it starts with a discussion of the layers in the following order: application, transport, network, and data link. Other subjects of interest, such as multi-media network, network security and network management, follow the presentation of the basic protocol stack. According to the authors, the top-down approach has three main advantages. It places emphasis on the applications, which is a fast-growing area; the applications can be used as a motivation tool to inspire interest in the students; and it enables students to build real applications early on so that they can see the process of applications development. The book by Kurose and Ross is currently in its second edition. Peterson and Davie’s book 19 has a history dating back to 1996. The subtitle of their book, A Systems Approach reveals well the intention of the authors. It starts with lower level protocols, such as encoding, framing, and MAC protocols i.e. Ethernet and token ring. It then moves its way up to packet switching and internetworking, where routing and Internet are discussed. End- Page 9.206.3 Page to-end protocols such as UDP and TCP are then presented. The subjects of network security and “Proceedings of the 2004 American Society for Engineering Education Annual Conference & Exposition Copyright 2004, American Society for Engineering Education” applications are presented last.
Recommended publications
  • The Security and Management of Computer Network Database In
    The Security and Management of Computer Network Database in Coal Quality Detection Jianhua SHI1, a, Jinhong SUN2 1Guizhou Agency of Quality Supervision and Inspection of Coal Product,Liupanshui city 553001,China [email protected] Keywords: Computer Network Database; Database Security; Coal Quality Detection Abstract. This paper research the results of quality management information system at home and abroad, through the analysis of the domestic coal enterprises coal quality management links and management information system development present situation and existing problems, combining with related theory and system development method of management information system, and according to the coal mining enterprises of computer network security and management, analysis and design of database, and the implementation steps and the implementation of the coal quality management information system of the problem are given their own countermeasure and the suggestion, try to solve demand for management information system of coal enterprise management level, thus improve the coal quality management level and economic benefit of coal enterprise. Introduction With the improvement of China's coal mining mechanization degree and the increase of mining depth, coal quality is on the decline as a whole. At the same time, the user of coal product utilization way more and more widely, use more and more diversified, more and higher to the requirement of coal quality. In coal quality issue, therefore, countless contradictions increasingly acute, the gap of
    [Show full text]
  • LAB MANUAL for Computer Network
    LAB MANUAL for Computer Network CSE-310 F Computer Network Lab L T P - - 3 Class Work : 25 Marks Exam : 25 MARKS Total : 50 Marks This course provides students with hands on training regarding the design, troubleshooting, modeling and evaluation of computer networks. In this course, students are going to experiment in a real test-bed networking environment, and learn about network design and troubleshooting topics and tools such as: network addressing, Address Resolution Protocol (ARP), basic troubleshooting tools (e.g. ping, ICMP), IP routing (e,g, RIP), route discovery (e.g. traceroute), TCP and UDP, IP fragmentation and many others. Student will also be introduced to the network modeling and simulation, and they will have the opportunity to build some simple networking models using the tool and perform simulations that will help them evaluate their design approaches and expected network performance. S.No Experiment 1 Study of different types of Network cables and Practically implement the cross-wired cable and straight through cable using clamping tool. 2 Study of Network Devices in Detail. 3 Study of network IP. 4 Connect the computers in Local Area Network. 5 Study of basic network command and Network configuration commands. 6 Configure a Network topology using packet tracer software. 7 Configure a Network topology using packet tracer software. 8 Configure a Network using Distance Vector Routing protocol. 9 Configure Network using Link State Vector Routing protocol. Hardware and Software Requirement Hardware Requirement RJ-45 connector, Climping Tool, Twisted pair Cable Software Requirement Command Prompt And Packet Tracer. EXPERIMENT-1 Aim: Study of different types of Network cables and Practically implement the cross-wired cable and straight through cable using clamping tool.
    [Show full text]
  • Applied Combinatorics 2017 Edition
    Keller Trotter Applied Combinatorics 2017 Edition 2017 Edition Mitchel T. Keller William T. Trotter Applied Combinatorics Applied Combinatorics Mitchel T. Keller Washington and Lee University Lexington, Virginia William T. Trotter Georgia Institute of Technology Atlanta, Georgia 2017 Edition Edition: 2017 Edition Website: http://rellek.net/appcomb/ © 2006–2017 Mitchel T. Keller, William T. Trotter This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 Interna- tional License. To view a copy of this license, visit http://creativecommons.org/licenses/ by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Summary of Contents About the Authors ix Acknowledgements xi Preface xiii Preface to 2017 Edition xv Preface to 2016 Edition xvii Prologue 1 1 An Introduction to Combinatorics 3 2 Strings, Sets, and Binomial Coefficients 17 3 Induction 39 4 Combinatorial Basics 59 5 Graph Theory 69 6 Partially Ordered Sets 113 7 Inclusion-Exclusion 141 8 Generating Functions 157 9 Recurrence Equations 183 10 Probability 213 11 Applying Probability to Combinatorics 229 12 Graph Algorithms 239 vii SUMMARY OF CONTENTS 13 Network Flows 259 14 Combinatorial Applications of Network Flows 279 15 Pólya’s Enumeration Theorem 291 16 The Many Faces of Combinatorics 315 A Epilogue 331 B Background Material for Combinatorics 333 C List of Notation 361 Index 363 viii About the Authors About William T. Trotter William T. Trotter is a Professor in the School of Mathematics at Georgia Tech. He was first exposed to combinatorial mathematics through the 1971 Bowdoin Combi- natorics Conference which featured an array of superstars of that era, including Gian Carlo Rota, Paul Erdős, Marshall Hall, Herb Ryzer, Herb Wilf, William Tutte, Ron Gra- ham, Daniel Kleitman and Ray Fulkerson.
    [Show full text]
  • Steps Toward a National Research Telecommunications Network
    Steps Toward a National Research Telecommunications Network Gordon Bell Introduction Modern science depends on rapid communica- In response to provisions in Public Law tions and information exchange. Today, many major 99-383, which was passed 21 June 1986 by national and international networks exist using the 99th Congress, an inter-agency group some form of packet switching to interconnect under the auspices of the Federal Coordin- host computers. State and regional networks are ating Council for Science, Engineering, and proliferating. NSFNET, an "internet" designed initially Technology (FCCSET) for Computer Research to improve access to supercomputer centers, has and Applications was formed to study the in the space of two years, forged links among 17 following issues: the networking needs of state, regional, and federal agency networks. the nation's academic and federal research In the early 1980s, the lack of access to super- computer programs, including supercomputer computing power by the research community caused programs, over the next 15 years, addressing the formation of the NSF Office of Advanced Sci- requirements in terms of volume of data, entific Computing, which funded five centers for reliability of transmission, software supercomputers. Given the highly distributed loca- compatibility, graphics capabilities, and tion of users, the need for a national wide area transmission security; the benefits and network for computer access and for the inter- opportunities that an improved computer change of associated scientific information (such network would offer for electronic mail, as mail, files, databases) became clear. file transfer, and remote access and com- Further, it immediately became obvious that munications; and the networking options existing agency networks both lacked the inherent available for linking academic and research capacity and were overloaded.
    [Show full text]
  • Components of a Computer Network
    CS 536 Park Introduction What is a computer network? Components of a computer network: • hosts (PCs, laptops, handhelds) • routers & switches (IP router, Ethernet switch) • links (wired, wireless) • protocols (IP, TCP, CSMA/CD, CSMA/CA) • applications (network services) • humans and service agents Hosts, routers & links form the hardware side. Protocols & applications form the software side. Protocols can be viewed as the “glue” that binds every- thing else together. CS 536 Park A physical network: CS 536 Park Protocol example: low to high • NIC (network interface card): hardware → e.g., Ethernet card, WLAN card • device driver: part of OS • ARP, RARP: OS • IP: OS • TCP, UDP: OS • OSPF, BGP, HTTP: application • web browser, ssh: application −→ multi-layered glue What is the role of protocols? −→ facilitate communication or networking CS 536 Park Simplest instance of networking problem: Given two hosts A, B interconnected by some net- work N, facilitate communication of information between A & B. A N B Information abstraction • representation as objects (e.g., files) • bytes & bits → digital form • signals over physical media (e.g., electromagnetic waves) → analog form CS 536 Park Minimal functionality required of A, B • encoding of information • decoding of information −→ data representation & a form of translation Additional functionalities may be required depending on properties of network N • information corruption → 10−9 for fiber optic cable → 10−3 or higher for wireless • information loss: packet drop • information delay: like toll
    [Show full text]
  • Introduction to Bioinformatics (Elective) – SBB1609
    SCHOOL OF BIO AND CHEMICAL ENGINEERING DEPARTMENT OF BIOTECHNOLOGY Unit 1 – Introduction to Bioinformatics (Elective) – SBB1609 1 I HISTORY OF BIOINFORMATICS Bioinformatics is an interdisciplinary field that develops methods and software tools for understanding biologicaldata. As an interdisciplinary field of science, bioinformatics combines computer science, statistics, mathematics, and engineering to analyze and interpret biological data. Bioinformatics has been used for in silico analyses of biological queries using mathematical and statistical techniques. Bioinformatics derives knowledge from computer analysis of biological data. These can consist of the information stored in the genetic code, but also experimental results from various sources, patient statistics, and scientific literature. Research in bioinformatics includes method development for storage, retrieval, and analysis of the data. Bioinformatics is a rapidly developing branch of biology and is highly interdisciplinary, using techniques and concepts from informatics, statistics, mathematics, chemistry, biochemistry, physics, and linguistics. It has many practical applications in different areas of biology and medicine. Bioinformatics: Research, development, or application of computational tools and approaches for expanding the use of biological, medical, behavioral or health data, including those to acquire, store, organize, archive, analyze, or visualize such data. Computational Biology: The development and application of data-analytical and theoretical methods, mathematical modeling and computational simulation techniques to the study of biological, behavioral, and social systems. "Classical" bioinformatics: "The mathematical, statistical and computing methods that aim to solve biological problems using DNA and amino acid sequences and related information.” The National Center for Biotechnology Information (NCBI 2001) defines bioinformatics as: "Bioinformatics is the field of science in which biology, computer science, and information technology merge into a single discipline.
    [Show full text]
  • Application of Bioinformatics Methods to Recognition of Network Threats
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE Paper Application of bioinformatics methods to recognition of network threats Adam Kozakiewicz, Anna Felkner, Piotr Kijewski, and Tomasz Jordan Kruk Abstract— Bioinformatics is a large group of methods used in of strings cacdbd and cawxb, character c is mismatched biology, mostly for analysis of gene sequences. The algorithms with w, both d’s and the x are opposite spaces, and all developed for this task have recently found a new application other characters are in matches. in network threat detection. This paper is an introduction to this area of research, presenting a survey of bioinformatics Definition 2 (from [2]) : A global multiple alignment of methods applied to this task, outlining the individual tasks k > 2 strings S = S1,S2,...,Sk is a natural generalization and methods used to solve them. It is argued that the early of alignment for two strings. Chosen spaces are inserted conclusion that such methods are ineffective against polymor- into (or at either end of) each of the k strings so that the re- phic attacks is in fact too pessimistic. sulting strings have the same length, defined to be l. Then Keywords— network threat analysis, sequence alignment, edit the strings are arrayed in k rows of l columns each, so distance, bioinformatics. that each character and space of each string is in a unique column. Alignment is necessary, since evolutionary processes intro- 1. Introduction duce mutations in the DNA and biologists do not know, whether nth symbol in one sequence indeed corresponds to When biologists discover a new gene, its function is not al- the nth symbol of the other sequence – a shift is probable.
    [Show full text]
  • INTRODUCTION E-Commerce Is a Technology-Mediated Exchange
    INTRODUCTION E-commerce is a technology-mediated exchange between parties (individuals or organizations) as well as the electronically based intra-or inter- organizational activities that facilitate such exchanges. It is the business option in which the transactions take place via telecommunications networks. It changes the way you shop, learn, interact and transact business; this wave of emerging technology affects every facet of your lifestyle, home as well as your workplace. E-commerce is directly or indirectly applicable in all areas of our life be it banking, entertainment, on line orders processing cycle or SCM (Supply Chain Management). Due to its wide variety of applications e-commerce has gained a lot of popularity over the decade. It has drawn the attention of researchers regarding the new technologies and resolving the security issues regarding the electronic transactions. Fig 1.1 Different Application areas of E-Commerce E-commerce has been defined broadly as the business transactions of business over the achieving greater efficiencies within their organization using information technology, the last half of this decade is seeing a new wave of increased efficiencies by extending the information technology to the Web, both to the trading partners, as well as to end consumers. While efficiencies lead to increased profitability, the Web offers other advantages, such as a greater reach, short-term relationships, one-to-one marketing, re-intermediation, disintermediation etc. which are either difficult, or impossible to do in the traditional physical economy. Obviously, electronic commerce will first pass through the phase of “electronification” of current trading practices, and only later evolve into something radically different from its physical counterpart.
    [Show full text]
  • Application of Bioinformatics Methods to Recognition of Network Threats
    Paper Application of bioinformatics methods to recognition of network threats Adam Kozakiewicz, Anna Felkner, Piotr Kijewski, and Tomasz Jordan Kruk Abstract— Bioinformatics is a large group of methods used in of strings cacdbd and cawxb, character c is mismatched biology, mostly for analysis of gene sequences. The algorithms with w, both d’s and the x are opposite spaces, and all developed for this task have recently found a new application other characters are in matches. in network threat detection. This paper is an introduction to this area of research, presenting a survey of bioinformatics Definition 2 (from [2]) : A global multiple alignment of methods applied to this task, outlining the individual tasks k > 2 strings S = S1,S2,...,Sk is a natural generalization and methods used to solve them. It is argued that the early of alignment for two strings. Chosen spaces are inserted conclusion that such methods are ineffective against polymor- into (or at either end of) each of the k strings so that the re- phic attacks is in fact too pessimistic. sulting strings have the same length, defined to be l. Then Keywords— network threat analysis, sequence alignment, edit the strings are arrayed in k rows of l columns each, so distance, bioinformatics. that each character and space of each string is in a unique column. Alignment is necessary, since evolutionary processes intro- 1. Introduction duce mutations in the DNA and biologists do not know, whether nth symbol in one sequence indeed corresponds to When biologists discover a new gene, its function is not al- the nth symbol of the other sequence – a shift is probable.
    [Show full text]
  • An Overview of the Netware Operating System
    An Overview of the NetWare Operating System Drew Major Greg Minshall Kyle Powell Novell, Inc. Abstract The NetWare operating system is designed specifically to provide service to clients over a computer network. This design has resulted in a system that differs in several respects from more general-purpose operating systems. In addition to highlighting the design decisions that have led to these differences, this paper provides an overview of the NetWare operating system, with a detailed description of its kernel and its software-based approach to fault tolerance. 1. Introduction The NetWare operating system (NetWare OS) was originally designed in 1982-83 and has had a number of major changes over the intervening ten years, including converting the system from a Motorola 68000-based system to one based on the Intel 80x86 architecture. The most recent re-write of the NetWare OS, which occurred four years ago, resulted in an “open” system, in the sense of one in which independently developed programs could run. Major enhancements have occurred over the past two years, including the addition of an X.500-like directory system for the identification, location, and authentication of users and services. The philosophy has been to start as with as simple a design as possible and try to make it simpler as we gain experience and understand the problems better. The NetWare OS provides a reasonably complete runtime environment for programs ranging from multiprotocol routers to file servers to database servers to utility programs, and so forth. Because of the design tradeoffs made in the NetWare OS and the constraints those tradeoffs impose on the structure of programs developed to run on top of it, the NetWare OS is not suited to all applications.
    [Show full text]
  • Mathematical Foundations of Computer Networking the Addison-Wesley Professional Computing Series
    Mathematical Foundations of Computer Networking The Addison-Wesley Professional Computing Series Visit informit.com/series/professionalcomputing for a complete list of available publications. The Addison-Wesley Professional Computing Series was created in 1990 to provide serious programmers and networking professionals with well-written and practical reference books. There are few places to turn for accurate and authoritative books on current and cutting-edge technology. We hope that our books will help you understand the state of the art in programming languages, operating systems, and networks. Consulting Editor Brian W. Kernighan Make sure to connect with us! informit.com/socialconnect Mathematical Foundations of Computer Networking Srinivasan Keshav Upper Saddle River, NJ • Boston • Indianapolis • San Francisco New York • Toronto • Montreal • London • Munich • Paris • Madrid Capetown • Sydney • Tokyo • Singapore • Mexico City Many of the designations used by manufacturers and sellers to distin- Editor-in-Chief guish their products are claimed as trademarks. Where those designa- Mark L. Taub tions appear in this book, and the publisher was aware of a trademark Senior Acquisitions Editor claim, the designations have been printed with initial capital letters or in Trina MacDonald all capitals. Managing Editor The author and publisher have taken care in the preparation of this book, John Fuller but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for inciden- Full-Service Production tal or consequential damages in connection with or arising out of the use Manager of the information or programs contained herein. Julie B. Nahil The publisher offers excellent discounts on this book when ordered in Copy Editor quantity for bulk purchases or special sales, which may include electronic Evelyn Pyle versions and/or custom covers and content particular to your business, Indexer training goals, marketing focus, and branding interests.
    [Show full text]
  • Computer Networks As Human System Interface
    +6, 5]HV]RZ3RODQG0D\ Computer Networks as Human System Interface Nam Pham1, Bogdan M. Wilamowski2, A. Malinowski3 1 2Electrical and Computer Engineering, Auburn University, Alabama, USA 3Electrical and Computer Engineering, Bradley University, Peoria Illinois, USA [email protected] [email protected] [email protected] years, network software has also evolved and many Abstract – With the dramatic increase of network technologies have been tried and applied to network bandwidth and decrease of network latency and because of software development [6]. Computer networks have been development of new network programming technologies, the changing the philosophy of not only the engineering view dynamic websites provide dynamic interaction to the end user and at the same time implement asynchronous client-server but also the business view as well. Nowadays, many communication in the background. Many applications are companies rely on computer systems and networks for being deployed through the computer and are becoming more functions such as order entry, order processing, customer popular and are effective means in computing and simulation. support, supply chain management, and employee Running software over the Internet introduced in this paper is administration, etc. Therefore, reliability and availability of one of the applications of computer networks which enhance such systems and networks are becoming critical factors of interaction between human and CAD tools while computer networks are used as a human system interface. Instead of the the present-day enterprises or institutions [7]. The required design, software must be installed and license improvement of network security, network speed, etc opens purchased for each computer where software is used, now the possibility for new kinds of applications.
    [Show full text]