Download Network Technologies PPT

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Net neutrality law wikipedia , lookup

Net bias wikipedia , lookup

Registered jack wikipedia , lookup

RS-232 wikipedia , lookup

Serial digital interface wikipedia , lookup

IEEE 1355 wikipedia , lookup

Piggybacking (Internet access) wikipedia , lookup

Transcript
Networking
Technologies
Lecture 19
Foundations of Information Technology 104
2001
This lesson includes the following sections:
• Standard Telephone Lines
• Digital Telephone Lines
• Networks in the Home
• Accessing the Internet
• Connecting a PC to the Internet
Data Communications over Standard
Telephone Lines
• Networks commonly use dedicated media to transmit
data. However, the public telephone system can also be
used for data communications.
• Standard phone lines transmit data much more slowly
than network media, but devices such as modems make
phone lines practical for data transmission over long
distances.
• Many people and businesses use modems to exchange
data, and to establish connections with office networks.
Data Communications over Standard
Telephone Lines - Modems
•
Most telephone lines attached
to home and businesses are
analog, not digital.
•
Because PCs transmit and receive data in digital
format, a device called a modem is needed to convert
digital data to analog format for transmission over
phone lines (MOdulation).
•
When receiving data from another computer, the
modem converts it from analog format to digital
format (DEModulation).
The analog signal
(audible)
is sent through
telephone lines.
011010001
Digital signal
This modem converts
digital to analog.
MODEM
MODEM
011010001
Digital signal
This modem converts
analog to digital.
Data Communications over Standard
Telephone Lines - Choosing a Modem
When choosing a modem, consider the following factors:
•
Transmission speed - the speed at which the modem
sends data - which is measured in bits per second.
•
Data compression, the technology the modem uses to
shrink data so it can be transmitted faster.
•
Error correction, the method the modem uses to
ensure data is sent and received without errors.
•
Internal versus external, which describes whether or
not the modem fits inside the PC case.
Using Digital Telephone Lines
•
Telephone companies are now installing digital
telephone lines, which are dedicated to transmitting
data in digital format.
•
Digital phone lines transmit data at much higher
speeds than standard analog phone lines.
•
Often, data travels across analog lines and digital
lines. In such cases, data may need to be converted
from one format to another multiple times before
reaching its destination.
1
2
4
3
Using Digital Telephone Lines –
ISDN, T1, and T3
•
Integrated Services Digital Network (ISDN) is a system
that replaces analog phone services with digital services.
•
Basic rate ISDN (BRI) offers three channels on one
phone line: two for data and one for control. BRI
transmits data up to 128 Kbps.
•
Primary rate ISDN (PRI) offers 24 channels at
transmission speeds up to 1.544 Mbps. This is T1
service.
•
Using even more channels, T3 service offers up to 672
channels and speeds up to 44.736 Mbps.
Using Digital Telephone Lines
- DSL Technologies
•
Digital Subscriber Line (DSL) service is outpacing
ISDN. Several types of DSL service are available,
reaching transmission speeds up to 51.84 Mbps.
Using Digital Telephone Lines - ATM
• Asynchronous transfer mode (ATM) digital service is
offered as a high-bandwidth, efficient means for
transferring multimedia content, data, and voice over
phone lines.
• Some types of ATM service can reach transmission
speeds of 10,000 Mbps.
Using Digital Telephone Lines
- Cable Modem Connections
•
Cable modems allow users to connect their PCs to
the Internet via the local cable television system.
•
Cable companies offer Internet service by
combining television and data signals and
distributing them over the cable system.
•
Cable modem service can achieve speeds of 27 Mbps.
Home and Business
Subscribers
Routers
Internet
Backbone
TV
signals
Distribution
Servers
Cable Company
Head End
Networks in the Home
•
Because more homes now have multiple computers,
home networks are gaining in popularity. Home
networks offer the same advantages to home users as
to a business.
•
Home networks are typically based on existing
telephone or wireless technologies.
•
Popular PC operating systems, such as Windows and
the Mac OS, provide simple networking tools that
are adequate for running a home network.
Accessing the Internet
- Non-Standard Methods
These methods of connecting to the Internet are not
commonly used:
• Direct connection – connects an isolated PC directly to
the Internet backbone via serial line interface protocol
(SLIP) or point-to-point protocol (PPP).
• Remote terminal connection – allows the user to
exchange commands and data in ASCII text format
with a UNIX host computer.
• Gateway connection – connects a non-TCP/IP network
to the Internet via a gateway.
Accessing the Internet
- Common Connection Methods
Here are some very common methods for connecting
PCs to the Internet:
•
Connection through a LAN – if a LAN uses TCP/IP, it
can exchange data over the Internet without a
gateway. If the LAN is connected to the Internet via a
router, the connection is extended to all nodes on the
network.
•
Connection through a modem – if a stand-alone PC
has access to a modem and phone line, it can connect
directly or via an Internet Service Provider (ISP). ISP
accounts are the most common type of connection.
Accessing the Internet
- High-Speed Data Links
Because modem speeds are limited to 56 Kbps, many
home users and small businesses connect to the
Internet via high-speed lines, such as:
•
ISDN. Transmits up to 128 Kbps and carries voice
and data signals over a single connection.
•
xDSL. Transmits up to 52 Mbps, and offers
simultaneous voice and data transmissions.
•
Cable modem. High-speed data transmission over a
cable television system's existing coaxial lines.
Connecting a PC to the Internet
•
To connect a PC to the Internet, you use applications
and network connections that conform to the
Winsock standard.
•
The Winsock standard ensures that connections and
applications use TCP/IP protocols and can
communicate with each other.
•
You can mix and match any Winsock application
and connection and be sure they will work together.
Working on the Internet
- Businesses and Firewalls
•
Many businesses connect their LANs to the
Internet, making their data vulnerable to access by
unauthorized users, such as hackers.
•
Businesses can use a firewall to control access to
their network from the Internet, by persons outside
the company.
•
A firewall gives outsiders access to public areas of a
network while restricting access to protected parts
of the network.