TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY

Size: px
Start display at page:

Download "TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY"

Transcription

1 TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY Lecture 18 TIM 50 Autumn 2012 Tuesday November 27, 2012

2 Announcement 1. The grades for every assignment will be given in ecommons. 2. It's important to check webpage to get the latest information and assignments changes. Final Exam 1 st Choice December 7, Friday 2 nd Choice December 10, Monday Format is same as Midterm Covering Up to Midterm 25 % After Midterm 75+ %

3 Review Foundation of business Intelligence Division Oriented Paper File Systems Manual Processing Data redundancy: Data inconsistency: Program data dependence: Lack of flexibility Poor security Lack of data sharing and availability Data Base Systems Relational DB Object Oriented DB DBMS Data Control Data Integrity Data Base System Information Management File Management System File Processing Procedure Data Base Systems DBMS,SQL Intelligence from Collection of Data Information Management Business Applications Data Integrity Control Business Data Maintenances System Inefficiencies Longer Business Cycle No Firm wise Information or Data Access No Data Security No Decision son Integrated Data and inform High Business Process Expenditure Less Redundancy Data Integrity Efficiency Data Confidentiality Data Where house, mart Data Mining DSS, BI

4 Introduction of Data Processing System Database collection of persistent data from business divisions Database Management System (DBMS) software system that supports creation, population, and querying of a database

5 The Database Approach to Data Management Database Serves many business applications by centralizing data and controlling redundant data across division boundaries Database management system (DBMS) Interfaces between applications and physical data files Separates logical and physical views of data Solves problems of traditional file environment Controls redundancy Eliminates inconsistency Uncouples programs and data Enables organization to centrally manage data and data security

6 Advantages of databases Less redundancy Avoidance of Inconsistency Efficiency Data integrity Confidentiality 14.6

7 Evolution of Database Technologies

8 Evolution of database systems 2000 and beyond multi tier, client server, Distributed environments, Web based, Content addressable storage, data mining

9 DATA BASE MODEL OVERVIEW ER Model Hierarchical Model Network Model Relational Model Object Oriented Model(s)

10 Relational Data Model: summary C a r d i n a l i t y Relation as table Rows = tuples Columns = components Names of columns = attributes Relation name + set of attribute names= schema REL (A 1,A 2,...,A n ) A 1 A 2 A 3... A n a 1 a 2 a 3 a n b 1 b 2 a 3 c n a 1. c 2 b 3 b n.. x 1 v 2 d 3 w n Arity Attributes Tuple Component Set theoretic Domain set of values like a data type Cartesian product (or product) D1 D2... Dn n tuples (V1,V2,...,Vn) s.t., V1 D1, V2 D2,...,Vn Dn Relation=subset of cartesian product of one or more domains FINITE only; empty set allowed Tuples = members of a relation inst. Arity = number of domains Components = values in a tuple Domains corresp. with attributes Cardinality = number of tuples

11 Advantages of OODBS Designer can specify the structure of objects and their behavior (methods) Multimedia Contents Better interaction with object oriented languages such as Java and C++ Definition of complex and user defined types Encapsulation of operations and user defined methods

12

13

14 Database management system (DBMS) A specific type of software for creating, storing, organizing, and accessing data from a database Separates the logical and physical views of the data Logical view: how end users view data Physical view: how data are actually structured and organized Examples of DBMS: Microsoft Access, DB2, Oracle Database, Microsoft SQL Server, MYSQL

15 Capabilities of Database Management Systems Data definition capability: Specifies structure of database content, used to create tables and define characteristics of fields Data dictionary: Automated or manual file storing definitions of data elements and their characteristics Data manipulation language(dml): Used to add, change, delete, retrieve data from database

16 Meta data Data that describes the properties or characteristics of other data Does not include sample data Allows database designers and users to understand the meaning of the data

17 Structured Query Language (SQL) Microsoft Access user tools for generation SQL Many DBMS have report generation capabilities for creating polished reports (Crystal Reports) Each database will have a set of schemas associated with a catalog. Schema = the structure that contains descriptions of objects created by a user (base tables, views, constraints)

18 DATABASE DESIGN The design of any database is a lengthy and involved task that can only be done through a step-by-step process. The first step normally involves interviewing potential users of the database. The second step is to build an entity-relationship model (ERM) that defines the entities, the attributes of those entities and the relationship between those entities.

19 Designing Databases Conceptual (logical) design: Abstract model from business perspective Physical design: How database is arranged on direct access storage devices Design process identifies Relationships among data elements, redundant database elements Most efficient way to group data elements to meet business requirements, needs of application programs Normalization Streamlining complex groupings of data to minimize redundant data elements and awkward many to many relationships

20 AN UNNORMALIZED RELATION FOR ORDER Example An unnormalized relation contains repeating groups. For example, there can be many parts and suppliers for each order. There is only a one to one correspondence between Order_Number and Order_Date.

21 NORMALIZED TABLES CREATED FROM ORDER An unnormalized relation contains repeating groups. For example, there can be many parts and suppliers for each order. There is only a one to one correspondence between Order_Number and Order_Date.

22 Entity relationship diagram Used by database designers to document the data model Illustrates relationships between entities 1:1, 1:N, N:M Relation Diagram

23 Using Databases to Improve Business Performance and Decision Making Very large databases and systems require special capabilities, tools To analyze large quantities of data To access data from multiple systems Three key techniques 1.Data warehousing 2.Data mining 3.Tools for accessing internal databases through the Web

24 DATA WAREHOUSES AND DATA MINING Data warehouses support OLAP and decision making Data warehouses do not support OLTP Data mining tools are the tools you use to work with a data warehouse DBMS software = database Data mining tools = data warehouse 3 24

25 What Is a Data Warehouse? Data warehouse logical collection of information gathered from operational databases used to create business intelligence that supports business analysis activities and decision making tasks 3 25

26 The Database Approach to Data Management MULTIDIMENSIONAL DATA MODEL The view that is showing is product versus region. If you rotate the cube 90 degrees, the face that will show is product versus actual and projected sales. If you rotate the cube 90 degrees again, you will see region versus actual and projected sales. Other views are possible.

27 Functions Online transaction processing (OLTP) the gathering of input information, processing that information, and updating existing information to reflect the gathered and processed information Databases support OLTP Operational database databases that support OLTP 3 27

28 Functions Online analytical processing (OLAP) the manipulation of information to support decision making Databases can support some OLAP Data warehouses only support OLAP, not OLTP Why? Data warehouses are special forms of databases that support decision making 3 28

29 Data Marts Data warehouses can support all of an organization s information Data marts have subsets of an organizationwide data warehouse Data mart subset of a data warehouse in which only a focused portion of the data warehouse information is kept 3 29

30

31 Object in Business Information Systems Business Intelligence(BI): Tools for consolidating, analyzing, and providing access to vast amounts of data to help users make better business decisions E.g., Harrah s Entertainment analyzes customers to develop gambling profiles and identify most profitable customers Principle tools include: Software for database query and reporting Online analytical processing (OLAP) Data mining

32 More definition

33

34 Predictive analysis in Data Mining; Uses data mining techniques, historical data, and assumptions about future conditions to predict outcomes of events E.g., Probability a customer will respond to an offer

35 Information Vs. Intelligence Analysis, Prediction, Decision Data 3 35

36 What Are Data Mining Tools? Data mining tools software tools that you use to query information in a data warehouse Query and reporting tools Intelligence agents Multidimensional analysis tools Statistical tools 3 36

37 3 37 What Are Data Mining Tools?

38 Converging Disciplines 9 38 Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

39 The EAI Approach Enterprise application integration (EAI) is the use of software and computer systems architectural principles to integrate a set of enterprise computer applications ERP Legacy Application Middleware Legacy Application SCM Database 2 Database 1 Gabriele Piccoli SCM: Supply Chain Management ERP: Enterprise Resource Planning

40 Gabriele Piccoli CRM Infrastructure

41

42 DSS Components Data Management Subsystem DSS database DBMS Data directory Query facility

43 A Web Based DSS Architecture

44 Expert Systems vs. DSS Expert System Inject expert knowledge in to a computer system. Automate decision making. The decision environments have structure The alternatives and goals are often established in advance. The expert system can eventually replace the human decision maker. Decision Support System Extract or gain knowledge from a computer system Facilitates decision making Unstructured environment Alternatives may not be fully realized yet Use goals and the system data to establish alternatives and outcomes, so a good decision can be made

45 Webs, Documents are Data Where House Too

46 WHAT CAN BUSINESSES LEARN FROM TEXT MINING? Text mining Extracts key elements from large unstructured data sets (e.g., stored e mails) What challenges does the increase in unstructured data present for businesses? How does text mining improve decision making? What kinds of companies are most likely to benefit from text mining software? In what ways could text mining potentially lead to the erosion of personal information privacy?

47 Web mining Discovery and analysis of useful patterns and information from WWW E.g., to understand customer behavior, evaluate effectiveness of Web site, etc. Web content mining Knowledge extracted from content of Web pages Web structure mining E.g., links to and from Web page Web usage mining User interaction data recorded by Web server

48 Databases and the Web Many companies use Web to make some internal databases available to customers or partners Typical configuration includes: Web server Application server/middleware/cgi scripts Database server (hosting DBM) Advantages of using Web for database access: Ease of use of browser software Web interface requires few or no changes to database Inexpensive to add Web interface to system

49 Firms use the Web to make information from their internal databases available to customers and partners Middleware and other software make this possible Database servers CGI(Computer Gateway Interface) Web interfaces provide familiarity to users and savings over redesigning and rebuilding legacy systems

50 LINKING INTERNAL DATABASES TO THE WEB Users access an organization s internal database through the Web using their desktop PCs and Web browser software.

51 Managing Data Resources Establishing an information policy Firm s rules, procedures, roles for sharing, managing, standardizing data Data administration: Firm function responsible for specific policies and procedures to manage data Data governance: Policies and processes for managing availability, usability, integrity, and security of enterprise data, especially as it relates to government regulations Database administration: Defining, organizing, implementing, maintaining database; performed by database design and management group

52 Nature and Quality of Data Basic : True Data Good: Many(File, Record) Better : Organized(Database, Data Where house) Best : Analysis, Intelligence( Data mining, Intelligence)

53 Chapter TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY

54 EAI with IT Computer Systems+ Network Architecture + Communications + Business Resource Applications Summary of Previous Network Architecture Internet, Web + Mobile Applications Competitive Advantages in the Business

55 General Review Fundamentals of Telecommunications Networking Media, Devices, and Software Wireless Telecommunications Technologies Networks and Distributed Computing 55

56 Main topics Telecommunications Refers to the electronic transmission of signals for communication Networking media, devices, software Types of cables used in telecommunications Twisted pair cables, coaxial cable, and fiber optic cable Networking devices include Modems, network adapters, network control devices, RFID devices, and pagers 56

57 Main Topics Cellular network Radio network Geographic area is divided into cells with a transceiver antenna (tower) and station at the center of each cell Networks are classified by size PAN, MAN, WAN, GAN Server computers Used to distribute data, files, and programs to users, or clients, on the network Home networks Used to share hardware, files, and a common Internet connection 57

58 Fundamentals of Telecommunications Communications Transmission of a signal by way of a medium Signal Contains message comprised of data and information Communication medium Anything that carries a signal between a sender and a receiver 58

59 Telecommunications and Data Communications Telecommunications Electronic transmission of signals for communications Data communications Electronic transmission and reception of digital data Telecommunications network Connects communications and computing devices Networking media Anything that carries an electronic signal 59

60 Telecommunications and Data Communications Networking media Anything that carries a signal and creates an interface between a sender and receiver Networking hardware devices and networking software work together to enable and control communications signals 60

61 Characteristics of Telecommunications Analog signal Fluctuates continuously Digital signal Discrete voltage State is either high or low The speed at which a signal can change from high to low is called the signal frequency Bandwidth Data transmission rate Measured in bits per second (bps) 61

62 62 Characteristics of Telecommunications

63 Characteristics of Telecommunications Broadband or high speed Internet Connection that is always on or active Faster than dial up Narrowband Any medium with a speed less than 200 Kbps 63

64 Networking Media Physical Cables Twisted pair cable Consists of pairs of twisted wires covered with an insulating layer Coaxial cable Consists of an inner conductor wire surrounded by insulation, a conductive shield, and a cover Fiber optic cable Consists of thousands of extremely thin strands of glass or plastic bound together in a sheathing 64

65 65 Networking Media Physical Cables

66 Networking Media Physical Cables Fiber optic cable has several advantages over traditional copper cable Speed Size Clarity Security 66

67 Radio Signals and Light Radio wave Electromagnetic wave transmitted through an antenna at different frequencies FCC assigns different frequencies for different devices Microwaves Sent at the high end of the spectrum (1 300 GHz) 67

68 68 Networking Devices

69 Networking Devices Modems Modulates and demodulates signals Cable modem Provides Internet access over a cable television network DSL modem Provides high speed Internet service over telephone lines Network adapter Computer circuit board, PC Card, or USB device Network interface card (NIC) Wireless adapters 69

70 Network Control Devices Hubs Used as a central point for connecting a series of computers Switches Fundamental part of most networks Allow several users to send information at the same time without slowing the network Repeaters Connect multiple network segments Bridges Connect two or more network segments 70

71 Network Control Devices Gateways Network points that act as an entrance to another network Routers Can divide a single network into two logically separate networks Wireless access point Receives and transmits data to wireless adapters Firewall Device or software that filters the information coming onto a network, generally to increase security and remove unwanted traffic 71

72 FUNCTIONS OF THE MODEM A modem is a device that translates digital signals into analog form (and vice versa) so that computers can transmit data over analog networks such as telephone and cable networks.

73 MODEMS An illustration of data sent using a modem and a regular telephone line. A modem is a device that converts digital data originating from a terminal or computer, to analog signals used by voice communication networks such as the telephone system. At one end, modems convert the digital pulses to audible tones and convert audio tones back to digital pulses at the other. The word "Modem" stands for "MOdulator DEModulator". Networks for Beginners:

74 MODEMS Transmission speed Modems are available in different transmission speeds, which are measured in BPS (bits per second) also called BAUD rate. Standard modems speeds: 9600 baud, baud, baud, baud, baud. Internal/External Internal modems are electronic cards. An internal modem is installed in one of the computer's expansion slot. External modems are fully functioning external devices. The external modem is connected to a computer using a serial cable to one of the computer's serial ports, and draws power from an external power source. Networks for Beginners:

75 HUBS The original Ethernet LANs relied on certain physical characteristics of the cable carrying the network data (usually coaxial cable). New Ethernet technologies introduced new cable types that we unable to fulfill the original physical requirements. New devices hubs were introduced to simulate those characteristics. Simply put, the hub's major function is to replicate data it receives from one device attached to it to all others. Networks for Beginners:

76 REPEATERS A repeater is connected to two cable segments. Any electrical signal reaching the repeater from one segment, will be amplified and retransmitted to the other segment. A common problem in the networking world is that of weakening electrical signals. Electrical signals traveling through wires (such as copper wires used in most networks), weaken due to the wire's electrical resistance. This effect limits the lengths of the cable that can be used. A repeater will overcome this limit, when there is a need to connect two computers at a larger distance. An illustration of a repeater at work The electrical signal entering the repeater at one end is weakened. The repeater amplifies the electrical signals and resends the data. Networks for Beginners:

77 ROUTERS Routers connect two or more networks and forward data packets between them. When data arrives from one of the segments, the router decides, according to it's routing table, to which segment to forward that data. Networks for Beginners:

78 GATEWAY "Gateway" is a term that was once used to refer to a routing device. Today, in the TCP/IP world, the term "router" is used to describe such a device. The term gateway now refers to special purpose devices, that perform protocol conversions. Gateways implement application layer conversions of information received from various protocols. Examples of gateways found on today's markets are: VocalTec Gateway: A gateway that converts human speech traveling on analog phone lines into local area network protocol data, and visaversa. RadVision Gateway: Converts video from digital phone lines into local area network protocol data, and visa versa. Networks for Beginners:

79 Firewalls Firewall A machine and its software that serve as a special gateway to a network, protecting it from inappropriate access Filters the network traffic that comes in, checking the validity of the messages as much as possible and perhaps denying some messages altogether Enforces an organization s access control policy 15 79

80 Firewalls Figure 15.8 A firewall protecting a LAN

81 EXAMPLE OF FIREWALL Firewalls are systems that establish access control policies among networks. They can block information from entering a network or from getting out of that network, they can permit different users to perform different kinds of operations, according to the user's authorizations. Networks for Beginners:

82 Industrial Telecommunications Media and Devices Microwave transmission Also called terrestrial microwave Line of sight medium Communications satellite Basically a microwave station placed in outer space 82

83 Networking Software Networking software Monitors the load, or amount of traffic, on the network Provides error checking and can often indicate problems and possible solutions Can provide data security and privacy Network administrator or systems administrator Person responsible for setting up and maintaining the network 83

84 Wireless Fidelity and WiMAX Wireless fidelity (Wi Fi) Makes use of access points to wirelessly connect users to networks within a range of feet ( meters) WiMAX Known as IEEE Faster and longer range than Wi Fi WiMAX antenna has 31 mile range Perfect for city wide Internet access 84

85 Bluetooth Enables digital devices to communicate directly with each other wirelessly over short distances Communicates at speeds of up to 1 Mbps within a range of up to 33 feet (10 meters) Can connect devices to a computer network using access points like Wi Fi 85

86 Radio Frequency Identification (RFID) Uses tiny transponders in tags that can be Attached to merchandise or other objects Read using an RFID transceiver or reader for the purpose of identification Primarily used to track merchandise from supplier to retailer to customer 86

87 Computer Networking Concepts Nodes Devices attached to a network Workstations Computers attached to a network Local resources Files, drives, or other peripheral devices connected to the workstation and accessible via the network Network or remote resources Workstation accesses over the network Transparency provides user friendly environment 87

88 Distributed Computing Distributed Computing Multiple remote computers working together Database servers Store databases and respond to queries File servers Store files and deliver them to users upon request Application servers Store programs and deliver them to desktops when users click the icon 88

89 Distributed Computing Blade computing Cheaper alternative Takes advantage of the fact that at any one time, 30% of system PCs are not being used PCs are replaced with thin clients Keyboard, mouse, display, unit to connect the device to the server Thin clients cost less than half the cost of a PC 89

90 A blade server is a stripped down server computer with a modular design optimized to minimize the use of physical space and energy. IBM HS20 blade server

91 91 Distributed Computing

92 Network Types Personal area network (PAN) Interconnecting personal information technology devices Typically wireless Local Area Network (LAN) Connects computer systems within same building Can use various designs or topologies Intranet Uses protocols of the Internet and the Web within the confines of a private network Virtual Private Network (VPN) Enables private Internet communications 92

93 Network Types Metropolitan area network (MAN) Connects networks within a city or metropolitan size area into a larger high speed network Wide area network (WAN) Connects LANs and MANs between cities, across country, and around the world Global Networks A WAN that crosses an international border (transborder data flow) Data havens have few restrictions on telecommunications or databases Electronic Data Interchange (EDI) Connects corporate computer systems 93

94 94 Network Types

95 95 Network Types

96 Hyundai Heavy Industries Creates A Wireless Shipyard Problem: Shipbuilding space is too large (4.2 sq mi) and complex to track inventory in real time, limiting efficiency Solution: High speed wireless network built by KT Corp, using radio sensors, notebooks, mobiles, Web cams Illustrates: Powerful capabilities and solutions offered by contemporary networking technology Use of radio sensor technologies to track inventory

97 Telecommunications and Networking in Today s Business World Networking and communication Trends Convergence: Telephone networks and computer networks converging into single digital network using Internet standards E.g. cable companies providing voice service Broadband: More than 60% U.S. Internet users have broadband access Broadband wireless: Voice and data communication as well as Internet access are increasingly taking place over broadband wireless platforms

98 What is a computer network? Two or more connected computers Major components in simple network Client computer Server computer Network interfaces (NICs) Connection medium Network operating system Hub or switch Routers Device used to route packets of data through different networks, ensuring that data sent gets to the correct address

99 COMPONENTS OF A SIMPLE COMPUTER NETWORK Illustrated here is a very simple computer network, consisting of computers, a network operating system residing on a dedicated server computer, cable (wiring) connecting the devices, network interface cards (NICs), switches, and a router.

100 Components of networks in large companies Hundreds of local area networks (LANs) linked to firm wide corporate network Various powerful servers Web site Corporate intranet, extranet Backend systems Mobile wireless LANs (Wi Fi networks) Videoconferencing system Telephone network Wireless cell phones

101 CORPORATE NETWORK INFRASTRUCTURE Today s corporate network infrastructure is a collection of many different networks from the public switched telephone network, to the Internet, to corporate local area networks linking workgroups, departments, or office floors.

102 Key networking technologies Client/server computing Distributed computing model Clients linked through network controlled by network server computer Server sets rules of communication for network and provides every client with an address so others can find it on the network Has largely replaced centralized mainframe computing The Internet: Largest implementation of client/server computing

103 Protocols Protocol: set of rules governing communication between computers Some protocols are designed for WANs, LANs, and wireless communications Most important set of protocols for telecommunications and networks is called TCP/IP Management Information Systems, Sixth Edition 103

104 Key networking technologies (cont.) TCP/IP and connectivity Connectivity between computers enabled by protocols Protocols: Rules that govern transmission of information between two points Transmission Control Protocol/Internet Protocol (TCP/IP) Common worldwide standard that is basis for Internet Department of Defense reference model for TCP/IP Four layers 1. Application layer 2. Transport layer 3. Internet layer 4. Network interface layer

105 TCP/IP TCP/IP (Transmission Control Protocol/ Internet Protocol): a set of related protocols TCP ensures packets arrive accurately and in proper order IP ensures efficient delivery of packets from node to node Internet backbone: highest speed channels Host: a computer connected directly to a backbone IP number: unique numerical identification for a network device Management Information Systems, Sixth Edition 105

106 TCP/IP (continued) DNS (Domain Name Service): associates a character based name with an IP address Static IP address: a permanent address assigned to a device Dynamic IP address: temporary IP number assigned to a device for the duration of the connection Provides flexibility when the number of IP addresses is limited Management Information Systems, Sixth Edition 106

107 Ethernet Ethernet: LAN protocol using coaxial or Cat 5 or 6 twisted pair cable Gigabit Ethernet: faster Ethernet connection of one Gbps or greater Devices on network contend with other devices for transmission time CSMA/CD (Carrier Sense Multiple Access with Collision Detection) protocol ensures there are no collisions in transmission Management Information Systems, Sixth Edition 107

108 Wireless Protocols IEEE : a family of wireless protocols known as Wi Fi (Wireless Fidelity) Supports wireless communication within 100 meters of router subtypes support various distances and speeds up to 248 Mbps Access point (hotspot): connection between wireless device and a wired network Allows Internet access within range of equipment Management Information Systems, Sixth Edition 108

109 Wireless Protocols (continued) Encryption: ability to scramble and encode messages Uses encryption keys shared only between sender and receiver Bluetooth: allows devices to communicate within 10 meters Transmits voice and data Considered a PAN technology Management Information Systems, Sixth Edition 109

110 Key networking technologies (cont.) Packet switching Method of slicing digital messages into parcels (packets), sending packets along different communication paths as they become available, and then reassembling packets at destination Previous circuit switched networks required assembly of complete point topoint circuit Packet switching more efficient use of network s communications capacity

111 Packet Switching To improve the efficiency of transferring information over a shared communication line, messages are divided into fixedsized, numbered packets Network devices called routers are used to direct packets between networks Figure 15.4 Messages sent by packet switching 15-18

112 PACKED SWITCHED NETWORKS AND PACKET COMMUNICATIONS Data are grouped into small packets, which are transmitted independently over various communications channels and reassembled at their final destination.

113 THE TRANSMISSION CONTROL PROTOCOL/ INTERNET PROTOCOL (TCP/IP) REFERENCE MODEL This figure illustrates the four layers of the TCP/IP reference model for communications

114 Signals: digital vs. analog Modem: Translates digital signals into analog form Types of networks Local area networks (LANs) Campus area networks (CANs) Peer to peer Topologies: star, bus, ring Metropolitan and wide area networks Wide area networks (WANs) Metropolitan area networks (MANs)

115 NETWORK TOPOLOGIES NETWORK TOPOLOGIES The three basic network topologies are the star, bus, and ring.

116 Physical transmission media Twisted wire (modems) Coaxial cable Fiber optics and optical networks Dense wavelength division multiplexing (DWDM) Wireless transmission media and devices Microwave Satellites Cellular telephones Transmission speed (hertz, bandwidth)

117 BP S SATELLITE TRANSMISSION SYSTEM Communication satellites help BP transfer seismic data between oil exploration ships and research centers in the United States.

118 What is the Internet? Internet Addressing and Architecture The Domain Name System Hierarchical structure Top level domains Internet Architecture and Governance No formal management: IAB, ICANN, W3C The Future Internet: IPv6 and Internet2

119 Network Addresses Hostname A unique identification that specifies a particular computer on the Internet For example matisse.csc.villanova.edu condor.develocorp.com

120 Network Addresses Network software translates a hostname into its corresponding IP address For example

121 Network Addresses An IP address can be split into network address, which specifies a specific network host number, which specifies a particular machine in that network Figure 15.9 An IP address is stored in four bytes

122 Domain Name System A hostname consists of the computer name followed by the domain name csc.villanova.edu is the domain name A domain name is separated into two or more sections that specify the organization, and possibly a subset of an organization, of which the computer is a part Two organizations can have a computer named the same thing because the domain name makes it clear which one is being referred to

123 Domain Name System The very last section of the domain is called its toplevel domain (TLD) name Figure Top-level domains, including some relatively new ones

124 Domain Name System Organizations based in countries other than the United States use a top level domain that corresponds to their two letter country codes Some of the top-level domain names based on country codes

125 Domain Name System The domain name system (DNS) is chiefly used to translate hostnames into numeric IP addresses DNS is an example of a distributed database If that server can resolve the hostname, it does so If not, that server asks another domain name server

126 The Global Internet THE DOMAIN NAME SYSTEM Domain Name System is a hierarchical system with a root domain, top level domains, second level domains, and host computers at the third level.

127 Internet Connections Internet backbone A set of high speed networks that carry Internet traffic These networks are provided by companies such as AT&T, GTE, and IBM Internet service provider (ISP) A company that provides other companies or individuals with access to the Internet

128 Internet Connections There are various technologies available that you can use to connect a home computer to the Internet A phone modem converts computer data into an analog audio signal for transfer over a telephone line, and then a modem at the destination converts it back again into data A digital subscriber line (DSL) uses regular copper phone lines to transfer digital data to and from the phone company s central office A cable modem uses the same line that your cable TV signals come in on to transfer the data back and forth

129 Internet Connections Broadband A connection in which transfer speeds are faster than 128 bits per second DSL connections and cable modems are broadband connections The speed for downloads (getting data from the Internet to your home computer) may not be the same as uploads (sending data from your home computer to the Internet)

130 Open Systems Proprietary system A system that uses technologies kept private by a particular commercial vendor One system couldn t communicate with another, leading to the need for Interoperability The ability of software and hardware on multiple machines and from multiple commercial vendors to communicate Leading to Open systems Systems based on a common model of network architecture and a suite of protocols used in its implementation

131 Open Systems Figure 15.5 The layers of the OSI Reference Model The International Organization for Standardization (ISO) established the Open Systems Interconnection (OSI) Reference Model Each layer deals with a particular aspect of network communication

132 Network Protocols Network protocols are layered such that each one relies on the protocols that underlie it Sometimes referred to as a protocol stack Layering of key network protocols

133 TCP/IP TCP stands for Transmission Control Protocol TCP software breaks messages into packets, hands them off to the IP software for delivery, and then orders and reassembles the packets at their destination IP stands for Internet Protocol IP software deals with the routing of packets through the maze of interconnected networks to their final destination

134 TCP/IP (cont.) UDP stands for User Datagram Protocol It is an alternative to TCP The main difference is that TCP is highly reliable, at the cost of decreased performance, while UDP is less reliable, but generally faster

135 High Level Protocols Other protocols build on the foundation established by the TCP/IP protocol suite Simple Mail Transfer Protocol (SMTP) File Transfer Protocol (FTP) Telnet Hyper Text Transfer Protocol (http)

136 The Global Internet INTERNET NETWORK ARCHITECTURE The Internet backbone connects to regional networks, which in turn provide access to Internet service providers, large firms, and government institutions. Network access points (NAPs) and metropolitan area exchanges (MAEs) are hubs where the backbone intersects regional and local networks and where backbone owners connect with one another.

137 THE BATTLE OVER NET NEUTRALITY What is network neutrality? Why has the Internet operated under net neutrality up to this point in time? Who s in favor of net neutrality? Who s opposed? Why? What would be the impact on individual users, businesses, and government if Internet providers switched to a tiered service model? Are you in favor of legislation enforcing network neutrality? Why or why not?

138 Internet services E mail Chatting and instant messaging Newsgroups Telnet File Transfer Protocol (FTP) World Wide Web VoIP Virtual private network (VPN)

139 CLIENT/SERVER COMPUTING ON THE INTERNET Client computers running Web browser and other software can access an array of services on servers over the Internet. These services may all run on a single server or on multiple specialized servers.

140 HOW VOICE OVER IP WORKS An VoIP phone call digitizes and breaks up a voice message into data packets that may An VoIP phone call digitizes and breaks up a voice message into data packets that may travel along different routes before being reassembled at the final destination. A processor nearest the call s destination, called a gateway, arranges the packets in the proper order and directs them to the telephone number of the receiver or the IP address of the receiving computer.

141 A VIRTUAL PRIVATE NETWORK USING THE INTERNET This VPN is a private network of computers linked using a secure tunnel connection over the Internet. It protects data transmitted over the public Internet by encoding the data and wrapping them within the Internet Protocol (IP). By adding a wrapper around a network message to hide its content, organizations can create a private connection that travels through the public Internet.

142 MONITORING EMPLOYEES ON NETWORKS: UNETHICAL OR GOOD BUSINESS? Should managers monitor employee e mail and Internet usage? Why or why not? Describe an effective e mail and Web use policy for a company. Should managers inform employees that their Web behavior is being monitored? Or should managers monitor secretly? Why or why not?

143 The World Wide Web HTML (Hypertext Markup Language): Formats documents for display on Web Hypertext Transfer Protocol (HTTP): Communications standard used for transferring Web pages Uniform resource locators (URLs): Addresses of Web pages E.g. ml Web servers Software for locating and managing Web pages

144 The World Wide Web (cont.) Search engines Started in early 1990s as relatively simple software programs using keyword indexes Today, major source of Internet advertising revenue via search engine marketing, using complex algorithms and page ranking techniques to locate results Shopping bots Use intelligent agent software for searching Internet for shopping information

145 HOW GOOGLE WORKS The Google search engine is continuously crawling the Web, indexing the content of each page, calculating its popularity, and storing the pages so that it can respond quickly to user requests to see a page. The entire process takes about one half second.

146 TOP U.S. WEB SEARCH ENGINES Google is the most popular search engine on the Web, handling 72 percent of all Web searches

147 Web 2.0 Four defining features 1. Interactivity 2. Real time user control 3. Social participation 4. User generated content Technologies and services behind these features Cloud computing Blogs/RSS Mashups & widgets Wikis Social networks

148 Web 3.0 the Seman c Web Effort of W3C to add meaning to existing Web Make searching more relevant to user Other visions More intelligent computing 3D Web Pervasive Web Increase in cloud computing, SaaS Ubiquitous connectivity between mobile and other access devices Make Web a more seamless experience

149 Cellular systems Competing standards for cellular service CDMA: United States GSM: Rest of world, plus AT&T and T Mobile Third generation (3G) networks Suitable for broadband Internet access 144 Kbps 2Mbps 4G networks Entirely packet switched 100 Mbps 1Gbps

150 Wireless computer networks and Internet access Bluetooth (802.15) Links up to 8 devices in 10 m area Useful for personal networking (PANs) and in business to transmit data from handheld devices to other transmitters Wi Fi (802.11) Set of standards: a, b, g, n Used for wireless LAN and wireless Internet access Use access points: Device with radio receiver/transmitter for connecting wireless devices to a wired LAN

151 The Wireless Revolution A BLUETOOTH NETWORK (PAN) Bluetooth enables a variety of devices, including cell phones, PDAs, wireless keyboards and mice, PCs, and printers, to interact wirelessly with each other within a small 30 foot (10 meter) area. In addition to the links shown, Bluetooth can be used to network similar devices to send data from one PC to another, for example.

152 AN WIRELESS LAN The Wireless Revolution Mobile laptop computers equipped with network interface cards link to the wired LAN by communicating with the access point. The access point uses radio waves to transmit network signals from the wired network to the client adapters, which convert them into data that the mobile device can understand. The client adapter then transmits the data from the mobile device back to the access point, which forwards the data to the wired network.

153 Wireless computer networks and Internet access Wi Fi (cont.) Hotspots: Access points in public place to provide maximum wireless coverage for a specific area Weak security features WiMax (802.16) Wireless access range of 31 miles Require WiMax antennas Sprint Nextel building WiMax network as foundation for 4G networks

154 Radio frequency identification (RFID) Use tiny tags with embedded microchips containing data about an item and location, and antenna Tags transmit radio signals over short distances to special RFID readers, which send data over network to computer for processing Active RFID: Tags have batteries, data can be rewritten, range is hundreds of feet, more expensive Passive RFID: Range is shorter, also smaller, less expensive, powered by radio frequency energy

155 Radio frequency identification (RFID) (cont.) Common uses: Automated toll collection Tracking goods in a supply chain Requires companies to have special hardware and software Reduction in cost of tags making RFID viable for many firms

156 HOW RFID WORKS RFID uses low powered radio transmitters to read data stored in a tag at distances ranging from 1 inch to 100 feet. The reader captures the data from the tag and sends them over a network to a host computer for processing.

157 Wireless sensor networks (WSNs) Networks of hundreds or thousands of interconnected wireless devices embedded into physical environment to provide measurements of many points over large spaces Devices have built in processing, storage, and radio frequency sensors and antennas Require low power, long lasting batteries and ability to endure in the field without maintenance Used to monitor building security, detect hazardous substances in air, monitor environmental changes, traffic, or military activity

158 A WIRELESS SENSOR NETWORK The small circles represent lower level nodes and the larger circles represent highend nodes. Lower level nodes forward data to each other or to higherlevel nodes, which transmit data more rapidly and speed up network performance.

159 Radio Frequency Identification RFID tags are tiny and need little power Objects are embedded with tags that contain a transponder (a radio transceiver activated by a signal transmitted to it) Tags are encoded with electronic product code Readers decode data stored in tag s memory and pass the data to a host computer Efficient for large companies, but expensive for smaller companies Management Information Systems, Sixth Edition 159

160 Management Information Systems, Sixth Edition 160

161 Management Information Systems, Sixth Edition 161

162 Converging Technologies Convergence occurs in networking technology Cell phones can act as Web phones using VoIP Television sets will connect to Internet, cable, and satellites concurrently PDAs function as televisions sets and phones Portable music/video players will communicate with PCs to download files and transmit to wireless earphones Cell phones will read RFID on products to compare prices and make purchases Management Information Systems, Sixth Edition 162

163 Summary Telecommunications is communication over distance Telecommunications technology has changed the business environment Different media have different bandwidths Networks are classified according to reach and complexity Public network can be turned into a virtual private network (VPN) Management Information Systems, Sixth Edition 163

164 Summary (continued) Two ways to switch a communication line: packet switching and circuit switching Network protocols are sets of rules to which all devices on a network must adhere The Internet adheres to the TCP/IP protocol Wireless technologies make it easy and affordable to create wireless LANs and hotspots Organizations and individuals have variety of choices when subscribing to networking services Management Information Systems, Sixth Edition 164

165 Summary (continued) As Internet links become faster, Internet telephony (VoIP) is gaining in popularity Wireless technologies support the increasingly popular RFID technologies Much like hardware, telecommunications technologies are merging Increasing numbers of employees now telecommute Management Information Systems, Sixth Edition 165

166 Telecommunications and Networking in today s Business World Networking and Communication Trends What is a Computer Network? Key Digital Networking Technologies Communications Networks Signals Digital VS. Analog Types of Networks Physical Transmission Media The Global Internet What is the Internet? Internet Addressing and Architecture Internet Services and Communication Tools The Wireless Revolution Cellular Systems Wireless computer Networks and internet Access RIFID and Wireless Sensor Networks

Chapter 7 TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY. Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION

Chapter 7 TELECOMMUNICATIONS, THE INTERNET, AND WIRELESS TECHNOLOGY. Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION MANAGING THE DIGITAL FIRM, 12 TH EDITION Chapter 7 TELECOMMUNICATIONS, THE INTERNET, VIDEO CASES Case 1: Traveling the Internet and Wireless Technology Case 2: Unified Communications Systems With Virtual

More information

TELECOMMUNICATIONS, THE

TELECOMMUNICATIONS, THE Chapter 7 MANAGING THE DIGITAL FIRM, 12 TH EDITION TELECOMMUNICATIONS, THE INTERNET, VIDEO CASES Case 1: Traveling the Internet and Wireless Technology Case 2: Unified Communications Systems With Virtual

More information

Chapter. 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall

Chapter. 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall Chapter 6 Telecommunications, the Internet, and Wireless Technology 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall STUDENT LEARNING OBJECTIVES What are the principal components

More information

Chapter 7. Video cases:

Chapter 7. Video cases: Chapter 7 Telecommunications, the Internet, and Wireless Technology Video cases: Case 1: Telepresence Moves Out of the Boardrooom and Into the Field Case 2: Unified Communications Systems: Virtual Collaboration

More information

Chapter 7. Telecommunications, the Internet, and Wireless Technology

Chapter 7. Telecommunications, the Internet, and Wireless Technology Chapter 7 Telecommunications, the Internet, and Wireless Technology LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking technologies? What are the different

More information

Chapter by Prentice Hall

Chapter by Prentice Hall Chapter 6 Tl Telecommunications, the Internet, and Wireless Technology 6.1 2007 by Prentice Hall STUDENT LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking

More information

Management Information Systems

Management Information Systems Telecommunications, the Internet, and Wireless Technology Lecturer: Richard Boateng, PhD. Lecturer in Information Systems, University of Ghana Business School Executive Director, PearlRichards Foundation,

More information

MIS 14e Ch07. Chapter 7 25/04/2016. Telecommunications, the Internet, and Wireless Technology

MIS 14e Ch07. Chapter 7 25/04/2016. Telecommunications, the Internet, and Wireless Technology MIS 14e Ch07 6.1 Copyright 2016 Pearson Education, Inc. publishing as Prentice Hall Chapter 7 Telecommunications, the Internet, and Wireless Technology Video cases: Case 1: Telepresence Moves Out of the

More information

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network Chapter Goals Chapter 15 Networks Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

Lecture #25: Networks and Communications. Communication and Networks. What will we learn?

Lecture #25: Networks and Communications. Communication and Networks. What will we learn? Lecture #25: Networks and Communications Communication and Networks What will we learn? How a communications system works What a network is What networks used for What network operating systems do What

More information

Chapter 9 Introduction to Networks

Chapter 9 Introduction to Networks Chapter 9 Introduction to Networks 9.1 Uses of a network Networks are used in many situations. We can see networks in places like offices, airports and factories. In fact we use networks in many situations

More information

It is the process of sharing data, programs, and information between two or more computers.

It is the process of sharing data, programs, and information between two or more computers. 1 Communications It is the process of sharing data, programs, and information between two or more computers. Numerous applications depend on communication systems: E-mail Instant messaging (IM) Internet

More information

T e l e c o m m u n i c a t i o n s, t h e i n t e r n e t, a n d W i r e l e s s t e c h n o l o g y

T e l e c o m m u n i c a t i o n s, t h e i n t e r n e t, a n d W i r e l e s s t e c h n o l o g y T e l e c o m m u n i c a t i o n s, t h e i n t e r n e t, a n d W i r e l e s s t e c h n o l o g y C h a p t e r 7 Jun Akizaki The Power of PowerPoint WELCOME group members: 1. Dewi Setyani 16808144017

More information

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks Rev.Confirming Pages VISUAL SUMMARY Communications and Networks COMMUNICATIONS COMMUNICATION CHANNELS Communications is the process of sharing data, programs, and information between two or more computers.

More information

networks List various types of networks and their

networks List various types of networks and their Chapter 15 Networks Chapter Goals Describe the core issues related to computer networks List various types of networks and their characteristics Explain various topologies of local-area networks Explain

More information

Data Network and Telecommunications Systems

Data Network and Telecommunications Systems 1 Department of Computer Science and Information Systems, College of Business and Technology, Morehead State University Lecture 4 CIS 311 Introduction to Management Information Systems (Spring 2017) Data

More information

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

Objectives. Learn how computers are connected. Become familiar with different types of transmission media Objectives Learn how computers are connected Become familiar with different types of transmission media Learn the differences between guided and unguided media Learn how protocols enable networking 2 Objectives

More information

Discovering Computers Chapter 9 Communications and Networks

Discovering Computers Chapter 9 Communications and Networks Discovering Computers 2009 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the components required for successful communications Identify various sending and receiving devices Describe

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Network and Telecommunications Basics Chapter Outline The telecommunications system Network services

More information

Twelfth Edition. Chapter 8: Wired and Wireless Communication. Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1

Twelfth Edition. Chapter 8: Wired and Wireless Communication. Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Computers Are Your Future Twelfth Edition Chapter 8: Wired and Wireless Communication Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Wired and Wireless Communication Copyright 2012

More information

COMPONENTS OF DATA COMMUNICATION

COMPONENTS OF DATA COMMUNICATION COMPONENTS OF DATA COMMUNICATION ANALOG AND DIGITAL TRANSMISSION An analog signal is one that is continuous with respect to time and may take on any value within a given range of values. Eg Human voice.

More information

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT MANAGING THE DIGITAL FIRM, 12 TH EDITION Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT VIDEO CASES Case 1: Maruti Suzuki Business Intelligence and Enterprise Databases

More information

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections Computers: Tools for an Information Age Chapter 7 Networking: Computer Connections Objectives Describe the basic components of a network Explain the methods of data transmission, including types of signals,

More information

Chapter 12. Network Organization and Architecture

Chapter 12. Network Organization and Architecture Chapter 12 Network Organization and Architecture Chapter 12 Objectives Learn the basic physical components of networks. Become familiar with routing protocols. 2 Computer networks are often classified

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources

Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources Computers Are Your Future Eleventh Edition Chapter 7: Networks: Communicating & Sharing Resources Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this

More information

Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS)

Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS) Pengantar Teknologi Informasi dan Teknologi Hijau Suryo Widiantoro, ST, MMSI, M.Com(IS) 1 Topics covered 1. From analog to digital age 2. Networks 3. Wired-communication data 4. Wireless-communication

More information

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model)

Data Communication. Introduction of Communication. Data Communication. Elements of Data Communication (Communication Model) Data Communication Introduction of Communication The need to communicate is part of man s inherent being. Since the beginning of time the human race has communicated using different techniques and methods.

More information

Typical Network Uses

Typical Network Uses Computer Networks Introduction The next Great Revolution - Computer Networks- computers connected together for exchanging information Our information-oriented society - applications in education, commerce,

More information

Computer science..pharmacy college

Computer science..pharmacy college Is the facility to transfer data to remote locations quickly & conveniently, the data is transferred by means of a telecommunication network. Note: Data communication is the transmission of electronic

More information

Computers Are Your Future Tenth Edition

Computers Are Your Future Tenth Edition Computers Are Your Future Tenth Edition Chapter 3: Wired & Wireless Communication Copyright 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this publication may

More information

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks Information Technology Lecture 8 Winter 2006 Enterprise and Personal Communications Networks 1 Objectives Identify the reasons that multiuser systems are used in business. Describe eight network service

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

COMPUTER SKILLS COMP101

COMPUTER SKILLS COMP101 COMPUTER SKILLS COMP101 Chapter 4 Introduction to Computer Networks Definitions and Terminologies Computer Network A network consists of two or more computers that are linked in order to share resources

More information

Local area network (LAN) Wide area networks (WANs) Circuit. Circuit switching. Packets. Based on Chapter 2 of Gary Schneider.

Local area network (LAN) Wide area networks (WANs) Circuit. Circuit switching. Packets. Based on Chapter 2 of Gary Schneider. Local area network (LAN) Network of computers located close together Wide area networks (WANs) Networks of computers connected over greater distances Based on Chapter 2 of Gary Schneider. (2009). E-Business.

More information

The Internet and the World Wide Web

The Internet and the World Wide Web Technology Briefing The Internet and the World Wide Web TB5-1 Learning Objectives TB5-2 Learning Objectives TB5-3 How Did the Internet Get Started? Internet derived from internetworking 1960s U.S. Defense

More information

INTRODUCTION TO ICT.

INTRODUCTION TO ICT. INTRODUCTION TO ICT. (Introducing Basic Network Concepts) Lecture # 24-25 By: M.Nadeem Akhtar. Department of CS & IT. URL: https://sites.google.com/site/nadeemcsuoliict/home/lectures 1 INTRODUCTION TO

More information

COMMUNICATIONS AND NETWORKS

COMMUNICATIONS AND NETWORKS COMMUNICATIONS AND NETWORKS Data Communications Data communications describes a process in which one computer transfers data, instructions, and information to another computer. The basic model for data

More information

ITP 140 Mobile Applications Technologies. Networks

ITP 140 Mobile Applications Technologies. Networks ITP 140 Mobile Applications Technologies Networks A First Look Under the Hood 2 3 Communication Channels Mediums for transporting data from one system to another Physical Twisted Pair (CAT-3, CAT-5/6)

More information

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low Chapter 15 Networking Concepts 1. Define networking. It is the interconnection of independent computing devices for sharing of information over shared medium. 2. What is the need for networking? / What

More information

Dr./ Ahmed Mohamed Rabie Sayed

Dr./ Ahmed Mohamed Rabie Sayed 1 Dr./ Ahmed Mohamed Rabie Sayed 2 A network is a group of two or more computer systems linked together to exchange data and share resources, including expensive peripherals. 3 A local area network (LAN)

More information

16/06/56. Communications and Networks. Communications and Networks. Communications and Networks

16/06/56. Communications and Networks. Communications and Networks. Communications and Networks Discuss connectivity, the wireless revolution, and communication systems. Describe physical and wireless communications channels. Discuss connection devices and services, including dial-up, DSL, cable,

More information

Networking. Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness

Networking. Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness Networking and Communication Trends Convergence (Accessibility) Speed Stability Simplicity* Embeddedness What is a Computer Network General definition Related hardware Network Interface Card Network Operating

More information

(Network Programming) Basic Networking Hardware

(Network Programming) Basic Networking Hardware EEE 448 Computer Networks with (Network Programming) Basic Networking Hardware Lecture #2 Dept of Electrical and Electronics Engineering Çukurova University Agenda What is a network device? Network Media

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 16 Networking Types, Devices, and Cabling A+ Guide to Managing & Maintaining Your PC, Chapter 16 Networking Types, Devices, and Cabling Objectives Learn about network types and topologies Learn about the hardware used to build local networks Learn

More information

AQU Information Systems Fundamentals Spring 2012 Pg. 9.1

AQU Information Systems Fundamentals Spring 2012 Pg. 9.1 AQU Information Systems Fundamentals Spring 2012 Pg. 9.1 c h a p t e r 9 THE INTERNET & THE NEW INFORMATION TECHNOLOGY INFRASTRUCTURE 9.1 LEARNING OBJECTIVES Describe features of infrastructure & connectivity

More information

2) Increasingly, voice, video, and data communications are all based on Internet technology. 2) Answer: True False

2) Increasingly, voice, video, and data communications are all based on Internet technology. 2) Answer: True False Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Telephone networks are fundamentally different from computer networks. 1) 2) Increasingly, voice, video, and

More information

E-Commerce. Infrastructure I: Computer Networks

E-Commerce. Infrastructure I: Computer Networks E-Commerce Infrastructure I: Computer Networks Almost all computers today are networked or part of a distributed system. I will provide an overview of networking and a basic description of network technology.

More information

by Prentice Hall

by Prentice Hall Chapter 6 Foundations of Business Intelligence: Databases and Information Management 6.1 2010 by Prentice Hall Organizing Data in a Traditional File Environment File organization concepts Computer system

More information

ITP 140 Mobile Applications Technologies. Networks

ITP 140 Mobile Applications Technologies. Networks ITP 140 Mobile Applications Technologies Networks A First Look Under the Hood 2 3 Communication Channels Mediums for transporting data from one system to another Physical Twisted Pair (CAT-3, CAT-5/6)

More information

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer

Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer Class X Subject : IT (Vocational) Chapter -1 Ouestion / Answer Q1 What is a computer network? A computer network, often simply referred to as a network, is a collection of computers and other hardware

More information

Communicating over the Network

Communicating over the Network Communicating over the Network Network Fundamentals Chapter 2 Version 4.0 1 Network Structure The elements of communication 3 common elements of communication Message source people/electronic devices need

More information

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT Network Basics Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT E-mail :Agha.m@mcit.gov.af Cell:0700148122 After this lesson,you will be able to : Define

More information

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com INTRODUCTION DATA COMMUNICATION Satish Chandra satish0402.weebly.com The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed

More information

Chapter 9. Introduction. Communications

Chapter 9. Introduction. Communications Chapter 9 Communications and Networks McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Introduction Page 247 Cell phones and other wireless technologies are allowing

More information

Chapter Topics. The History of the Internet. Chapter 7: Computer Networks, the Internet, and the World Wide Web

Chapter Topics. The History of the Internet. Chapter 7: Computer Networks, the Internet, and the World Wide Web Chapter Topics Chapter 7: Computer Networks, the Internet, and the World Wide Web CS10051: Intro. to Computer Science Kent State University History of the Internet History of the World Wide Web Internet

More information

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide CCNET v6 1 Chapter 3: Network Protocols and Communications CCENT Routing

More information

Objectives Overview. Chapter 9 Networks and Communications. Discovering Computers Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016

Objectives Overview. Chapter 9 Networks and Communications. Discovering Computers Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016 Chapter 9 Networks and Communications Instructor: Imran Khalil MSc-IT 1 st semester Fall 2016 Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Discuss the purpose

More information

Chapter 8 Networking and Digital Communication

Chapter 8 Networking and Digital Communication Tomorrow s Technology and You 8/e George Beekman Michael J. Quinn Networking and Digital Communication 2008 Prentice-Hall, Inc. Slide 1 A computer network is any system of two or more computers that are

More information

Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You can connect

More information

IT 4504 Section 4.0. Network Architectures. 2008, University of Colombo School of Computing 1

IT 4504 Section 4.0. Network Architectures. 2008, University of Colombo School of Computing 1 IT 4504 Section 4.0 Network Architectures 2008, University of Colombo School of Computing 1 Section 4.1 Introduction to Computer Networks 2008, University of Colombo School of Computing 2 Introduction

More information

Chapter 3. E-commerce The Evolution of the Internet 1961 Present. The Internet: Technology Background. The Internet: Key Technology Concepts

Chapter 3. E-commerce The Evolution of the Internet 1961 Present. The Internet: Technology Background. The Internet: Key Technology Concepts E-commerce 2015 business. technology. society. eleventh edition Kenneth C. Laudon Carol Guercio Traver Chapter 3 E-commerce Infrastructure: The Internet, Web, and Mobile Platform Copyright 2015 Pearson

More information

Communications and Networks

Communications and Networks Information Technology Skills (DUT 122) CHAPTER 6: Communications and Networks Miss Wan Nor Ashiqin Wan Ali School of Human Development and Technocommunication Objectives Overview Discuss the purpose of

More information

INTERNET PROGRAMMING INTRODUCTION

INTERNET PROGRAMMING INTRODUCTION INTERNET PROGRAMMING INTRODUCTION Software Engineering Branch / 4 th Class Computer Engineering Department University of Technology ORGANIZATION Lecture Mondays, 08:30-10:30 (Hall 4). Project 1. The project

More information

Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources Networks: Communicating and Sharing Resources 1 Local Area Networks Client/server networks o Made up of one or more file servers and clients (any type of computer) o Client software enables requests to

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Fundamentals of Information Systems, Seventh Edition Chapter 4 Telecommunications, the Internet, Intranets, and Extranets Fundamentals of Information Systems, Seventh Edition 1 An Overview of Telecommunications

More information

ITEC 3800 Data Communication and Network. Introducing Networks

ITEC 3800 Data Communication and Network. Introducing Networks ITEC 3800 Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You

More information

Chapter 6 VIDEO CASES

Chapter 6 VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers 31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers CONTENTS Focus Questions... 2 Chapter 1: Explore the Network... 2 Chapter 2: Configure a Network Operating System... 5 Chapter 3: Network

More information

Network Communications Standards. Applied Information Technology

Network Communications Standards. Applied Information Technology Network Communications Standards Applied Information Technology Network Standards Why do we need network standards? Defined guidelines for how computers or networked devices communicate Think of it as

More information

Chapter 1 Living in a Network Centric World

Chapter 1 Living in a Network Centric World Chapter 1 Living in a Network Centric World Introduction The globalization of the Internet has succeeded faster than anyone could have imagined. The manner in which social, commercial, political and personal

More information

Computer Networks and Internet

Computer Networks and Internet Computer Networks and Internet Objectives Computer Networks Internet 2 Computer Networks Introducing Computer Networks A computer network consists of two or more computers linked together to exchange data

More information

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP)

The Internet Advanced Research Projects Agency Network (ARPANET) How the Internet Works Transport Control Protocol (TCP) The Internet, Intranets, and Extranets 1 The Internet The Internet is a collection of interconnected network of computers, all freely exchanging information. These computers use specialized software to

More information

CHAPTER -1. Introduction to Computer Networks

CHAPTER -1. Introduction to Computer Networks CHAPTER -1 Introduction to Computer Networks PRELIMINARY DEFINITIONS computer network :: [Tanenbaum] a collection of autonomous computers interconnected by a single technology. communications network ::a

More information

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK OSI Model Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK What is OSI Model? Open Systems Interconnection Reference Model Developed in 1984 by the International Standards

More information

Communications and Networks The McGraw-Hill Companies, Inc. All rights reserved.

Communications and Networks The McGraw-Hill Companies, Inc. All rights reserved. Discuss connectivity, the wireless revolution, and communication systems. Describe physical and wireless communications channels. Discuss connection devices and services, including dial-up, DSL, cable,

More information

Network Connectivity and Mobility

Network Connectivity and Mobility Network Connectivity and Mobility BSAD 141 Dave Novak Topics Covered Lecture is structured based on the five elements of creating a connected world from the text book (with additional content) 1. Network

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

Chapter 3. Wired and Wireless Communication. What You Will Learn... Computers Are Your Future. What You Will Learn...

Chapter 3. Wired and Wireless Communication. What You Will Learn... Computers Are Your Future. What You Will Learn... What You Will Learn... Computers Are Your Future Chapter 3 The definition of bandwidth The bandwidth needs of a typical user How modems change digital signals into analog Transmission media and methods

More information

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS Prof. Dr. Hasan Hüseyin BALIK (1 st Week) Outline Course Information and Policies Course Syllabus 1. Data Communications, Data Networks, and the Internet

More information

Network basics. Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model

Network basics. Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model Network basics Unit objectives Describe the basic components of a network Identify characteristics of network technologies Analyze the OSI model Topic A Topic A: Network concepts Topic B: Network architectures

More information

Özgür ZEYDAN (PhD.)

Özgür ZEYDAN (PhD.) Özgür ZEYDAN (PhD.) http://cevre.beun.edu.tr/zeydan/ Computer Network A group of computer systems and other computing hardware devices that are linked together through communication channels. Purpose:

More information

ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback

ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback ECS 15; Lectures 17 and 18 The Internet What is the internet, and how does it work? TA feedback Python -- Run your code!! Term paper: Start a paragraph with the point of the paragraph, not in modern times

More information

Chapter 4: Communication Technology. Solutions

Chapter 4: Communication Technology. Solutions Chapter 4: Communication Technology Solutions Summative Assessment Multiple-Choice Questions (MCQs) 1. Two examples of network are telephone and. a. Radio b. Transmission c. Globe d. All of the above 2.

More information

Network Connectivity and Mobility Part 2

Network Connectivity and Mobility Part 2 Network Connectivity and Mobility Part 2 BSAD 141 Dave Novak Topics Covered Lecture is structured based on the five elements of creating a connected world from the text book (with additional content) 1.

More information

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11

Types of Computer Networks. ICS 614: Computer Networks Concepts and Principles 11 Types of Computer Networks ICS 614: Computer Networks Concepts and Principles 11 Types of networks Networks are categorized by distribution, size, and architecture. A network can be as simple as a single

More information

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning 6 Computer Networks 6.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 6.2 Describe network criteria, physical structures and categories

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz May 20, 2014 Announcements DB 2 Due Tuesday Next Week The Database Approach to Data Management Database: Collection of related files containing

More information

Outline: Connecting Many Computers

Outline: Connecting Many Computers Outline: Connecting Many Computers Last lecture: sending data between two computers This lecture: link-level network protocols (from last lecture) sending data among many computers 1 Review: A simple point-to-point

More information

IT 2004 Data Communication & Networking

IT 2004 Data Communication & Networking IT 2004 Data Communication & Networking Week 4 Network Topology, Architecture & Access Methods P.G.R Nayomi Gamlath MSc(Pdn), BSc (Rajarata) ATI -Kurunegala Why networks? To share resources (such as printer,

More information

COMMUNICATION. Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX

COMMUNICATION. Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX COMMUNICATION Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX SIMPLEX In simplex transmission, communication can take place in only one direction.

More information

Networks. Computer Technology

Networks. Computer Technology Networks Computer Technology Network Two or more computers and other devices (printers or scanners) that are connected, for the purpose of sharing data and programs Advantages of Networks Communication

More information

Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008

Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008 Communicating Over the Network Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Drippy Sweet Pancakes

More information

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT TITLE: DATACOMMUNICATION COURSE CODE: 223 SECTION A: 30 Marks ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B TIME ALLOWED:

More information

This PDF document is a sample chapter from the book...

This PDF document is a sample chapter from the book... This PDF document is a sample chapter from the book... To order this book, print the last page of this document. Copyright 2001 Society of Manufacturing Engineers Chapter 37 Manufacturing Networks 37.1

More information

Lesson 1: Network Communications

Lesson 1: Network Communications Lesson 1: Network Communications This lesson introduces the basic building blocks of network communications and some of the structures used to construct data networks. There are many different kinds of

More information

Special expressions, phrases, abbreviations and terms of Computer Networks

Special expressions, phrases, abbreviations and terms of Computer Networks access access point adapter Adderssing Realm ADSL (Asymmetrical Digital Subscriber Line) algorithm amplify amplitude analog antenna application architecture ARP (Address Resolution Protocol) AS (Autonomous

More information

Data Communications. Course Design Data Communications. Pre/Post Test (80 Questions/80 Points) Upon Request None No No No

Data Communications. Course Design Data Communications. Pre/Post Test (80 Questions/80 Points) Upon Request None No No No Data Communications Course Design 2005-2006 Course Information Organization Division EASTERN ARIZONA COLLEGE Business Course Number CMP 205 Title Credits 3 Developed by Lecture/Lab Ratio Transfer Status

More information

Computer Networks. Computer Networks. Telecommunication Links. CMPUT101 Introduction to Computing - Spring Chapter 12: Computer Networks 1

Computer Networks. Computer Networks. Telecommunication Links. CMPUT101 Introduction to Computing - Spring Chapter 12: Computer Networks 1 Computer Networks Chapter 12 Topics: Communication links LAN / WAN Internet / WWW CMPUT101 Introduction to Computing (c) Yngvi Bjornsson 1 Computer Networks A computer network is a set of independent computer

More information

CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES

CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES CHAPTER 8 NETWORKS: COMMUNICATING AND SHARING RESOURCES This chapter focuses on the fundamentals of computer networking. As students continue on their journey toward computer fluency, they will need to

More information