28
Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University, funded by the Department of Health and Human Services, Office of the National Coordinator for Health Information Technology under Award Number IU24OC000015.

Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Embed Size (px)

Citation preview

Page 1: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Introduction to Information and Computer Science

Networks

Lecture c

This material (Comp4_Unit7c) was developed by Oregon Health and Science University, funded by the Department of Health and Human Services, Office of the National Coordinator for Health Information Technology under Award Number

IU24OC000015.

Page 2: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

NetworksLearning Objectives

• List and describe the various types of network communications and network addressing (Lecture a and b)

• List and define the different types of networks (Lecture c)• Describe different network topologies (Lecture c)• List and describe different network standards and

protocols (Lecture c and e)• Describe wireless communication (Lecture d)• List and describe network hardware (Lecture d)

2Health IT Workforce Curriculum Version 3.0/Spring 2012

Introduction to Information and Computer Science Networks

Lecture c

Page 3: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Network Types

• Wired or wireless network types.• Wired network governed by IEEE 802.3 standard.• Wireless network governed by IEEE 802.11 standard.• Easy to remember which standard governs which

technology:• Take the “3” in 802.3 and flip it around so it looks like

an “E”. 802.3 sets the standard for Ethernet, which usually applies to wired networks.

• Take the “11” in 802.11 and hold up two fingers to emulate the antennae on a WAP or wireless NIC.

Health IT Workforce Curriculum Version 3.0/Spring 2012

3

Introduction to Information and Computer Science Networks

Lecture c

Page 4: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Local Area Networks - LANs

• Network with small geographical area of coverage.• Term “small” is arbitrary!• Usually one company with one site.

• Wireless LAN called a WLAN.• LAN examples:

Home Office Building Small school with three buildings

Health IT Workforce Curriculum Version 3.0/Spring 2012

4

Introduction to Information and Computer Science Networks

Lecture c

Page 5: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

LAN Management - Workgroups

• Workgroup based:• By default, uses

network name of “WORKGROUP” on all LAN devices.

• Referred to as a peer-to-peer network since no server exists to manage the LAN.

(PD-US, 2011)

Health IT Workforce Curriculum Version 3.0/Spring 2012

5

Introduction to Information and Computer Science Networks

Lecture c

Page 6: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

LAN Management – Server Domains

• Server Domain based:• Uses network name designated by network

administrators.• Requires a server to manage the domain, which is a

LAN under common administration.– Domain is similar to a gated community.

• Only community members can use domain resources.– Community members are users and devices added to

domain by network administration.

• Server acts as gatekeeper and keeps database of users and devices. – Also enforces domain rules and much more!

Health IT Workforce Curriculum Version 3.0/Spring 2012

6

Introduction to Information and Computer Science Networks

Lecture c

Page 7: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Wide Area Networks - WANs• Network with large geographical area of coverage.

• Term “large” is arbitrary!

• WAN usually made up of > 1 LAN.• Same company, multiple sites.• May or may not have Internet access.

• WAN examples:• Offices in Chicago and London need to share servers.• Five Portland offices (same city) need to share files.• Intel, Dell, and Microsoft need to collaborate on the

creation of a new product. – WAN facilitates inter-company communications.

Health IT Workforce Curriculum Version 3.0/Spring 2012

7

Introduction to Information and Computer Science Networks

Lecture c

Page 8: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Metropolitan Area Networks - MANs

• Network with large area of coverage, but same city.• Term “large” is arbitrary!

• MAN usually made up of > 1 LAN.• Same company, multiple physical sites.• Office connected by fiber-optic links or other high-

speed media.• May or may not have Internet access.

• MAN examples:• Company has many offices in same city.• Large college campus.

Health IT Workforce Curriculum Version 3.0/Spring 2012

8

Introduction to Information and Computer Science Networks

Lecture c

Page 9: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Network Topologies

• Topology refers to network layout.• Two types of network topologies exist.

• Physical topology details how the network is physically designed.

• Logical topology diagrams illustrate how data flows through the network regardless of physical design.

• Some topologies represent both logical and physical networks using the same name.

Health IT Workforce Curriculum Version 3.0/Spring 2012

9

Introduction to Information and Computer Science Networks

Lecture c

Page 10: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Physical Topologies

• Many physical topologies exist!• Main types are:

(Malyszkz, 2011, PD-US)

Health IT Workforce Curriculum Version 3.0/Spring 2012

10

Introduction to Information and Computer Science Networks

Lecture c

Page 11: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Physical Topologies - Bus

• Each host is connected to every other host via a single network cable with connectors.

• If cable breaks, whole network goes down!• Not in use since late 1990s.

(Foobaz, 2006, PD-US)

Health IT Workforce Curriculum Version 3.0/Spring 2012

11

Introduction to Information and Computer Science Networks

Lecture c

Page 12: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Physical Topologies - Mesh

• Each host is connected to every other host, usually by a switch or direct connection.• Some networks are partial – not full – mesh topologies.

(Foobaz, 2006, PD-US)

Health IT Workforce Curriculum Version 3.0/Spring 2012

12

Introduction to Information and Computer Science Networks

Lecture c

Page 13: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Physical Topologies - Ring• Each host is connected to the network in a closed loop

or ring.• Uncommon network type found in highly secure

environments.• Ring topologies typically utilize a token passing scheme,

used to control access to the network. • By utilizing this scheme, only one machine can transmit on the

network at a time.

(Foobaz, 2006, PD-US)Health IT Workforce Curriculum Version 3.0/Spring 2012

13

Introduction to Information and Computer Science Networks

Lecture c

Page 14: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Physical Topologies - Star

• Each network host is connected to a central switch.

• Most common topology type.• Easiest topology type to set up and maintain.• All traffic passes through the switch.

(Foobaz, 2006, PD-US)Health IT Workforce Curriculum Version 3.0/Spring 2012

14

Introduction to Information and Computer Science Networks

Lecture c

Page 15: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Logical Topologies

• The logical topology, in contrast to the "physical", is the way that the data passes through the network from one device to the next without regard to the physical interconnection of the devices.

• A network's logical topology is not necessarily the same as its physical topology.• For example, twisted pair Ethernet is a logical bus

topology in a physical star topology layout.

Health IT Workforce Curriculum Version 3.0/Spring 2012

15

Introduction to Information and Computer Science Networks

Lecture c

Page 16: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Network Standards and Protocols

• The Institute of Electrical and Electronics Engineers or IEEE creates and publishes networking and many other standards.

• Standards mean that products from various vendors will work together.

• Protocols govern communications.

• Example: You install an Intel NIC on your computer and your friend installs a 3Com NIC on his computer. Both computers can communicate flawlessly because both NICs adhere to IEEE standards for network communication.

Health IT Workforce Curriculum Version 3.0/Spring 2012

16

Introduction to Information and Computer Science Networks

Lecture c

Page 17: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Standardized Communications

• Internet Protocols are a global standard, ensuring interoperability between hardware and software devices. Internet Protocol (IP) addressing is required for home

and office networks to function properly. IP addressing allows any device with Internet access

to communicate with another device on the Internet. TCP/IP transports HTTP across the Internet for

delivery to its destination. Protocols such as HTTP allow any browser to talk to

any Web server.

Health IT Workforce Curriculum Version 3.0/Spring 2012

17

Introduction to Information and Computer Science Networks

Lecture c

Page 18: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Network Standards

• Ethernet• Token ring• Wi-Fi• WiMAX• WAP (Wireless Application Protocol)• RFID (Radio frequency Identification)• Bluetooth

Health IT Workforce Curriculum Version 3.0/Spring 2012

18

Introduction to Information and Computer Science Networks

Lecture c

Page 19: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Ethernet Network Standard

• Concepts developed 1973-1975• IEEE Standard 802.3• Defines standards for wiring and signaling• Standard defines frame formats, etc.• Widely used today

Health IT Workforce Curriculum Version 3.0/Spring 2012

19

Introduction to Information and Computer Science Networks

Lecture c

Page 20: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Token Ring Network Standard• Concepts developed in 1985.• IEEE 802.5 standard.• Named after its logical topology.

• Physical topology is a star. Devices connect to each other via a switch.

• Communicating devices need to possess the digital token that is passed around the ring. Devices pass the token until they need to

communicate – then hold it until finished.• Put out of business by Ethernet.

Ethernet much faster and easier to implement.

Health IT Workforce Curriculum Version 3.0/Spring 2012

20

Introduction to Information and Computer Science Networks

Lecture c

Page 21: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Wi-Fi Network Standard

• Concepts evolved 1997 – today.

• IEEE 802.11 standard for wireless LANs

• Family of wireless protocols

• 802.11 A/B/G/Draft N

• Standard defines throughput, frame formats, etc.

• Uses frequencies (channels) for wireless communication.

• 802.11 A uses 5.0 GHz wireless band.

• 802.11 B/G uses 2.4 GHz wireless band.

• 802.11 N uses both bands.Health IT Workforce Curriculum Version 3.0/Spring 2012

21

Introduction to Information and Computer Science Networks

Lecture c

Page 22: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

WiMAX Network Standard

• Concept developed ca. 2004.• IEEE 802.16 standard for WAN wireless.• Telecommunications protocol that provides fixed

and fully mobile internet access.• Example:

WiMAX access was used to assist with communications in Aceh, Indonesia, after the tsunami in December 2004. WiMAX provided broadband access that helped regenerate communication to and from Aceh.

Health IT Workforce Curriculum Version 3.0/Spring 2012

22

Introduction to Information and Computer Science Networks

Lecture c

Page 23: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Wireless Application Protocol (WAP)

• Open international standard for application-layer network communications in a wireless-communication environment.

• Standard describes a protocol suite allowing the interoperability of WAP equipment and software with many different network technologies.

• Concept developed ca. 1997.• Most use of WAP involves accessing the mobile

web from a mobile phone or from a PDA.

Health IT Workforce Curriculum Version 3.0/Spring 2012

23

Introduction to Information and Computer Science Networks

Lecture c

Page 24: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Radio-Frequency Identification (RFID)

• Use of an RFID tag incorporated into an object using radio waves.

• Most RFID tags contain at least two parts: Integrated circuit stores information. Antenna for sending/receiving signals.

• Many organizations govern standard• International Organization for Standardization (ISO)• International Electrotechnical Commission (IEC)• Others

Health IT Workforce Curriculum Version 3.0/Spring 2012

24

Introduction to Information and Computer Science Networks

Lecture c

Page 25: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

Bluetooth

• Concept developed ca. 1994 to present.• IEEE 802.15 standard.• Open wireless technology standard for exchanging data over short

distances from fixed and mobile devices.• Used by medical implants, keyboard, mouse.

A Bluetooth USB dongle with a 100 m range.

(Mmckinley, 2009, PD-US)

Health IT Workforce Curriculum Version 3.0/Spring 2012

25

Introduction to Information and Computer Science Networks

Lecture c

Page 26: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

NetworksSummary – Lecture c

•List and define the different types of networks•Describe different network topologies•List and describe different network standards and protocols

Health IT Workforce Curriculum Version 3.0/Spring 2012

26

Introduction to Information and Computer Science Networks

Lecture c

Page 27: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

NetworksReferences – Lecture c

References• Wikipedia. Computer network. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/Computer_network. • Wikipedia. Local area network. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/Local_area_network. • Wikipedia. Metropolitan area networks. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/Metropolitan_area_network. • Wikipedia. Network topology. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/Network_topology. • Wikipedia. Institute of Electrical and Electronics Engineers. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/IEEE. • Wikipedia. Communications protocol. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/Network_protocol. • Wikipedia. Ethernet. [Internet].2010 [cited 2011 Nov 07]. Available from: http://en.wikipedia.org/wiki/Ethernet. • Wikipedia. IEEE 802.11. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/IEEE_802.11. • Wikipedia. Wi-Fi. [Internet].2010 [cited 2011 Nov 07]. Available from: http://en.wikipedia.org/wiki/Wi-Fi. • Wikipedia. WiMAX. [Internet].2010 [cited 2011 Nov 07]. Available from: http://en.wikipedia.org/wiki/Wi-max. • Wikipedia. Wireless Application Protocol. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/Wireless_Application_Protocol. • Wikipedia. Radio-frequency identification. [Internet].2010 [cited 2011 Nov 07]. Available from:

http://en.wikipedia.org/wiki/RFID.

Health IT Workforce Curriculum Version 3.0/Spring 2012

27

Introduction to Information and Computer Science Networks

Lecture c

Page 28: Introduction to Information and Computer Science Networks Lecture c This material (Comp4_Unit7c) was developed by Oregon Health and Science University,

NetworksReferences – Lecture c

Images• Slide 5: Screenshot of Computer Name/Domain Changes window. (PD-US, 2011)• Slide 10: Physical Topologies [image on the Internet]. Foobaz, (2006) [cited 2011 Nov 07]. Retrieved Jan 2012

from: http://en.wikipedia.org/wiki/Network_topology. • Slide 11: Bus Topologies [image on the Internet]. Foobaz, (2006) [cited 2011 Nov 07]. Retrieved Jan 2012 from:

http://en.wikipedia.org/wiki/Network_topology.• Slide 12: Mesh Topologies [image on the Internet]. Foobaz, (2006) [cited 2011 Nov 07]. Retrieved Jan 2012

from: http://en.wikipedia.org/wiki/Network_topology.• Slide 13: Ring Topologies [image on the Internet]. Foobaz, (2006) [cited 2011 Nov 07]. Retrieved Jan 2012 from:

http://en.wikipedia.org/wiki/Network_topology.• Slide 14: Ring Topologies [image on the Internet]. Foobaz, (2006) [cited 2011 Nov 07]. Retrieved Jan 2012 from:

http://en.wikipedia.org/wiki/Network_topology.• Slide 25: Bluetooth USB Dongle [image on the Internet]. Mmckinley (2009) [cited 2011 Nov 07]. Retrieved Jan

2012 from: http://en.wikipedia.org/wiki/Bluetooth.

Health IT Workforce Curriculum Version 3.0/Spring 2012

28

Introduction to Information and Computer Science Networks

Lecture c