Top Banner
7-1 CHAPTER 7 CHAPTER 7 NETWORKS, NETWORKS, TELECOMMUNICATIONS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY AND MOBILE TECHNOLOGY Business Driven Information Systems 2e
71

7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

Jan 20, 2015

Download

Documents

networksguy

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-1

CHAPTER 7CHAPTER 7

NETWORKS, NETWORKS, TELECOMMUNICATIONS, TELECOMMUNICATIONS,

AND MOBILE AND MOBILE TECHNOLOGYTECHNOLOGY

CHAPTER 7CHAPTER 7

NETWORKS, NETWORKS, TELECOMMUNICATIONS, TELECOMMUNICATIONS,

AND MOBILE AND MOBILE TECHNOLOGYTECHNOLOGY

Business Driven Information Systems 2e

Page 2: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-2

NETWORK BASICS

• Telecommunication system - enables the transmission of data over public or private networks

• Network - a communications, data exchange, and resource-sharing system created by linking two or more computers, and by establishing standards, or protocols, so that they can work together

Page 3: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-3

NETWORK BASICS

• Three types of networks include LAN, WAN, MAN:1. Local area network (LAN) - A computer network

that uses cables or wireless signals to link two or more computers within a geographically limited area, generally one building or a group of buildings

2. Wide area network (WAN)- A computer network that provides data communication services for business in geographically dispersed areas (such as across a country or around the world). The Internet is a WAN that spans the world.

Page 4: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-4

NETWORK BASICS

3. Metropolitan area network (MAN) - a computer network that provides connectivity in a geographic area or region larger than that covered by a local area network, but smaller than the area covered by a wide area network, usually spanning a city1. May be used to link community services such as

police, fire, hospitals, EMS, traffic control, broadcast systems, etc.

Page 5: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-5

NETWORK BASICS

Page 6: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-6

NETWORK BASICS

• Networks are differentiated by the following:– Architecture: peer-to-peer, client/server– Network Operating System– Packet switching– Routers– Topology: bus, star, ring, hybrid, wireless– Protocols: Ethernet, Transmission Control

Protocol/Internet Protocol (TCP/IP)– Media:

• Wired: coaxial, twisted-pair, fiber-optic• Wireless: microwave, satellite, Wi-Fi, infra-red, etc.

Page 7: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-7

ARCHITECTURE

• Two primary types of architectures– Peer-to-peer (P2P) network – Client/server network

Page 8: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-8

Architecture: Peer-to-Peer Networks

• Peer-to-peer (P2P) network - a network without a central file server, in which all computers in the network have access to the public files located on all other workstations

Page 9: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-9

Architecture: Client/Server Networks

• Client/server network – a network in which the bulk of the back-end processing takes place on a server, while the front-end processing is handled by the clients– Client - a computer that is designed to request

information from a server– Server - a computer that is dedicated to

providing information in response to external requests

Page 10: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-10

Network Operating System

• Network operating system (NOS) - the operating system that runs a network, steering information between computers and managing security and users

• Coordinates:– User accounts– Accessing information– Security– Resource sharing

• Examples:– Novell NetWare; Microsoft Windows Server; Converging

Technologies LANtastic

Page 11: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-11

Packet-switching

Packet-switching - occurs when the sending computer divides a message into a number of efficiently sized units called packets, each of which contains the address of the destination computer

• Allows millions of users to send large and small chunks of data across the Internet concurrently

• Based on the concept of turn taking; packets from each user are alternated in the shared network

Page 12: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-12

Routers

• Router - an intelligent connecting device (HW) that examines each packet of data it receives and then decides which way to send (route) it onward toward its destination

Page 13: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-13

TOPOLOGY

• Network topology - refers to the geometric arrangement of the actual physical organization of the computers and other network devices) in a network– Star– Bus– Ring– Hybrid– Wireless

Page 14: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-14

• All devices are directly connected to the central hub or switch

• If the central device goes down, the entire network is disabled

• Bottlenecks can occur since all messages must pass through the central device

• Easy to manage & expand

Star Network TopologyThe network is configured in the shape of a star with all nodes or workstations connected to a central hub, through which all messages pass

Star Network TopologyThe network is configured in the shape of a star with all nodes or workstations connected to a central hub, through which all messages pass

Page 15: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-15

• Computers & devices are connected to a central line or cable

• Each device can communicate directly with all other devices

• Easy to add on to, but need to be careful about how many devices you add

Bus Network TopologyThe network is configured in the shape of an open-ended line with all nodes or workstations connected to the bus individually.

Bus Network TopologyThe network is configured in the shape of an open-ended line with all nodes or workstations connected to the bus individually.

Page 16: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-16

• Computers & devices are connected in a ring; a closed circuit

• Messages travel around the ring in one direction

• Better traffic mgmt. & error control than bus

• Less signal loss• High bandwidth• Long distances• Relatively expensive

Ring Network TopologyThe network is configured in the shape of a circle with each node connecting to the next node. Messages travel around the circle in one direction. Each node examines the message and uses it or regenerates it and passes it to the next node

Ring Network TopologyThe network is configured in the shape of a circle with each node connecting to the next node. Messages travel around the circle in one direction. Each node examines the message and uses it or regenerates it and passes it to the next node

Page 17: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-17

Hybrid Network Topology

• Combination of other network types

• More flexible, able to accommodate specific needs in a network

Page 18: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-18

Wireless Networks

• Devices are connected by a receiver/transmitter to a special network interface card (NIC) that transmits signals wirelessly between a computer and a server, all within an acceptable transmission range

Page 19: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-19

Review - TOPOLOGIES

Page 20: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-20

PROTOCOLS

• Interoperability - the capability of two or more computer systems to share data and resources, even though they are made by different manufacturers

• Protocol – a standard that specifies the format of data as well as the rules to be followed during transmission – controls communication across a network

Page 21: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-21

Protocols: Ethernet

• Ethernet - a physical and data layer technology for LAN networking

Page 22: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-22

Transmission Control Protocol/ Internet Protocol

• Transmission Control Protocol/Internet Protocol (TCP/IP) - provides the technical foundation for the public Internet as well as for large numbers of private networks

Page 23: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-23

Transmission Control Protocol/ Internet Protocol

• TCP – Transmission Control Protocol– Breaks information into small chunks called data packets– Manages the transfer of the packets from computer to

computer– Reassembles data packets back into the message at the

destination

• IP – Internet Protocol– Controls how data packets are formed– Addresses each packet with the source and destination

address

Page 24: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-24

Transmission Control Protocol/ Internet Protocol

• TCP/IP applications– File transfer protocol (FTP)– Simple mail transfer protocol (SMTP)– Telnet– Hypertext transfer protocol (HTTP)– Simple network management Protocol

(SNMP)

Page 25: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-25

MEDIA

• Network transmission media - refers to the various types of media used to carry the signal between computers– Wired media (guided, cabled)– Wireless media (unguided, broadcast)

Page 26: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-26

Characteristics of Transmission Media

• Speed – measured in bps (bits per second)• Bandwidth: the communications capacity of a

communications channel; the range of frequencies available in the channel; the difference between the highest and the lowest frequencies that can be transmitted on a single medium– Broadband - refers to high-speed Internet

connections transmitting data at speeds greater than 200 kilobytes per second (Kbps)

Page 27: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-27

Characteristics of Transmission Media

• Attenuation – this results when the power of an electrical signal weakens as it is sent over increasing distance

• Electro Magnetic Interference (EMI) – interference commonly caused by fluorescent lights, weather, or other electronic signals that affect the distance a signal can travel as well as its quality

Page 28: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-28

Wired Media

• Wired Media – physical transmission media manufactured so that signals will be confined to a narrow path and will behave predictably

• Three commonly used types include:– Twisted-pair wiring– Coaxial cable– Fiber Optic (or optical fiber)

Page 29: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-29

Twisted PairTwo or more pairs of insulated copper wires twisted together; may be shielded (STP) or unshielded (UTP). It has the lowest capacity of the cable options

Twisted PairTwo or more pairs of insulated copper wires twisted together; may be shielded (STP) or unshielded (UTP). It has the lowest capacity of the cable options

•Advantages:

–High availability

–Low cost

–Known technology

•Disadvantages:

–Slow for data

–Interference (susceptible to attenuation and EMI)

–Security

Page 30: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-30

Coaxial CableContains a solid inner copper conductor surrounded by insulation and outer braided copper or foil shield. It comes in different thicknesses and is higher capacity than twisted pair

Coaxial CableContains a solid inner copper conductor surrounded by insulation and outer braided copper or foil shield. It comes in different thicknesses and is higher capacity than twisted pair

•Advantages:

–Greater capacity (bandwidth)

–Faster

–Less interference (less susceptible to attenuation & EMI)

•Disadvantages:

–Not as widely available as twisted pair

–More expensive

–Security

Page 31: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-31

Fiber-OpticMade of light-conducting glass or plastic core,

surrounded by more glass, called cladding, and a tough outer sheath. It is high capacity and is mainly used in high speed backbones

Fiber-OpticMade of light-conducting glass or plastic core,

surrounded by more glass, called cladding, and a tough outer sheath. It is high capacity and is mainly used in high speed backbones

•Advantages:

–Much greater speed and capacity (very high bandwidth)

–No electrical interference (immune to EMI)

–Very secure

–Low attenuation

–Fits into small spaces

•Disadvantages:

–More costly

–More difficult to install and maintain

Page 32: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-32

Wired Media

Page 33: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-33

Wireless Media

• Wireless media - natural parts of the Earth’s environment that can be used as paths to carry electrical signals; no physical transmission media– Infrared light– High frequency radio

• RFID• Bluetooth• Pagers• Cellular • Wi-Fi & WiMax

– Microwave/satellite transmission

Page 34: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-34

Infrared light

• Uses high-frequency light waves to transmit data on an unobstructed path between nodes – computers or other devices such as a printer – on a network up to 24.4 meters (i.e. most electronic remotes use this infrared light)

• are susceptible to attenuation, EMI, eavesdropping, high-intensity light, and smoke

Page 35: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-35

Hi Frequency Radio

• A fast transmission medium for distances up to 40 kilometers, depending on obstructions. Attenuation is very low within the prescribed distance, but is susceptible to EMI and eavesdropping.

• Applications of this technology include– RFID– Bluetooth– Pagers– Cellular phones– Wi-Fi/Wi-Max

Page 36: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-36

RFID - Radio Frequency Identification

• Radio frequency identification (RFID) - uses active or passive tags in the form of chips or smart labels that can store unique identifiers and relay this information to electronic readers

• RFID tag - contains a microchip and an antenna, and typically work by transmitting a serial number via radio waves to an electronic reader, which confirms the identity of a person or object bearing the tag

Page 37: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-37

RFID

Page 38: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-38

Radio Frequency Identification (RFID)

Page 39: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-39

Bluetooth

• Bluetooth – a telecommunications industry specification that describes how mobile phones, computers, and personal digital assistants (PDAs) can be easily interconnected using a short-range wireless connection; transmits over the unlicensed 2.4 GHz frequency band

Page 40: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-40

Bluetooth

• BMW’s new motorcycle helmet “System-Helmet 5” can be equipped with a Bluetooth network that allows riders to operate their Bluetooth-enabled cell phones, using hands-free operation through the motorcycle’s navigation system. (not approved in USA)

• http://www.bmw-motorrad-authorities.com/authorities/en/index_frameset.html?content=http://www.bmw-motorrad-authorities.com/authorities/en/equipment/riderspoint/products/systemhelmet_5.html

Page 41: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-41

Pagers

• A one way, wireless messaging system in multiple types

• A one way, wireless messaging system in multiple types

Page 42: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-42

Cellular PhoneA two-way wireless communication that assigns a call to a frequency, and hands it off to another cell with a different frequency as you move from area to area

Cellular PhoneA two-way wireless communication that assigns a call to a frequency, and hands it off to another cell with a different frequency as you move from area to area

Page 43: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-43

Cellular Transmission

Page 44: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-44

http://www.prattfamily.demon.co.uk/mikep/gsmnet.html

GSM Base Station photos - One2One

                                                                                                                                                                                           

Page 45: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-45

USING CELLULAR TECHNOLOGIES IN BUSINESS

Page 46: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-46

USING CELLULAR TECHNOLOGIES IN BUSINESS

The latest trends in cell phones reflect a convergence of voice, video and data communications

• Personal digital assistants (PDA) are small, handheld computers capable of entirely digital communications transmission

• Smartphone - combines the functions of a cellular phone and a PDA in a single device

Page 47: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-47

WIRELESS FIDELITY (Wi-Fi)

• Wi-Fi (Wireless fidelity) – based on the IEEE standard called 802.11, this technology enables multiple computers to share Internet access, files, and peripheral devices within ranges of 150’ – 300’– A, B, G, Super G, N, Xtreme N

• The main problem with Wi-Fi access is that hot spots are relatively small, so coverage is limited

Page 48: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-48

WIRELESS FIDELITY (WiMAX)

• WiMAX (Worldwide Interoperability for Microwave Access) – based on the 802.16 standard, enables wireless networks to extend as far as 30 – 50 miles

• A WiMAX system consists of two parts:

– A WiMAX tower - A single WiMAX tower can provide coverage to a very large area - as big as 3,000 square miles

– A WiMAX receiver - The receiver and antenna could be built into a laptop the way Wi-Fi access is today

Page 49: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-49

WiMAX

Page 50: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-50

MicrowaveA high frequency radio signal that is sent through the air using either terrestrial (earth-based) or satellite systems

MicrowaveA high frequency radio signal that is sent through the air using either terrestrial (earth-based) or satellite systems

Terrestrial Microwave -A line-of-site technology (unobstructed) used to cross inaccessible terrain or to connect buildings where cable installation would be expensive. Attenuation is low over short distance but higher over longer distances. High winds, heavy rain, EMI and eavesdropping are also problems.

Terrestrial Microwave -A line-of-site technology (unobstructed) used to cross inaccessible terrain or to connect buildings where cable installation would be expensive. Attenuation is low over short distance but higher over longer distances. High winds, heavy rain, EMI and eavesdropping are also problems.

Page 51: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-51

Satellite Microwave -A line-of-site technology that uses relay stations to transfer signals between antennae located on earth and a satellite orbiting the earth. It can be used to access very remote locations and like terrestrial microwave, attenuation, EMI and eavesdropping are also problems

Satellite Microwave -A line-of-site technology that uses relay stations to transfer signals between antennae located on earth and a satellite orbiting the earth. It can be used to access very remote locations and like terrestrial microwave, attenuation, EMI and eavesdropping are also problems

Page 52: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-52

Satellite Microwave

Page 53: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-53

USING SATELLITE TECHNOLOGIES IN BUSINESS

• Global positioning system (GPS) – a "constellation" of 24 well-spaced satellites that orbit the Earth and make it possible for people with ground receivers to pinpoint their geographic location by determining current latitude, longitude, speed, and direction of movement– Market for GPS services is at $5 billion with

expectations for the demand to double over the next five years

– Location accuracy is anywhere from 10 to 100 meters

Page 54: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-54

Global Positioning System (GPS)

Page 55: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-55

USING SATELLITE TECHNOLOGIES IN BUSINESS

• Geographic Information System (GIS) - is designed to work with information that can be shown on a map

• Most location based applications use a GIS combined with database and GPS technology

Page 56: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-56

USING SATELLITE TECHNOLOGIES IN BUSINESS

• Location-based services (LBS) - are wireless mobile content services which provide location-specific information to mobile users moving from location to location

• Common Location Based Services based on GIS/GPS technology:– Finding what is nearby– Routing information– Information alerts– Mapping densities– Mapping quantities

Page 57: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-57

USING SATELLITE TECHNOLOGIES IN BUSINESS

Page 58: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-58

• GPS Shoes

• http://www.youtube.com/watch?v=n5wMza29JwI

Page 59: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-59

INCREASING THE SPEED OF BUSINESS – Comparing Media

Page 60: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-60

INCREASING THE SPEED OF BUSINESS – Comparing Media

Advantages & Disadvantages of Broadband Tech.

Page 61: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-61

Using Networks and Telecommunications For Business Advantages

• Network and telecommunication applications/competitive advantages include:– Voice over IP– Networking businesses– Increasing the speed of business– Securing business networks

Page 62: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-62

VOICE OVER IP (VoIP)

• Voice over IP (VoIP) - uses TCP/IP technology to transmit voice calls over long-distance telephone lines/Internet connections

Page 63: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-63

NETWORKING BUSINESSES – Supporting E-Business

• Industry-leading companies have developed Internet-based products and services to handle many aspects of customer and supplier interactions

• Customers now expect seamless retailing between online and in-store

Page 64: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-64

NETWORKING BUSINESSES – Supporting E-Business

Page 65: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-65

SECURING BUSINESS NETWORKS

• Network security is important – networks are a tempting target for mischief and fraud

• Organizations are concerned about…– Authentication, Authorization, Access to and

protection of data

Page 66: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-66

SECURING BUSINESS NETWORKS

• Virtual private network (VPN) - a way to use the public telecommunication infrastructure (e.g., Internet) to provide secure access to an organization’s network

• Valued-added network (VAN) - a private network, provided by a third party, for exchanging information through a high capacity connection

Page 67: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-67

BUSINESS DRIVERS FOR A MOBILE WORKFORCE

• Companies worldwide are going wireless to increase productivity, speed delivery to market, and reduce operating costs

• Wireless transmissions rely on radio waves, microwaves, and satellites to send data across high frequency radio ranges that later connect to wired media

Page 68: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-68

BUSINESS DRIVERS FOR A MOBILE WORKFORCE

• The terms mobile and wireless are often used synonymously, but actually denote two different technologies

– Mobile means the technology can travel with the user, but it is not necessarily in real-time

– Wireless refers to any type of electrical or electronic operation that is accomplished without the use of a “hard wired” connection

Page 69: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-69

BUSINESS DRIVERS FOR WIRELESS TECHNOLOGIES

• Drivers of wireless technology growth include:– Universal access to information and

applications – User convenience, timeliness, and ability to

conduct business/communicate 24x7– The automation of business processes– Sheer number of U.S. wireless device users

Page 70: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-70

BUSINESS DRIVERS FOR WIRELESS TECHNOLOGIES

• Wireless devices changing business include:– Wireless local area networks (wLAN)– Cellular phones and pagers– Cordless computer peripherals– Satellite radio and television– WiFi and WiMAX – Security sensors– Global Positioning Systems (GPS)

Page 71: 7-1 CHAPTER 7 NETWORKS, TELECOMMUNICATIONS, AND MOBILE TECHNOLOGY

7-71

MOBILE WORKFORCE TRENDS

• Social networking gets mobilized• Mobile TV• Multi-function devices become cheaper and

more versatile• Location-based services• Mobile advertising• Wireless providers move into home

entertainment• Wireless security moves to the forefront• Enterprise mobility