Networking and Health Information Exchange

Slides:



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

Networking at Home and Abroad
Presented by Serge Kpan LTEC Network Systems Administration 1.
Computer Networks Eyad Husni Elshami. Computer Network A computer network is a group of interconnected computers to share data resources ( printer, data.
Hardware & Software Needed For LAN and WAN
Introduction to Information and Computer Science Networks Lecture e This material (Comp4_Unit7e) was developed by Oregon Health and Science University,
Connecting LANs, Backbone Networks, and Virtual LANs
Networking Hardware and Components By: Sean Bell.
Networking Technologies
Introduction to Information and Computer Science Networks Lecture a This material (Comp4_Unit7a) was developed by Oregon Health and Science University,
LANs Cabling Topologies Segments and bridges Switches and routers.
Chapter 4: Managing LAN Traffic
ITED 328 Lecture 4 12 Feb 2004 Loosely covering Chapter 5 Internet and LAN Technology.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Common Devices Used In Computer Networks
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Connecting to the Network Networking for Home and Small Businesses.
Unit 1—Computer Basics Lesson 7 Networks.
Module 2: Information Technology Infrastructure
NETWORKS.
1/28/2010 Network Plus Network Device Review. Physical Layer Devices Repeater –Repeats all signals or bits from one port to the other –Can be used extend.
Objectives Overview Discuss the purpose of the components required for successful communications and identify various sending and receiving devices Differentiate.
Repeaters and Hubs Repeaters: simplest type of connectivity devices that regenerate a digital signal Operate in Physical layer Cannot improve or correct.
Living Online Module Lesson 23 — Networks and Telecommunication
Company LOGO Networking Components Hysen Tmava LTEC 4550.
Summary - Part 2 - Objectives The purpose of this basic IP technology training is to explain video over IP network. This training describes how video can.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Connecting Devices CORPORATE INSTITUTE OF SCIENCE & TECHNOLOGY, BHOPAL Department of Electronics and.
Living Online Module Lesson 23 — Networks and Telecommunication Computer Literacy BASICS.
Network Components By Kagan Strayer. Network Components This presentation will cover various network components and their functions. The components that.
Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.
Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking Lecture 1 This material was developed by Oregon Health & Science.
.  Hubs send data from one computer to all other computers on the network. They are low-cost and low-function and typically operate at Layer 1 of the.
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Select appropriate hardware for building networks. Objective Course Weight 2%
CHAPTER 8 Communication and Network Copyright © Cengage Learning. All rights reserved.
Submitted by : yateendra sahu Et&T 7 th B R/N :
Component 9 – Networking and Health Information Exchange Unit 2-3 Network Media and Hardware Communication Devices This material was developed by Duke.
NETWORK AND COMMUNICATIONS
Unit Communication Hardware
Chapter 8 Networking Computers with Switches
Network Hardware.
Guide to Networking Essentials 7th Edition
LESSON 2.1_A Networking Fundamentals Understand Switches.
Networks Keywords Network Hardware
Intro to MIS – MGS351 Network Basics
Components of a network
Connecting Network Components
Networking Devices.
Chapter 3 Computer Networking Hardware
Connecting LANs, Backbone Networks
Networking and Health Information Exchange
Routers Multiport connectivity device
Wide Area Network.
Computer Networks and Internet
CT1303 LAN Rehab AlFallaj.
Connecting Networks Repeater: physical layer Bridge: data link layer
Computer Networks and Internet
Chapter 1: WAN Concepts Connecting Networks
Computer Technology Notes #4
Network Basics Extended Learning Module E
Computer Networks.
Intro To Computer Networks
Chapter 6 Networks Communicating and Sharing Resources
Network Hardware.
Network Devices Hub Definition:
EUT 122 Skills and Technology in Communication
Networking at Home and Abroad
Component 9 – Networking and Health Information Exchange
Chapter 2 Network Topology
Health IT Workforce Curriculum Version 1.0/Fall 2010
Presentation transcript:

Networking and Health Information Exchange Welcome to Networking and Health Information Exchange, Network Media and Hardware Communication Devices. This is lecture a. Network Media and Hardware Communication Devices Lecture c This material (Comp 9 Unit 2) was developed by Duke University, funded by the Department of Health and Human Services, Office of the National Coordinator for Health Information Technology under Award Number IU24OC000024. This material was updated by Normandale Community College, funded under Award Number 90WT0003. This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/

Network Media and Hardware Communication Devices Learning Objective Select appropriate hardware devices (such as routers, switches, and access points) to facilitate networking and data exchange, taking into account access and regulatory requirements The objective for this lecture, Network Media and Hardware Communication Devices are to: Select appropriate hardware devices (such as routers, switches, and access points) to facilitate networking and data exchange, taking into account access and regulatory requirements.

Connectivity Devices Hubs Switches Routers Wireless Access Points (WAP) Modems We know we need a NIC in each node and media to connect the nodes now what do we connect the node to? We can use a hub, switch, router, wireless access point (WAP) or modem. These devices will allow nodes to talk to other nodes on a network.

Image courtesy of Michele Parrish Hubs One collision domain Shared bandwidth Security issues Hubs contain multiple ports to connect multiple devices. They are not used a lot in modern networks, but you may still encounter them. They are cheaper than switches and work well for just a few nodes.   Each node has a connection to a port on the hub. There is a security concern with hubs. If data comes into one port it goes out to all other active ports. This means that the signal (data) can be received by all devices connected to those ports. By default a device will not “read” a packet if it is not addressed to the device. If packet-sniffing software (like Wireshark) is installed on that device, and the device is running in “promiscuous” mode, it will read all the packets that it receives, regardless of the address. If the packet contains unencrypted data, like usernames or passwords, then the user of that device now has that information. Another problem with hubs is that bandwidth is equally shared among all active ports. If the bandwidth coming into the hub is 10 Mbps and there are 5 active ports, than each port has access to 2 Mbps. The ports are all part of one collision domain, which means that all devices connected to those ports must compete with each other to have access to the network. Image courtesy of Michele Parrish

Image courtesy of Michele Parrish Switches One collision domain per port Dedicated bandwidth More secure With switches, each device has its own connection to a port on the switch. Each port is a collision domain, so a switch with four active ports would have four collision domains. If there is 10 Mbps coming into the switch, then each port has 10 Mbps. Switches have a switching (or MAC) table, which means that a table is created that associates the MAC address of the device connected to the port with the port number. If a packet is destined for a particular device (MAC), then that packet will only be sent to the port associated with that MAC. This is a more secure form of data transmission. It is not susceptible to the same type of packet sniffing issue we had with hubs. Switches operate at layer 2 (Data Link) of the OSI model. Image courtesy of Michele Parrish

Higher-Layer Switches Also called routing switches or application switches There are more sophisticated switches that can operate at other layers in addition to layer 2. Layer 3 switches can interpret layer 3 (network) information. Layer 4 switches can interpret layer 4 (transport) information.

Image courtesy of Michele Parrish Routers Move packets from one network to another Use IP addresses Routers are multiport connectivity devices that connect different types of networks (LANs, WANs, different transmission speeds, media, and protocols) to each other. Routers operate at the Network layer (Layer 3) of the OSI Model. They move or route packets from one network to another. Image courtesy of Michele Parrish

Routing Protocols Two types: Hop Static routing Dynamic routing Term used to describe the movement of data from one router to another Routers choose the best route for a packet to take to arrive at its destination. There are two ways that the router knows what the best path is: Static routing and dynamic routing. In static routing, a network administrator programs a router to use a specified path to move data between two nodes. In dynamic routing routers automatically calculate the best path between nodes, and accumulate this information in a routing table. Routers share information about the routes with each other. A hop is a term used to describe the movement of data from one router to another. For example, if a packet travels across three routers from its source to its destination it is said to have taken three hops.

Wireless Access Point (WAP) 802.11x standards SSID Security Issues Image courtesy of Michele Parrish A wireless access point (WAP) is used to provide wireless access to a network. It uses the 802.11x standards. Each WAP has a Service Set Identifier (SSID). Wireless devices use this SSID to make an association with the WAP.   Wireless is, by default, an unsecure transmission method. You should take precautions to secure your WAP. This includes setting up wireless encryption standards on your WAP. This requires each wireless device to have a password to authenticate to the WAP. It is also used to encrypt data that is being transmitted between the WAP and the wireless device. This is beyond the scope of this unit. Be aware that unsecured WAPs are a BIG security risk for your network. Most WAPs in homes are a combination of a switch (with multiple ports), a router (moves packets between wired and wireless networks) and a wireless access point (WAP -- provides access to wireless networks).

DSL Modem Image courtesy of Michele Parrish A small office may use a Digital Subscriber Line (DSL), or cable modem, to provide Internet connectivity.   A DSL modem is a device used to connect a computer or router to a telephone circuit that has DSL service configured. DSL is provided by your local phone company. The location that wants to have DSL has to be within a certain distance (generally 18,000 "wire feet“) of the phone company’s central office.

Image courtesy of Michele Parrish Cable Modem Using the same method in which you get cable TV you can now get Internet connectivity. The coaxial cable coming into your house would be connected to the cable modem and then a twisted-pair cable would be used to connect a computer or WAP to the modem. Cable is a shared bandwidth system so the more people using the system, the less bandwidth each customer receives. In unit 2 we have discussed transmission basics, network connectivity, types of media, standards for structured cabling, and connectivity devices. Image courtesy of Michele Parrish

Network Media and Hardware Communication Devices Summary In this unit we covered Transmission terminology Network media types and Connectivity devices This concludes Network Media and Hardware Communication Devices. We have covered transmission terminology, network media types and connectivity devices.

Network Media and Hardware Communication Devices References – Lecture c None Charts, Tables, Figures Images Slide 4: Hub. Courtesy Michele Parrish. Used with permission. Slide 5: Switch. Courtesy Michele Parrish. Used with permission. Slide 7: Back of Router. Courtesy Michele Parrish. Used with permission. Slide 9: WAP. Courtesy Michele Parrish. Used with permission. Slide 10: DSL Modem. Courtesy Michele Parrish. Used with permission. Slide 11: Cable Modem. Courtesy Michele Parrish. Used with permission. No Audio.

Network Media and Hardware Communication Devices Lecture c This material was developed by Duke University, funded by the Department of Health and Human Services, Office of the National Coordinator for Health Information Technology under Award Number IU24OC000024. This material was updated by Normandale Community College, funded under Award Number 90WT0003. No audio Health IT Workforce Curriculum Version 4.0