ๅฐŠๆ•ฌ็š„ ๅพฎไฟกๆฑ‡็Ž‡๏ผš1ๅ†† โ‰ˆ 0.046166 ๅ…ƒ ๆ”ฏไป˜ๅฎๆฑ‡็Ž‡๏ผš1ๅ†† โ‰ˆ 0.046257ๅ…ƒ [้€€ๅ‡บ็™ปๅฝ•]
SlideShare a Scribd company logo
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

More Related Content

What's hot

Voice over IP ppt
Voice over IP pptVoice over IP ppt
Voice over IP ppt
Akash Sharma
ย 
Session 5 Tp 5
Session 5 Tp 5Session 5 Tp 5
Session 5 Tp 5
githe26200
ย 
Ession 5 Tp 5
Ession 5 Tp 5Ession 5 Tp 5
Ession 5 Tp 5
githe26200
ย 
Tcp ip
Tcp ipTcp ip
Tcp ip
Apratim Saha
ย 
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
SumanPramanik7
ย 
Mpls vpn
Mpls vpnMpls vpn
Mpls vpn
rel comm
ย 
Proxy Mobile IPv6 (PMIPv6)
Proxy Mobile IPv6 (PMIPv6)Proxy Mobile IPv6 (PMIPv6)
Proxy Mobile IPv6 (PMIPv6)
Peter R. Egli
ย 
EPABX new
EPABX newEPABX new
Powerpoint exam
Powerpoint examPowerpoint exam
Powerpoint exam
papapapogi
ย 
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 Professional
Huy Pham
ย 
Private Network Project for Colleges
Private Network Project for CollegesPrivate Network Project for Colleges
Private Network Project for Colleges
Aditya Jain
ย 
98 366 mva slides lesson 6
98 366 mva slides lesson 698 366 mva slides lesson 6
98 366 mva slides lesson 6
suddenven
ย 
Pabx
PabxPabx
Vo lte white paper
Vo lte   white paperVo lte   white paper
Vo lte white paper
Muhammad Rauf Akram
ย 
Web technology and commerce unit 1
Web technology and commerce unit 1Web technology and commerce unit 1
Web technology and commerce unit 1
arun0501
ย 
Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
Phan Vuong
ย 
Voice and Data Delivery Networks
Voice and Data Delivery NetworksVoice and Data Delivery Networks
Voice and Data Delivery Networks
Ken V
ย 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
suddenven
ย 

What's hot (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
ย 

Viewers also liked

Remote desktop connection
Remote desktop connectionRemote desktop connection
Remote desktop connection
Jasleen Kaur (Chandigarh University)
ย 
Remote access from a smartphone ppt
Remote access from a smartphone pptRemote access from a smartphone ppt
Remote access from a smartphone ppt
Laxman Puri
ย 
Remote Login
Remote LoginRemote Login
Remote Login
hariprasadnr
ย 
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 mobile
Archana Maharjan
ย 
15 routing vร  remote access services
15 routing vร  remote access services15 routing vร  remote access services
15 routing vร  remote access services
laonap166
ย 
RAPA Project Documentaion
RAPA Project DocumentaionRAPA Project Documentaion
RAPA Project Documentaion
Khaled El Sawy
ย 
Windows 10 โ€“ 8 Tips & Tricks
Windows 10 โ€“ 8 Tips & TricksWindows 10 โ€“ 8 Tips & Tricks
Windows 10 โ€“ 8 Tips & Tricks
Individual Software
ย 
User Account Control Prensentation2
User Account Control Prensentation2User Account Control Prensentation2
User Account Control Prensentation2
wsolomoniv
ย 
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
Individual Software
ย 
Using spreadsheets in the classroom
Using spreadsheets in the classroomUsing spreadsheets in the classroom
Using spreadsheets in the classroom
Patricia McCauley
ย 
Multimedia And Contiguity Presentation
Multimedia And Contiguity PresentationMultimedia And Contiguity Presentation
Multimedia And Contiguity Presentation
Patrick Coleman
ย 
Remote management, LDP SoftServe
Remote management, LDP SoftServeRemote management, LDP SoftServe
Remote management, LDP SoftServe
Petro 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 features
Rizwan Ansari
ย 
Server 2012 r2 remote desktop services
Server 2012 r2 remote desktop servicesServer 2012 r2 remote desktop services
Server 2012 r2 remote desktop services
Nihat ALTINMAKAS
ย 

Viewers also liked (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
ย 

Similar to Remote Access

Wan technologies
Wan technologiesWan technologies
Wan technologies
Online
ย 
Week 3
Week 3Week 3
Week 3
Dimas Apriawan
ย 
Net essentials6e ch12
Net essentials6e ch12Net essentials6e ch12
Net essentials6e ch12
APSU
ย 
Computer network and email basic concepts
Computer network and email basic conceptsComputer network and email basic concepts
Computer network and email basic concepts
Md Irfan Ansari
ย 
9781111306366 ppt ch8
9781111306366 ppt ch89781111306366 ppt ch8
9781111306366 ppt ch8
Dr. Ahmed Al Zaidy
ย 
Introduction to-telecommunication-rf
Introduction to-telecommunication-rfIntroduction to-telecommunication-rf
Introduction to-telecommunication-rf
Terra Sacrifice
ย 
98 366 mva slides lesson 7
98 366 mva slides lesson 798 366 mva slides lesson 7
98 366 mva slides lesson 7
suddenven
ย 
MVA slides lesson 7
MVA slides lesson 7MVA slides lesson 7
Unit06
Unit06Unit06
Unit06
Nurul Nadirah
ย 
Ccna day5
Ccna day5Ccna day5
Ccna day5
danishrafiq
ย 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
Sachin Morya
ย 
Ccna day5
Ccna day5Ccna day5
Ccna day5
Sabiulla Barkathullah
ย 
Ccna day5
Ccna day5Ccna day5
Ccna day5
AHMED NADIM JILANI
ย 
Practical_4_cse307_ppt.ppt
Practical_4_cse307_ppt.pptPractical_4_cse307_ppt.ppt
Practical_4_cse307_ppt.ppt
AbhishekKumar66407
ย 
Network's Type
Network's TypeNetwork's Type
Network's Type
Mohammed Sheikh Salem
ย 
Communicationsystems2
Communicationsystems2Communicationsystems2
Communicationsystems2
MR Z
ย 
Modem technology
Modem technologyModem technology
Modem technology
Self-employed
ย 
HSC Communication systems
HSC Communication systems HSC Communication systems
HSC Communication systems
greg robertson
ย 
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
nakomuri
ย 
PCM_DC_PPT.pdf
PCM_DC_PPT.pdfPCM_DC_PPT.pdf
PCM_DC_PPT.pdf
ArunKumar674066
ย 

Similar to 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-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
ย 
Ccna day5
Ccna day5Ccna day5
Ccna day5
ย 
Ccna day5
Ccna day5Ccna day5
Ccna day5
ย 
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
ย 

More from zaisahil

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

More from 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
ย 

Recently uploaded

220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
Kalna College
ย 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Catherine Dela Cruz
ย 
Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
shabeluno
ย 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
MJDuyan
ย 
The basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptxThe basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptx
heathfieldcps1
ย 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
ย 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
MattVassar1
ย 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
Kalna College
ย 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
BiplabHalder13
ย 
A Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by QuizzitoA Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by Quizzito
Quizzito The Quiz Society of Gargi College
ย 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ShwetaGawande8
ย 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Celine George
ย 
Creativity for Innovation and Speechmaking
Creativity for Innovation and SpeechmakingCreativity for Innovation and Speechmaking
Creativity for Innovation and Speechmaking
MattVassar1
ย 
Erasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES CroatiaErasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES Croatia
whatchangedhowreflec
ย 
nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...
chaudharyreet2244
ย 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
yarusun
ย 
(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"
MJDuyan
ย 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
Infosec
ย 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
ย 
Cross-Cultural Leadership and Communication
Cross-Cultural Leadership and CommunicationCross-Cultural Leadership and Communication
Cross-Cultural Leadership and Communication
MattVassar1
ย 

Recently uploaded (20)

220711130083 SUBHASHREE RAKSHIT Internet resources for social science
220711130083 SUBHASHREE RAKSHIT  Internet resources for social science220711130083 SUBHASHREE RAKSHIT  Internet resources for social science
220711130083 SUBHASHREE RAKSHIT Internet resources for social science
ย 
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptxScience-9-Lesson-1-The Bohr Model-NLC.pptx pptx
Science-9-Lesson-1-The Bohr Model-NLC.pptx pptx
ย 
Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
ย 
Information and Communication Technology in Education
Information and Communication Technology in EducationInformation and Communication Technology in Education
Information and Communication Technology in Education
ย 
The basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptxThe basics of sentences session 8pptx.pptx
The basics of sentences session 8pptx.pptx
ย 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
ย 
Talking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual AidsTalking Tech through Compelling Visual Aids
Talking Tech through Compelling Visual Aids
ย 
220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science220711130082 Srabanti Bag Internet Resources For Natural Science
220711130082 Srabanti Bag Internet Resources For Natural Science
ย 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
ย 
A Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by QuizzitoA Quiz on Drug Abuse Awareness by Quizzito
A Quiz on Drug Abuse Awareness by Quizzito
ย 
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
INTRODUCTION TO HOSPITALS & AND ITS ORGANIZATION
ย 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
ย 
Creativity for Innovation and Speechmaking
Creativity for Innovation and SpeechmakingCreativity for Innovation and Speechmaking
Creativity for Innovation and Speechmaking
ย 
Erasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES CroatiaErasmus + DISSEMINATION ACTIVITIES Croatia
Erasmus + DISSEMINATION ACTIVITIES Croatia
ย 
nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...nutrition in plants chapter 1 class 7...
nutrition in plants chapter 1 class 7...
ย 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
ย 
(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"
ย 
How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...How to stay relevant as a cyber professional: Skills, trends and career paths...
How to stay relevant as a cyber professional: Skills, trends and career paths...
ย 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
ย 
Cross-Cultural Leadership and Communication
Cross-Cultural Leadership and CommunicationCross-Cultural Leadership and Communication
Cross-Cultural Leadership and Communication
ย 

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
  ็ฟป่ฏ‘๏ผš