21
Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

Embed Size (px)

Citation preview

Page 1: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

Networking Technologies

Lecture 19 Foundations of Information Technology 104 2001

Page 2: 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

Page 3: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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

Page 4: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• Most telephone lines attached to home and businesses are analog, not digital.

Data Communications over Standard Telephone Lines - Modems

• 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).

Page 5: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

The analog signal(audible)

is sent throughtelephone lines.

MODEM MODEM 011010001011010001

Digital signal Digital signal

This modem convertsdigital to analog.

This modem convertsanalog to digital.

Page 6: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

When choosing a modem, consider the following factors:

Data Communications over Standard Telephone Lines - Choosing a Modem

Page 7: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Using Digital Telephone Lines

Page 8: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

12

3

4

Page 9: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

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.

Page 10: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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- DSL Technologies

Page 11: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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 - ATM

Page 12: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Using Digital Telephone Lines- Cable Modem Connections

Page 13: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

Home and BusinessSubscribers

Servers

TV signals

Cable Company Head End

Distribution

Routers

Internet Backbone

Page 14: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Networks in the Home

Page 15: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

These methods of connecting to the Internet are not commonly used:

Accessing the Internet- Non-Standard Methods

Page 16: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Here are some very common methods for connecting PCs to the Internet:

Accessing the Internet- Common Connection Methods

Page 17: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Because modem speeds are limited to 56 Kbps, many home users and small businesses connect to the Internet via high-speed lines, such as:

Accessing the Internet- High-Speed Data Links

Page 18: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Connecting a PC to the Internet

Page 19: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001
Page 20: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001

• 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.

Working on the Internet- Businesses and Firewalls

Page 21: Networking Technologies Lecture 19 Foundations of Information Technology 104 2001