SlideShare une entreprise Scribd logo
1  sur  34
Remote Access
Chapter 9
Types of Modems
• Consumers and businesses typically gain Internet access via ISPs. Many ISPs
provide a variety of connection interfaces including:
– Dial-in modem connections
– ISDN
– DSL
– Cable modems
• Wireless service providers (WSPs) provide wireless Internet access for users
with wireless modems, smart phones, and Web-enabled PDAs, or handheld
computers
• Despite increasing use of DSL and cable modems, dial-in access over voice-
grade analog circuits is the most common form of Internet access for
consumers
• Point-to-point (PPP) protocol is the most widely used protocol over dial-up
connections
Transmitting Encoded Data
Asynchronous and Synchronous Communication
• The bits that represent encoded characters can be transmitted
simultaneously (parallel transmission) or one at time (serial
transmission) – see Figure 9-1
– Serial transmission is more widely used than parallel transmission for data
communication
– Parallel transmission is used for communication between components
within a computer
• In serial transmission, encoded characters can either be transmitted
one at a time (asynchronous transmission) or in blocks (synchronous
transmission) Figure 9-2
– Figure 9-3 illustrates asynchronous transmission of a single character.
– UART provides the interface between parallel transmission within the
computer and serial transmission ports. It also plays a key role in
formatting encoded characters for asynchronous transmission
Figure 9-1
Figure 9-2
9-2
Figure 9-3
9-3
Interfaces and Interface
Standards
• There are two major classes of data communication equipment:
– Data communication equipment (DCE): this includes modems, media,
switches, routers, satellite transponders, etc.)
– Data terminating equipment (DTE): this includes terminals, servers,
workstations, printers, etc.)
• The physical interface is the manner in these two classes are joined
together (Figure 9-4)
• A wide range of interface standards exist including
– RS-232-C
– RS-422, RS-423, RS-449
– A variety of ISO and ITU interfaces
– USB and FireWire
Figure 9-4
9-4
RS-232-C
• EIA’s RS-232-C standard is arguably the most important physical
layer standard
• It is the most widely accepted standard for transferring encoded
characters across copper wires between a computer or terminal and a
modem
• RS-232-C uses voltage levels between –15 and +15 volts (Figure 9-5);
negative voltages are used to represent 1 bits and positive voltages are
use to represent 0 bits
• This standard does not specify size or kind of connectors to be used in
the interface. It does define 25 signal leads. 25-pin connectors and 9-
pin connectors are most common, but other kinds of connectors are
sometimes used
Figure 9-5
9-5
Digital Data Transmission
• All communication media are capable of
transmitting data in either digital or analog form.
• Voice-grade dial-up circuits are typically analog,
however, relative to analog transmission, digital
transmission has several advantages:
– Lower error rates
– Higher transmission speeds
– No digital-analog conversion
– Security
Analog Transmission
• Data is represented in analog form when transmitted over analog
voice-grade dial-up circuits
• This is done by varying the amplitude, frequency, or phase of the
carrier signal (carrier wave) raised during the handshaking process at
the start of a communication session between two modems
– During handshaking, the two modems raise a carrier signal and agree on
how it will be manipulated to represent 0 and 1 bits
– In some modulation schemes, more than one of the carrier signal’s
characteristics are simultaneously manipulated
• Modems (modulator/demodulators) are the devices used to translate
the digital signals transmitted by computers into corresponding analog
signals used to represent bits over analog dial-up circuits (Figure 9-6)
Figure 9-6
9-6
Transfer Speed
Bit Rates and Bandwidth
• The bandwidth of an analog channel is the difference
between the minimum and maximum frequencies it can
carry
– A voice-grade dial-up circuit can transmit frequencies between
300 and 3400 Hz and thus has a bandwidth of 3100 Hz
• For digital circuits, bandwidth is a measure of the amount
of data that can be transmitted per unit. Bits per second
(bps) is the most widely used measure for digital circuits
• Over time, bit rates (bps) have also become on of the key
measures of modem performance (e.g. a 56 Kbps modem)
– However, modem bit rates are not necessarily an accurate
reflection of their data throughput rates
Transfer Speed
Baud Rate
• Baud rate is a measure of the number of discrete signals
that can be transmitted (or received) per unit of time
• A modem’s baud rate measures the number of signals that
it is capable of transmitting (or receiving) per second
– Baud rate represents the number of times per second that a modem
can modulate (or demodulate) the carrier signal to represent bits
• Although baud rate and bit rate are sometimes used
interchangeably to refer to modem data transfer speeds,
these are only identical when each signal transmitted (or
received) represents a signal bit
– A modem’s bit rate is typically higher than its baud rate because
each signal transmitted or received may represent a combination of
two or more bits
Modem Capabilities
• Modems differ in several dimensions including:
– The type of medium they can be connected to (copper-
based, fiber-optic, wireless)
– Speed
– Connection options (such as support for call waiting)
– Support for voice-over-data
– Data compression algorithms
– Security features (such as password controls or
callback)
– Error detection and recovery mechanisms
Modem Speed
• Over time, the evolution of modem standards has corresponded with
increases in modem speeds (Table 9-1)
• In 2002, V.92 is the newest modem standard
– V.92 is backward compatible with V.90 but is capable of upstream data
rates of 48,000
– Like V.90, V.92 modems leverage PCM for downstream links
• A variety of factors contribute to modem speed and data throughput
including:
– Adaptive line probing
– Dynamic speed shifts
– Fallback capabilities
– Fallforword capabilities
– Data compression
Table 9-1
9-1
Data Compression
• Modem data compression capabilities enable modems to have data
throughput rates greater than their maximum bit rates
• This is accomplished by substituting large strings of repeating
characters or bits with shorter codes
• The data compression process is illustrated in Figure 9-7
• Widely supported standards for data compression include (Table 9-2):
– V.42bis --- up to 4:1 compression using the Lempel Ziv algorithm
– MNP Class 5 --- supports 1.3:1 and 2:1 ratios (via Huffman encoding and
run-length encoding)
– MNP Class 7 – up to 3:1 compression
– V.44 --- capable of 20% to 100% improvements over V.42bis
Figure 9-7
9-7
Table 9-2
9-2
Error Detection and Recovery
• In order to ensure that data is not changed or lost during
transmission, error-detection and recovery processes are
standard aspects of modem operations
• The general process is as follows (Figure 9-8)
– During handshaking, the modem pair determines the error
checking approach that will be used
– The sender sends the error-check along with the data
– The receiver calculates its own error-check on received data and
compares it to that transmitted by the sender
– If the receiver’s error-check matches the sender’s, no error is
detected; a mismatch indicates a transmission error
– Detected errors trigger error recovery mechanisms
Figure 9-8
9-8
Error Sources
• There are many sources of data communication
transmission errors including:
– Signal attenuation
– Impulse noise
– Crosstalk
– Echo
– Phase jitter
– Envelope delay distortion
– White noise
– Electromagnetic interference (EMI)
Error Impacts
• Errors cause bits to be changed (corrupted)
during transmission; without error-detection
mechanisms, erroneous data could be
received and used in application processing
• Figure 9-9 illustrates a transmission error
caused by noise
Figure 9-9
9-9
Error Detection Approaches
• Error detection processes vary in complexity and
robustness. They include:
– Parity checking (Table 9-3)
– Longitudinal redundancy checks (LRC) - Table 9-4
– Checksums
– Cyclical redundancy checks (most widely used and robust)
• CRC-12
• CRC-16
• CRC-32
– Sequence checks
– Other approaches include check digits, hash totals, byte counts,
and character echoing
Table 9-3
9-3
Table 9-4
9-4
Error Recovery
• Automatic repeat request (ARQ) is the most widely used error-recovery
approach in data communications. In this approach, the receiver requests
retransmission if an error occurs. There are three major kinds of ARQ:
– Discrete ARQ (aka stop-and-wait ARQ). Sender waits for an ACK or NAK
before transmitting another packet
– Continuous ARQ (aka go-back-N ARQ). Sender keeps transmitting until a
NAK is returned; sender retransmits that packet and all others after it
– Selective ARQ. Sender only retransmits packets with errors
• Forward error correction codes involve sending additional redundant
information with the data to enable receivers to correct some of the
errors they detect. Hamming code and Trellis Coded Modulation are
examples
• Error control/recovery standards include MNP Class 4, V.42, and LAPM
Public Dial Network Lines
• Public dial network lines are the very same lines that you
use for regular telephone services. This is the type of
phone you use with regular asynchronous modems. Public
dial network lines are not very fast but they adequate for
exchanging e-mail and transferring small files.
• ISDN is new type public dial network line that is faster
than POTS (Plain old Telephone System).
• ISDN is capable of handling large graphics files and
complete databases. ISDN requires a special phone line
from telephone company. ISDN is more expensive than
regular asynchronous modems, so it is used so often.
Leased Lines:
A communications circuit permanently established
for a single customer. Also called a Private line
• A leased line is different from public dial network line in that the
line dedicated to a connection between two predetermined
numbers. The connection is setup for you by the phone company
and the connection stays to whether or not you are using it. You
cannot redirect the connection to another number, because you do
not dial a number.
• A leased line can also carry more data than public dial network
line. Telephone carriers offer lines from basic capacity level of a
regular telephone line (up to 56Kpbs with special synchronous
modems and data compression) to T1 (15Mpbs) or T3 (45 Mbps)
which is faster than most local area networks.
• Leased line is expensive so unless your computers must always
be connected and exchanging information, you may wish to use
public dial network lines instead.
Remote Access Software
• Remote access Software in Windows is called the
Remote Access Service (RAS). Microsoft RAS
allows users to connect to a Windows NT,
Windows XP computer over telephone lines. If
you have more than one modem attached to your
RAS server, you can have more than computer
connect to it at a time. RAS server can accept up
to 256 simultaneous connections from remote
clients.
Remote Access Software
• Installing Remote Services
• Administrating RAS
• Making Dialup Connection

Contenu connexe

Tendances

Session 5 Tp 5
Session 5 Tp 5Session 5 Tp 5
Session 5 Tp 5githe26200
 
dmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe confdmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe confSumanPramanik7
 
Proxy Mobile IPv6 (PMIPv6)
Proxy Mobile IPv6 (PMIPv6)Proxy Mobile IPv6 (PMIPv6)
Proxy Mobile IPv6 (PMIPv6)Peter R. Egli
 
Powerpoint exam
Powerpoint examPowerpoint exam
Powerpoint exampapapapogi
 
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...thesakshi12
 
Certified Hospitality Technology Professional
Certified Hospitality Technology ProfessionalCertified Hospitality Technology Professional
Certified Hospitality Technology ProfessionalHuy Pham
 
Private Network Project for Colleges
Private Network Project for CollegesPrivate Network Project for Colleges
Private Network Project for CollegesAditya Jain
 
98 366 mva slides lesson 6
98 366 mva slides lesson 698 366 mva slides lesson 6
98 366 mva slides lesson 6suddenven
 
Web technology and commerce unit 1
Web technology and commerce unit 1Web technology and commerce unit 1
Web technology and commerce unit 1arun0501
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point ProtocolPhan Vuong
 
Voice and Data Delivery Networks
Voice and Data Delivery NetworksVoice and Data Delivery Networks
Voice and Data Delivery NetworksKen V
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5suddenven
 

Tendances (19)

Voice over IP ppt
Voice over IP pptVoice over IP ppt
Voice over IP ppt
 
Session 5 Tp 5
Session 5 Tp 5Session 5 Tp 5
Session 5 Tp 5
 
Ession 5 Tp 5
Ession 5 Tp 5Ession 5 Tp 5
Ession 5 Tp 5
 
Tcp ip
Tcp ipTcp ip
Tcp ip
 
dmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe confdmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe conf
 
Mpls vpn
Mpls vpnMpls vpn
Mpls vpn
 
Proxy Mobile IPv6 (PMIPv6)
Proxy Mobile IPv6 (PMIPv6)Proxy Mobile IPv6 (PMIPv6)
Proxy Mobile IPv6 (PMIPv6)
 
EPABX new
EPABX newEPABX new
EPABX new
 
Powerpoint exam
Powerpoint examPowerpoint exam
Powerpoint exam
 
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
6 weeks/months project training from CMC Faridabad - Ppt of ccna project from...
 
Certified Hospitality Technology Professional
Certified Hospitality Technology ProfessionalCertified Hospitality Technology Professional
Certified Hospitality Technology Professional
 
Private Network Project for Colleges
Private Network Project for CollegesPrivate Network Project for Colleges
Private Network Project for Colleges
 
98 366 mva slides lesson 6
98 366 mva slides lesson 698 366 mva slides lesson 6
98 366 mva slides lesson 6
 
Pabx
PabxPabx
Pabx
 
Vo lte white paper
Vo lte   white paperVo lte   white paper
Vo lte white paper
 
Web technology and commerce unit 1
Web technology and commerce unit 1Web technology and commerce unit 1
Web technology and commerce unit 1
 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
 
Voice and Data Delivery Networks
Voice and Data Delivery NetworksVoice and Data Delivery Networks
Voice and Data Delivery Networks
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
 

En vedette

Remote access from a smartphone ppt
Remote access from a smartphone pptRemote access from a smartphone ppt
Remote access from a smartphone pptLaxman Puri
 
Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...
Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...
Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...ctc TrainCanada
 
Controlling remote pc using mobile
Controlling remote pc using mobileControlling remote pc using mobile
Controlling remote pc using mobileArchana Maharjan
 
15 routing và remote access services
15 routing và remote access services15 routing và remote access services
15 routing và remote access serviceslaonap166
 
RAPA Project Documentaion
RAPA Project DocumentaionRAPA Project Documentaion
RAPA Project DocumentaionKhaled El Sawy
 
User Account Control Prensentation2
User Account Control Prensentation2User Account Control Prensentation2
User Account Control Prensentation2wsolomoniv
 
Eight Hot New Features of Windows 10
Eight Hot New Features of Windows 10Eight Hot New Features of Windows 10
Eight Hot New Features of Windows 10Individual Software
 
Using spreadsheets in the classroom
Using spreadsheets in the classroomUsing spreadsheets in the classroom
Using spreadsheets in the classroomPatricia McCauley
 
Multimedia And Contiguity Presentation
Multimedia And Contiguity PresentationMultimedia And Contiguity Presentation
Multimedia And Contiguity PresentationPatrick Coleman
 
Remote management, LDP SoftServe
Remote management, LDP SoftServeRemote management, LDP SoftServe
Remote management, LDP SoftServePetro Porchuk
 
Difference between windows 7 and windows 8 and windows 8 features
 Difference between windows 7 and windows 8 and windows 8 features Difference between windows 7 and windows 8 and windows 8 features
Difference between windows 7 and windows 8 and windows 8 featuresRizwan Ansari
 
Server 2012 r2 remote desktop services
Server 2012 r2 remote desktop servicesServer 2012 r2 remote desktop services
Server 2012 r2 remote desktop servicesNihat ALTINMAKAS
 

En vedette (15)

Remote desktop connection
Remote desktop connectionRemote desktop connection
Remote desktop connection
 
Remote access from a smartphone ppt
Remote access from a smartphone pptRemote access from a smartphone ppt
Remote access from a smartphone ppt
 
Remote Login
Remote LoginRemote Login
Remote Login
 
Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...
Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...
Remote Desktop Services and Virtual Desktop infrastructure in Windows Server ...
 
Controlling remote pc using mobile
Controlling remote pc using mobileControlling remote pc using mobile
Controlling remote pc using mobile
 
15 routing và remote access services
15 routing và remote access services15 routing và remote access services
15 routing và remote access services
 
RAPA Project Documentaion
RAPA Project DocumentaionRAPA Project Documentaion
RAPA Project Documentaion
 
Windows 10 – 8 Tips & Tricks
Windows 10 – 8 Tips & TricksWindows 10 – 8 Tips & Tricks
Windows 10 – 8 Tips & Tricks
 
User Account Control Prensentation2
User Account Control Prensentation2User Account Control Prensentation2
User Account Control Prensentation2
 
Eight Hot New Features of Windows 10
Eight Hot New Features of Windows 10Eight Hot New Features of Windows 10
Eight Hot New Features of Windows 10
 
Using spreadsheets in the classroom
Using spreadsheets in the classroomUsing spreadsheets in the classroom
Using spreadsheets in the classroom
 
Multimedia And Contiguity Presentation
Multimedia And Contiguity PresentationMultimedia And Contiguity Presentation
Multimedia And Contiguity Presentation
 
Remote management, LDP SoftServe
Remote management, LDP SoftServeRemote management, LDP SoftServe
Remote management, LDP SoftServe
 
Difference between windows 7 and windows 8 and windows 8 features
 Difference between windows 7 and windows 8 and windows 8 features Difference between windows 7 and windows 8 and windows 8 features
Difference between windows 7 and windows 8 and windows 8 features
 
Server 2012 r2 remote desktop services
Server 2012 r2 remote desktop servicesServer 2012 r2 remote desktop services
Server 2012 r2 remote desktop services
 

Similaire à Remote Access

Similaire à Remote Access (20)

Wan technologies
Wan technologiesWan technologies
Wan technologies
 
Week 3
Week 3Week 3
Week 3
 
Net essentials6e ch12
Net essentials6e ch12Net essentials6e ch12
Net essentials6e ch12
 
Computer network and email basic concepts
Computer network and email basic conceptsComputer network and email basic concepts
Computer network and email basic concepts
 
9781111306366 ppt ch8
9781111306366 ppt ch89781111306366 ppt ch8
9781111306366 ppt ch8
 
Introduction to-telecommunication-rf
Introduction to-telecommunication-rfIntroduction to-telecommunication-rf
Introduction to-telecommunication-rf
 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7
 
MVA slides lesson 7
MVA slides lesson 7MVA slides lesson 7
MVA slides lesson 7
 
Unit06
Unit06Unit06
Unit06
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
 
Practical_4_cse307_ppt.ppt
Practical_4_cse307_ppt.pptPractical_4_cse307_ppt.ppt
Practical_4_cse307_ppt.ppt
 
Network's Type
Network's TypeNetwork's Type
Network's Type
 
Communicationsystems2
Communicationsystems2Communicationsystems2
Communicationsystems2
 
Modem technology
Modem technologyModem technology
Modem technology
 
HSC Communication systems
HSC Communication systems HSC Communication systems
HSC Communication systems
 
Chapter 3 2-remote_network_design - Network Design
Chapter 3 2-remote_network_design - Network DesignChapter 3 2-remote_network_design - Network Design
Chapter 3 2-remote_network_design - Network Design
 
PCM_DC_PPT.pdf
PCM_DC_PPT.pdfPCM_DC_PPT.pdf
PCM_DC_PPT.pdf
 

Plus de zaisahil

The Basics of Network Troubleshooting
The Basics of Network TroubleshootingThe Basics of Network Troubleshooting
The Basics of Network Troubleshootingzaisahil
 
Wide Area Network
Wide Area NetworkWide Area Network
Wide Area Networkzaisahil
 
Expending Networking
Expending NetworkingExpending Networking
Expending Networkingzaisahil
 
Administrating Your Network
Administrating Your NetworkAdministrating Your Network
Administrating Your Networkzaisahil
 
Configuring Network Clients
Configuring Network ClientsConfiguring Network Clients
Configuring Network Clientszaisahil
 
Configuring The Network Server
Configuring The Network ServerConfiguring The Network Server
Configuring The Network Serverzaisahil
 
Designing Local Area Network
Designing Local Area NetworkDesigning Local Area Network
Designing Local Area Networkzaisahil
 
Real-World Networks
Real-World NetworksReal-World Networks
Real-World Networkszaisahil
 
The Theoretical Network
The Theoretical NetworkThe Theoretical Network
The Theoretical Networkzaisahil
 
Network Components
Network ComponentsNetwork Components
Network Componentszaisahil
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Conceptszaisahil
 

Plus de zaisahil (11)

The Basics of Network Troubleshooting
The Basics of Network TroubleshootingThe Basics of Network Troubleshooting
The Basics of Network Troubleshooting
 
Wide Area Network
Wide Area NetworkWide Area Network
Wide Area Network
 
Expending Networking
Expending NetworkingExpending Networking
Expending Networking
 
Administrating Your Network
Administrating Your NetworkAdministrating Your Network
Administrating Your Network
 
Configuring Network Clients
Configuring Network ClientsConfiguring Network Clients
Configuring Network Clients
 
Configuring The Network Server
Configuring The Network ServerConfiguring The Network Server
Configuring The Network Server
 
Designing Local Area Network
Designing Local Area NetworkDesigning Local Area Network
Designing Local Area Network
 
Real-World Networks
Real-World NetworksReal-World Networks
Real-World Networks
 
The Theoretical Network
The Theoretical NetworkThe Theoretical Network
The Theoretical Network
 
Network Components
Network ComponentsNetwork Components
Network Components
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Concepts
 

Dernier

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 

Dernier (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 

Remote Access

  • 2. Types of Modems • Consumers and businesses typically gain Internet access via ISPs. Many ISPs provide a variety of connection interfaces including: – Dial-in modem connections – ISDN – DSL – Cable modems • Wireless service providers (WSPs) provide wireless Internet access for users with wireless modems, smart phones, and Web-enabled PDAs, or handheld computers • Despite increasing use of DSL and cable modems, dial-in access over voice- grade analog circuits is the most common form of Internet access for consumers • Point-to-point (PPP) protocol is the most widely used protocol over dial-up connections
  • 3. Transmitting Encoded Data Asynchronous and Synchronous Communication • The bits that represent encoded characters can be transmitted simultaneously (parallel transmission) or one at time (serial transmission) – see Figure 9-1 – Serial transmission is more widely used than parallel transmission for data communication – Parallel transmission is used for communication between components within a computer • In serial transmission, encoded characters can either be transmitted one at a time (asynchronous transmission) or in blocks (synchronous transmission) Figure 9-2 – Figure 9-3 illustrates asynchronous transmission of a single character. – UART provides the interface between parallel transmission within the computer and serial transmission ports. It also plays a key role in formatting encoded characters for asynchronous transmission
  • 7. Interfaces and Interface Standards • There are two major classes of data communication equipment: – Data communication equipment (DCE): this includes modems, media, switches, routers, satellite transponders, etc.) – Data terminating equipment (DTE): this includes terminals, servers, workstations, printers, etc.) • The physical interface is the manner in these two classes are joined together (Figure 9-4) • A wide range of interface standards exist including – RS-232-C – RS-422, RS-423, RS-449 – A variety of ISO and ITU interfaces – USB and FireWire
  • 9. RS-232-C • EIA’s RS-232-C standard is arguably the most important physical layer standard • It is the most widely accepted standard for transferring encoded characters across copper wires between a computer or terminal and a modem • RS-232-C uses voltage levels between –15 and +15 volts (Figure 9-5); negative voltages are used to represent 1 bits and positive voltages are use to represent 0 bits • This standard does not specify size or kind of connectors to be used in the interface. It does define 25 signal leads. 25-pin connectors and 9- pin connectors are most common, but other kinds of connectors are sometimes used
  • 11. Digital Data Transmission • All communication media are capable of transmitting data in either digital or analog form. • Voice-grade dial-up circuits are typically analog, however, relative to analog transmission, digital transmission has several advantages: – Lower error rates – Higher transmission speeds – No digital-analog conversion – Security
  • 12. Analog Transmission • Data is represented in analog form when transmitted over analog voice-grade dial-up circuits • This is done by varying the amplitude, frequency, or phase of the carrier signal (carrier wave) raised during the handshaking process at the start of a communication session between two modems – During handshaking, the two modems raise a carrier signal and agree on how it will be manipulated to represent 0 and 1 bits – In some modulation schemes, more than one of the carrier signal’s characteristics are simultaneously manipulated • Modems (modulator/demodulators) are the devices used to translate the digital signals transmitted by computers into corresponding analog signals used to represent bits over analog dial-up circuits (Figure 9-6)
  • 14. Transfer Speed Bit Rates and Bandwidth • The bandwidth of an analog channel is the difference between the minimum and maximum frequencies it can carry – A voice-grade dial-up circuit can transmit frequencies between 300 and 3400 Hz and thus has a bandwidth of 3100 Hz • For digital circuits, bandwidth is a measure of the amount of data that can be transmitted per unit. Bits per second (bps) is the most widely used measure for digital circuits • Over time, bit rates (bps) have also become on of the key measures of modem performance (e.g. a 56 Kbps modem) – However, modem bit rates are not necessarily an accurate reflection of their data throughput rates
  • 15. Transfer Speed Baud Rate • Baud rate is a measure of the number of discrete signals that can be transmitted (or received) per unit of time • A modem’s baud rate measures the number of signals that it is capable of transmitting (or receiving) per second – Baud rate represents the number of times per second that a modem can modulate (or demodulate) the carrier signal to represent bits • Although baud rate and bit rate are sometimes used interchangeably to refer to modem data transfer speeds, these are only identical when each signal transmitted (or received) represents a signal bit – A modem’s bit rate is typically higher than its baud rate because each signal transmitted or received may represent a combination of two or more bits
  • 16. Modem Capabilities • Modems differ in several dimensions including: – The type of medium they can be connected to (copper- based, fiber-optic, wireless) – Speed – Connection options (such as support for call waiting) – Support for voice-over-data – Data compression algorithms – Security features (such as password controls or callback) – Error detection and recovery mechanisms
  • 17. Modem Speed • Over time, the evolution of modem standards has corresponded with increases in modem speeds (Table 9-1) • In 2002, V.92 is the newest modem standard – V.92 is backward compatible with V.90 but is capable of upstream data rates of 48,000 – Like V.90, V.92 modems leverage PCM for downstream links • A variety of factors contribute to modem speed and data throughput including: – Adaptive line probing – Dynamic speed shifts – Fallback capabilities – Fallforword capabilities – Data compression
  • 19. Data Compression • Modem data compression capabilities enable modems to have data throughput rates greater than their maximum bit rates • This is accomplished by substituting large strings of repeating characters or bits with shorter codes • The data compression process is illustrated in Figure 9-7 • Widely supported standards for data compression include (Table 9-2): – V.42bis --- up to 4:1 compression using the Lempel Ziv algorithm – MNP Class 5 --- supports 1.3:1 and 2:1 ratios (via Huffman encoding and run-length encoding) – MNP Class 7 – up to 3:1 compression – V.44 --- capable of 20% to 100% improvements over V.42bis
  • 22. Error Detection and Recovery • In order to ensure that data is not changed or lost during transmission, error-detection and recovery processes are standard aspects of modem operations • The general process is as follows (Figure 9-8) – During handshaking, the modem pair determines the error checking approach that will be used – The sender sends the error-check along with the data – The receiver calculates its own error-check on received data and compares it to that transmitted by the sender – If the receiver’s error-check matches the sender’s, no error is detected; a mismatch indicates a transmission error – Detected errors trigger error recovery mechanisms
  • 24. Error Sources • There are many sources of data communication transmission errors including: – Signal attenuation – Impulse noise – Crosstalk – Echo – Phase jitter – Envelope delay distortion – White noise – Electromagnetic interference (EMI)
  • 25. Error Impacts • Errors cause bits to be changed (corrupted) during transmission; without error-detection mechanisms, erroneous data could be received and used in application processing • Figure 9-9 illustrates a transmission error caused by noise
  • 27. Error Detection Approaches • Error detection processes vary in complexity and robustness. They include: – Parity checking (Table 9-3) – Longitudinal redundancy checks (LRC) - Table 9-4 – Checksums – Cyclical redundancy checks (most widely used and robust) • CRC-12 • CRC-16 • CRC-32 – Sequence checks – Other approaches include check digits, hash totals, byte counts, and character echoing
  • 30. Error Recovery • Automatic repeat request (ARQ) is the most widely used error-recovery approach in data communications. In this approach, the receiver requests retransmission if an error occurs. There are three major kinds of ARQ: – Discrete ARQ (aka stop-and-wait ARQ). Sender waits for an ACK or NAK before transmitting another packet – Continuous ARQ (aka go-back-N ARQ). Sender keeps transmitting until a NAK is returned; sender retransmits that packet and all others after it – Selective ARQ. Sender only retransmits packets with errors • Forward error correction codes involve sending additional redundant information with the data to enable receivers to correct some of the errors they detect. Hamming code and Trellis Coded Modulation are examples • Error control/recovery standards include MNP Class 4, V.42, and LAPM
  • 31. Public Dial Network Lines • Public dial network lines are the very same lines that you use for regular telephone services. This is the type of phone you use with regular asynchronous modems. Public dial network lines are not very fast but they adequate for exchanging e-mail and transferring small files. • ISDN is new type public dial network line that is faster than POTS (Plain old Telephone System). • ISDN is capable of handling large graphics files and complete databases. ISDN requires a special phone line from telephone company. ISDN is more expensive than regular asynchronous modems, so it is used so often.
  • 32. Leased Lines: A communications circuit permanently established for a single customer. Also called a Private line • A leased line is different from public dial network line in that the line dedicated to a connection between two predetermined numbers. The connection is setup for you by the phone company and the connection stays to whether or not you are using it. You cannot redirect the connection to another number, because you do not dial a number. • A leased line can also carry more data than public dial network line. Telephone carriers offer lines from basic capacity level of a regular telephone line (up to 56Kpbs with special synchronous modems and data compression) to T1 (15Mpbs) or T3 (45 Mbps) which is faster than most local area networks. • Leased line is expensive so unless your computers must always be connected and exchanging information, you may wish to use public dial network lines instead.
  • 33. Remote Access Software • Remote access Software in Windows is called the Remote Access Service (RAS). Microsoft RAS allows users to connect to a Windows NT, Windows XP computer over telephone lines. If you have more than one modem attached to your RAS server, you can have more than computer connect to it at a time. RAS server can accept up to 256 simultaneous connections from remote clients.
  • 34. Remote Access Software • Installing Remote Services • Administrating RAS • Making Dialup Connection