|
Lesson 3 - Connecting NetworksConnecting to the InternetInternet access has become an indispensable tool for businesses of all sizes. Even if a small peer-to-peer network never needs to link to another LAN, it usually must provide some sort of connection to the Internet. Fortunately, this process has become simpler. In the early days of the Internet, each organization was completely responsible for learning the Internet's rules and procedures, and installing the equipment necessary to connect to the worldwide network. However, today, telecommunication companies and independent Internet service providers (ISPs) simplify this process for their customers by handling many technical details of Internet access, providing valuable advice, and selling the necessary hardware. Home Dial-Up AccessAn individual user normally accesses the Internet by means of a modem with a dial-up connection over an analog local loop. That connection links the user to an online information service, such as America Online, or a local ISP, as illustrated on the Individual Internet Access Diagram. |
Individual Internet AccessHome Internet connections generally have the following basic components:
Two special protocols, Serial Line Internet Protocol (SLIP) and Point-to-Point Protocol (PPP), are used to transfer IP packets across a serial link. These two protocols are widely used by ISPs to provide dial-up Internet connections for home or small business users. SLIPSLIP is a simple encapsulation of an IP datagram asynchronously transmitted over serial lines using an RS-232 interface. At the user's computer, the IP packet is encapsulated between two SLIP control characters (hexadecimal C0), and the resulting SLIP frame is sent to the modem. The modem transmits the information across the telephone network to the ISP modem. The ISP's modem is attached to a router that decapsulates the SLIP frame. The router then encapsulates the original IP packet in a WAN protocol frame, and routes it across the Internet to the proper destination. A SLIP frame is formed by adding the same control character (a hexadecimal "C0") to both the beginning and end of an IP packet. In other words, the packet is inserted between the two characters, that are called SLIP delimeters. There are several drawbacks to SLIP:
Despite these limitations, SLIP is a proven protocol that is very easy to implement. Its simplicity is very attractive on slow links, such as analog local loops. PPPPPP is a more robust and flexible serial protocol. This Internet standard protocol offers multiprotocol support, data compression, host configuration, and link setup. PPP is used by higher layer protocols, such as TCP/IP, to provide simple WAN connectivity between users. It replaces SLIP and solves some of its inefficiencies. PPP supports either asynchronous (character-oriented) or synchronous (bit-oriented) transmission links. PPP is based on the High-Level Data Link Control (HDLC) standard, which deals with LAN and WAN links and operates at the Data Link Layer of the OSI model. PPP starts with the HDLC frame format; however, it adds a protocol field to identify the Network Layer protocol of each frame. This is what allows a PPP link to carry data for multiple network protocols. Business Internet AccessThere are two ways to connect a business customer to the Internet:
Some technologies, such as dial-up lines and ISDN, can be used for both dedicated and nondedicated installations. The difference between the two is the type of equipment used to make the connection. For example, the Dedicated vs. Nondedicated Access Diagram illustrates how an ISDN line might be used for either a dedicated or nondedicated application.
Dedicated vs. Nondedicated AccessWhen a business uses a dedicated line to connect to an ISP, the permanent connection makes it possible for the business to use a domain name and dedicated IP address. This is typically necessary if the corporation wants to establish a Web site. Private line Internet connections generally have the following basic components, as shown on the Dedicated Connection to ISP Diagram:
|
Dedicated Connection to ISPActivitiesSee the Activities and Extended Activities section in Unit 8 Lesson 3 in your textbook Introduction to Networking to test what you have learned so far.
[ Previous Section ] [ Unit Contents ] [ Next Lesson ]
|