Heath care computer application PP
Introduction to Healthcare Information Technology
Chapter Four
Network IT Operations
1
Objectives
List and describe standard networking devices
Explain the function of servers
Explain how to set up basic networking
List the steps for troubleshooting a network
Describe different options for EHR/EMR network technologies
2
Introduction to Healthcare Information Technology
2
Healthcare IT: Challenges and Opportunities
Computer network
Foundation of computing technology in an office
Network IT operations support electronic health records
Chapter topics
Common network devices
Network servers
Setting up a network
Troubleshooting a network
Technologies used for EMRs and EHRs
3
Introduction to Healthcare Information Technology
3
Standard Network Devices
International Organization for Standardization (ISO) reference model
First released in 1978
Describes how dissimilar computers can connect together on a network
1983 version of the model is still used today
Breaks networking steps into seven layers
Each layer contains different networking tasks
4
Introduction to Healthcare Information Technology
4
5
Figure 4-1 OSI layers
© Cengage Learning 2013
Introduction to Healthcare Information Technology
5
6
Table 4-1 OSI reference model
© Cengage Learning 2013
Introduction to Healthcare Information Technology
6
Standard Network Devices (cont’d.)
Ethernet
Most common local area network (LAN) technology today
Divides data into small units called packets
Standard network devices
Classified by the OSI layer at which they function
7
Introduction to Healthcare Information Technology
7
Hubs
Older devices
Connect multiple Ethernet devices on a network
Typically use shielded twisted-pair (STP) copper cables
Work at the Physical Layer (Layer 1) of the OSI model
Do not read any data passing through them
Ignorant of source and destination
8
Introduction to Healthcare Information Technology
8
9
Figure 4-2 A hub is an older type of network device; today hubs have largely been replaced by switches
© Cengage Learning 2013
Introduction to Healthcare Information Technology
9
Switches
Network switch
Device that connects network segments together
Has more intelligence than a hub
Operates at the Data Link Layer (Layer 2)
Identifies specific devices connected to its ports
Can forward frames intended for a specific device
Or all devices
MAC address (hardware address)
Used to identify each device connected to the switch
10
Introduction to Healthcare Information Technology
10
Switches (cont’d.)
Core switches carry traffic between switches
Workgroup switches connect directly to network devices
11
Introduction to Healthcare Information Technology
11
12
Figure 4-3 Core and workgroup switches
© Cengage Learning 2013
Introduction to Healthcare Information Technology
12
Routers
Operate at Network Layer 3
Forward packets across computer networks
Steps
Read destination address
Send packet to next network toward its destination
Can filter out specific types of network traffic
Security function
13
Introduction to Healthcare Information Technology
13
Domain Controllers
Domain
Collection of devices that share a central directory database
Domain controller
Server that manages security-related elements on the network for the user
14
Introduction to Healthcare Information Technology
14
Servers
Several different types of services and servers
Several different protocols
Servers must be properly managed to be effective
15
Introduction to Healthcare Information Technology
15
Services and Servers
Print services
Allow multiple users to share printers across a network
File services
Allow users to share files from a central location
Application services
Processes that run software for network clients
Communication services
Manage E-mail, telephony, and instant messaging
16
Introduction to Healthcare Information Technology
16
Server Management
Common tasks associated with managing servers
Load balancing
Allocating storage space
Load balancing
Used to evenly distribute work across a network
Advantages of load-balancing technology
Reduces probability of overloading a single server
Optimizes resources for the benefit of each networked computer
Reduces network downtime
17
Introduction to Healthcare Information Technology
17
Server Management (cont’d.)
Hardware load balancer
Also called a Layer 4-7 router
Managing storage
Important due to the large number of documents that are retained today
Electronically stored information subject to legal discovery
Storage virtualization
Hides the physical resources of storage from the user
18
Introduction to Healthcare Information Technology
18
Protocols
Rules for communication
Essential for proper communication to take place between network devices
Three common protocols
Transmission control protocol / internet protocol (TCP/IP)
Wireless protocols
Remote desktop protocol (RDP)
19
Introduction to Healthcare Information Technology
19
Protocols (cont’d.)
TCP/IP protocol
Several protocols that function together
IP protocol functions at layer 3 to provide addressing and routing
TCP is the main transport layer protocol that establishes connections between devices
20
Introduction to Healthcare Information Technology
20
21
Figure 4-4 OSI model vs. TCP/IP model
© Cengage Learning 2013
Introduction to Healthcare Information Technology
21
Protocols (cont’d.)
Domain Name System (DNS)
Maps an IP address to its symbolic name
Database divided and distributed to many different Internet servers
Dynamic Host Configuration Protocol (DHCP)
Assigns dynamic IP addresses rather than static
DHCP server leases an IP address to a computer
When computer is off the network, IP address can be reassigned to another computer
22
Introduction to Healthcare Information Technology
22
23
Figure 4-5 DNS lookup
© Cengage Learning 2013
Introduction to Healthcare Information Technology
23
Protocols (cont’d.)
File Transfer Protocol (FTP)
Method for transferring files across the Internet
Links servers
Methods for using FTP on a local host computer
Command prompt
Web browser
FTP client application
24
Introduction to Healthcare Information Technology
24
25
Figure 4-6 FTP client software
© Cengage Learning 2013
Introduction to Healthcare Information Technology
25
Protocols (cont’d.)
Wireless protocols
Enable mobile communication
Wireless local area network (WLAN) standards
IEEE 802.11-2007
IEEE 802.11n-2009
Advantages of 802.11n over previous standards
Higher speed (up to 600 Mbps)
Coverage area
Reduces interference
Improved security
26
Introduction to Healthcare Information Technology
26
Protocols (cont’d.)
Remote desktop protocol (RDP)
Allows user to access another computer remotely over a network
Provides remote display and input capabilities over network connections
Designed to support different types of networks and protocols
27
Introduction to Healthcare Information Technology
27
Basic Network Setup
Setting up a network
Involves understanding connections to the network devices and configuring network hardware
A variety of possible configurations exist
28
Introduction to Healthcare Information Technology
28
Client Connections
Network interface card (NIC)
Also called client network adapter
Hardware needed to send and receive data on a wired network
29
Figure 4-7 NIC and cable
© ronstik/www.Shutterstock.com
Introduction to Healthcare Information Technology
29
Client Connections (cont’d.)
Wireless client network interface card adapter
Performs same functions as a wired NIC
No external RJ-45 cable connection
Uses an antenna (may be embedded)
May plug into the USB port
30
Figure 4-8 USB wireless NIC
© Oleksiy Mark/www.Shutterstock.com
Introduction to Healthcare Information Technology
30
Network Hardware
Modem
Device that changes analog to signal to digital
Internet modem
Also called broadband modem
Connects computers and networks to the Internet
Router
Connects with Ethernet patch cable to the Internet modem
Generally preconfigured to act as a DHCP server
Can also be configured to support port forwarding
31
Introduction to Healthcare Information Technology
31
Network Hardware (cont’d.)
Methods of communication between wireless clients
Ad hoc mode
Infrastructure mode
Wireless access point
Used in infrastructure mode
Receives all wireless signals
Serves as a bridge between wired and wireless networks
32
Introduction to Healthcare Information Technology
32
33
Figure 4-12 Infrastructure mode with AP
© Cengage Learning 2013
Introduction to Healthcare Information Technology
33
Network Hardware (cont’d.)
Access point should be located near the middle of the coverage area
Security settings for a wireless network
Turn on Wi-Fi Protected Access 2 (WPA2)
Disable Service Set Identifier (SSID)
Center antenna placement
Reduce power levels
Create guest network
34
Introduction to Healthcare Information Technology
34
Network Troubleshooting
Connectivity problems
Check that network devices are receiving power
Use the command line utility ping to check for connectivity
If message “100% packet loss”, connectivity problem may be with ISP
Use tracert to display route (path) a packet travels
Shows where the transmission was stopped
Make sure cables are not crimped, broken, or torn loose from connectors
35
Introduction to Healthcare Information Technology
35
Network Troubleshooting (cont’d.)
Interference
Strong external signal interferes with the signal being transmitted
Fiber optic cables immune to interference
Radio frequency interference
Caused by broadcast signals from a radio or TV transmitter
Electromagnetic interference
May be caused by phones, radios, appliances, lights, etc.
36
Introduction to Healthcare Information Technology
36
Network Troubleshooting (cont’d.)
Wireless signal issues
Due to multiple paths the signal takes to reach the receiver
Wave propagation
Solution to wireless network interference
Move the AP or the source of the interference
37
Introduction to Healthcare Information Technology
37
38
Table 4-2 Wireless signal interference
© Cengage Learning 2013
Introduction to Healthcare Information Technology
38
39
Figure 4-17 Incorrect and correct wave propagation and multipath
© Cengage Learning 2013
Introduction to Healthcare Information Technology
39
Network Troubleshooting (cont’d.)
IP settings
Network problems can occur if same IP address assigned to more than one device
Use Windows command-line utility ipconfig/all
Lists all settings for the device
40
Introduction to Healthcare Information Technology
40
Network Technologies for EHR/EMR
Two broad categories of decisions
Cloud versus local network
Installed applications versus remote access
41
Introduction to Healthcare Information Technology
41
Cloud Computing vs. Local Network
Cloud computing advantages
Can reduce hardware, software, and personnel costs
Pay only for computing resources needed at a given time
Resources can be adjusted as needs change
Cloud computing disadvantages
Separate entity responsible for managing security and privacy of the EHR/EMR
42
Introduction to Healthcare Information Technology
42
Installed Applications vs. Remote Access
Remote access configurations
Can save time and cost
Not all applications may run efficiently in a remote access setting
Especially specialized healthcare applications
43
Introduction to Healthcare Information Technology
43
Summary
OSI reference model is a conceptual representation of how data moves through a computer network
Several different types of servers exist
Network load balancing helps evenly distribute work across a network
Computer network protocols
Rules for communication between network devices
44
Introduction to Healthcare Information Technology
44
Summary (cont’d.)
Wireless local area networks are based on IEEE standards 802.11 and 802.11n
Different types of network hardware perform different functions
Internet modem, router, wireless access point
Determining most appropriate network technology for managing EHRs and EMRs not an easy task
Advantages and disadvantages of remote and local access configurations
45
Introduction to Healthcare Information Technology
45