Basic Computer Networks Configurations

Slides:



Advertisements
Similar presentations
Networks & Components Discuss the components required for successful communications Explain the purpose of communications software Identify various sending.
Advertisements

Information Technology Foundations-BIT 112 TECHNOLOGY GUIDE FOUR Basics of Telecommunications and Networks.
Chapter 6 Telecommunications & Networks.
Networks Adapting Computers to Telecommunications Media.
Local Area Networks Outline –Basic Components of a LAN –Network Architectures –Topologies and LAN Technologies –Selecting a LAN –Improving LAN Performance.
Mgt 20600: IT Management & Applications Telecommuncations and Networks Tuesday March 28, 2006.
مقدمة في تقنية المعلومات د. محمد البرواني. مقدمة عن الشبكات مقدمة عن الشبكات.
Introduction to Networking & Telecommunications School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 1, Tuesday 1/9/2007)
Basic Computer Networks Configurations (cont.) School of Business Eastern Illinois University © Abdou Illia, Spring 2006 Week 2, Thursday 1/19/2006)
Review for Exam 3 School of Business Eastern Illinois University © Abdou Illia, Fall 2004.
Basic Computer Networks Configurations School of Business Eastern Illinois University © Abdou Illia, Spring 2007 Week 1, Thursday 1/10/2007)
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
11 Networks The Great Information Exchange. 2 Networking Fundamentals Computer network: Two or more computers connected together Each is a Node Benefits.
Distributed Systems: Client/Server Computing
Introduction to Networking & Telecommunications School of Business Eastern Illinois University © Abdou Illia, Spring 2015 (January 14, 2015)
1 Lecture 6: Networking J. S. Chou, P.E., Ph.D. National Chung Cheng University.
{ Networking High School Computer Application. What is a network? A system containing any combination of computers, computer terminals, printers, audio.
System Architecture & Hardware Configurations Dr. D. Bilal IS 592 Spring 2005.
Communications & Networks
Your Interactive Guide to the Digital World Discovering Computers 2012.
Distributed Processing Terminal-Host Systems File Server Program Access Client Server Processing.
Chapter 1 An Introduction to Networking
Networks A network is a collection of computers and devices connected together via communications devices and transmission media Advantages of a network.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco PublicNew CCNA Jianxin Tang IT 1 V4.0 Ch8. Fundamental Networks.
Transfer of data in ICT systems This section covers: Elements of a network Characteristics of a network Communication of data and use of communication.
Networks and Networking Chapter 4 Copyright Prentice-Hall, Inc
Networked Information Systems 1 Advantages of and classified by their size & architecture or design.
Chapter 7 Networking: Computer Connections. Networks n Network - a computer system that uses communications equipment to connect two or more computers.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
Living Online Module Lesson 23 — Networks and Telecommunication
Network Environments. Communications Networks LAN – Local Area Network Collection of Computers and peripherals with a common connection in one building.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
How computer’s are linked together.
Communication & Information Systems. ICT5 Centralised processing systems Large central mainframe the norm into the seventies All processing carried out.
Basic Computer Networks Configurations School of Business Eastern Illinois University © Abdou Illia, Fall 2009 (August 27th, 2009)
1 NETWORKING TECHNOLOGIES BUS Abdou Illia, Fall 2012 (October 15, 2012)
Networking Classification A network is two or more computers that are connected 1 There size 2 Their Servers.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
Agenda Last class: Digitization Today: Network Hardware Typing
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Lesson 7 Networks Unit 1—Computer Basics. Computer Concepts BASICS - 2 Objectives Describe the benefits and disadvantages of networks. List and describe.
System Architecture & Hardware Configurations Dr. D. Bilal IS 582 Spring 2008.
2.2 Interfacing Computers MR JOSEPH TAN CHOO KEE TUESDAY 1330 TO 1530
Network and Server Basics. Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server network.
NETWORK AND COMMUNICATIONS
Networks and Networking
Chapter Objectives In this chapter, you will learn:
Section 2.1 Section 2.2 Identify hardware
NETWORK Unit 1 Module: 2 Objective: 7.
Computers: Tools for an Information Age
System Architecture & Hardware Configurations
Components of a network
Introduction to Networking & Telecommunications
Communications and Networks Chapter 9 McGraw-Hill/Irwin
System Architecture & Hardware Configurations
NETWORKING TECHNOLOGIES
#01 Client/Server Computing
Computer Basics Section 2.1 YOU WILL LEARN TO… Identify hardware
Networks, telecommunications
الوحدة الثالثة الاتصالات و شبكات الحاسوب
Comparison of LAN, MAN, WAN
An Introduction to Computer Networking
Network Models, Hardware, Protocols and number systems
Peer-to-Peer (p2p) Systems
NETWORK Unit 1 Module: 2 Objective: 7.
Network+ Guide to Networks, Fourth Edition
NETWORK Unit 1 Module: 2 Objective: 7.
Networks, telecommunications
Presented by: Faisal Mohamed & Mohamed Dabour
Presentation transcript:

Basic Computer Networks Configurations School of Business Eastern Illinois University Basic Computer Networks Configurations (August 31, 2016) © Abdou Illia, Fall 2016

Learning Objectives Outline Basic network configurations Name kinds of applications that might use each Configuration

Network Configurations? Ways of organizing data processing Where to do processing Decision on “which configuration” depends on: Available equipment Applications Many Basic configurations

Basic configurations Terminal to mainframe computer Microcomputer to mainframe computer Microcomputer to local area network Microcomputer to Internet Local area network to local area network

Basic configurations Local area network to wide area network Wide Area network to Wide Area network Sensor to local area network Satellite and microwave Wireless telephone

Terminal-to-mainframe configuration Created in the 1960s Mainframe does all the processing Terminals are dumb--only a remote screen and keyboard Created in the 1960s, when microprocessors for terminal intelligence did not exist Use in decrease (Legacy Systems) Telephone Network modem modem Terminals Mainframe

Terminal-to-mainframe configuration Usually, Mainframe Optimized for business uses--file access speed is more crucial than mathematical processing Terminals used for: Entering data into system Displaying results from the Mainframe Configuration used for: Inquiry/Response applications Interactive applications Examples: Airline reservation, Motor Vehicle licensing

Terminal-to-mainframe configuration Mainframe controls: Sending data to the terminals Receiving data from the terminals Require special types of protocols Transmission at relatively slow speed (e.g. 9600 bps)

Microcomputer-to-mainframe configuration Began to emerge in the early 1980s Usually: Mainframes store databases Microcomputers perform operations on downloaded data File Server Program Access is used (see next) for processing Client/Server processing could also be used (see next) Can be used as a Terminal-to-Mainframe (w. Terminal-emulation cards) Example: Business employees accessing corporate database Data are downloaded to Microcomputer. Executed There Uploaded to Mainframe Microcomputer Mainframe

Microcomputer-to-LAN configuration

Microcomputer-to-LAN configuration Client/Server processing system = one of the most common processing techniques used.

Client/Server Processing Division of Labor Client program handles lighter work, such as user interface chores and light processing chores Server program handles heavy work, such as database retrieval Server Program Client Program Client Machine Server

File Server Program Access File Server Program Access is another Common Way to Execute Programs in Networks with Microcomputer-to-LAN configurations Program files and Data files are stored on a file server before execution Stored on the File Server Client PC File Server

File Server Program Access For execution, Program and data files are downloaded (copied) to the Client PC Processing on the client PC, not on the file server File server merely stores programs and data files Downloaded to Client PC, Executed There Client PC File Server

File Server Program Access PC processing power limits FSPA programs Client PCs do not get very large Only programs small enough to operate on limited client PCs can be used Executed on the Client PC Client PC File Server

Comparing FSPA, Client/Server, and Terminal-to-mainframe File Server Program Access Client/Server Processing Terminal–to-mainframe Location of processing Client PC (not on the file server) Client computer and Server (2 programs) Mainframe (terminals are dumb) Graphics Very good because of local processing in client PC Poor because rich graphics would require expensive high-speed network traffic. Response Times Very good because of local processing on client PC Very good because of local process in client PC, although some server delay. Poor because mainframes often are overloaded. Scalability Low: Client PCs do not get very large. High: Upgrade the server. Very high: Mainframes get very large

Comparing Distributed Processing Alternatives (Continued) File Server Program Access Client/Server Processing Terminal–to-mainframe Platform independent? No. For PCs only Yes. Client and server machines may be of any platform type. The two machines may be of different platform types No. For terminals and mainframes only

Summary Questions What kind of application might use: (a) a terminal-to-mainframe configuration, (b) a microcomputer-to-mainframe configuration, (c) client/server processing ? Distinguish among Terminal–to-mainframe, File Server Program Access, and Client/Server processing in terms of where processing is done

Summary Questions (cont.) Which of the following may involve using a Terminal-to-Mainframe configuration? You are surfing the Web at home using a dial-up connection to the Internet You are downloading files located on a computer in your organization’s LAN using your laptop computer from home. The airline company clerk is booking for a flight ticket for a customer.

Summary Questions (cont.) Which of the following processing techniques is commonly used in schools’ LANs to provide software programs to students in computer labs? Client/server processing File Server Program Access

Other slides

Client/Server processing Client PC Client PC Client PC Client PC Client PC Server Does Heavy Processing Work: database retrieval, central security, etc. Client PCs do lighter work: creating requests, displaying responses

Peer-to-Peer (P2P) network configuration Request Client PC Client PC Response Request Response No dedicated server: PCs are equal, i.e. peers Any computer can be client and server

P2P Applications Direct service, although some P2P systems use facilitating servers for some of the work Peer Peer Peer Peer Peer Peer

P2P network configuration w/ facilitating server File List Index Server 1. Uploads List of Available Files When Connects List of Available Files From All Current Clients 2. Search Query 3. Response 4. P2P file Download Client PC Client PC Client PC Napster-like P2P file sharing

Microcomputer-to-Internet configuration Accessing the Internet using A modem and a dial-up telephone service ISDN (Integrated Services Digital Network) DSL (Digital Subscriber Line) Cable Modems Internet only “talk” TCP/IP Microcomputers need to use Software that support TCP/IP

Microcomputer-to-Internet configuration

Microcomputer-to-Internet configuration ISDN

Microcomputer-to-Internet configuration DSL

Microcomputer-to-Internet configuration Cable Modem

LAN-to-LAN configuration Using bridges to connect distinct LANs Connecting LANs make it possible to share software and peripherals among LANs Examples: Schools or Businesses with multiple LANs

LAN-to-WAN configuration Using routers to connect LANs to WANs Routers more elaborate devices compared to bridges More computing capabilities needed to convert data from a LAN into data bound for a WAN Examples: School or Business connecting to Internet or external database service