the basic concept of internet connection

9
EXPLAIN THE BASIC CONCEPT OF INTERNET CONNECTION a. Identify Internet Service Provider b. Describe the relationship between ISP and Internet c. Identify the options of connections to the ISP d. Identify appropriate ISP levels of service to meet the user requirement e. Identify the importance of the Internet Protocol (IP) f. Explain how ISPs handle packets

Upload: jgrace-johnny

Post on 24-May-2015

3.754 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The basic concept of internet connection

EXPLAIN THE BASIC CONCEPT OF INTERNET CONNECTION

a. Identify Internet Service Provider

b. Describe the relationship between ISP and Internet

c. Identify the options of connections to the ISP

d. Identify appropriate ISP levels of service to meet the user requirement

e. Identify the importance of the Internet Protocol (IP)

f. Explain how ISPs handle packets

Page 2: The basic concept of internet connection

INTERNET SERVICE PROVIDER

Any home, business or organization that wants to connect to the Internet must use an Internet Service Provider (ISP).

An ISP is a company that provides the connections and support to access the Internet. It can also provide additional services such as Email and web hosting.

ISPs are essential to gaining access to the Internet. No one gets on the Internet without a host computer, and no one gets on the Internet without going through an ISP.

Page 3: The basic concept of internet connection

THE RELATIONSHIP BETWEEN ISP AND INTERNET

Individual computers and local networks connect to the ISP at a Point of Presence (POP). A POP is the connection point between the ISP's network and the particular geographical region that the POP is servicing.

ISPs connect to other ISPs in order to send information beyond the boundaries of their own network. The Internet is made up of very high-speed data links that interconnect ISP POPs and ISPs to each other. These interconnections are part of the very large, high capacity network known as the Internet Backbone.

Page 4: The basic concept of internet connection

THE OPTIONS OF CONNECTIONS TO THE ISP

ISPs provide a variety of ways to connect to the Internet, depending on location and desired connection speed.

Each Internet access technology uses a network access device, such as a modem, in order to connect to the ISP. It may be built in to your computer or may be provided by the ISP.

The simplest arrangement is a modem that provides a direct connection between a computer and the ISP.

The choice of Internet access technologies depends on availability, cost, access device used, media used and the speed of the connection.

Page 5: The basic concept of internet connection

APPROPRIATE ISP LEVELS OF SERVICE TO MEET THE USER REQUIREMENT

Depending on the ISP and the connection technology, various services are available such as virus scanning, video on demand, and file storage.

Home service is normally less expensive than business services, and generally provides scaled-down services such as slower connection speed, reduced web space storage, and fewer email accounts.

Business class service is more expensive but provides faster connection speeds and additional web space and email accounts.

Business service also includes Service Level Agreements (SLAs) agreements between the ISP and the customer specifying items such as network availability and service response time.

Page 6: The basic concept of internet connection

THE IMPORTANCE OF THE INTERNET PROTOCOL (IP)

For hosts to communicate on the Internet, they must be running Internet Protocol (IP) software.

The IP protocol is one of a group of protocols that are collectively referred to as TCP/IP (Transmission Control Protocol / Internet Protocol). The Internet Protocol (IP) uses packets to carry data.

Each IP packet must contain a valid source and destination IP address. Without valid address information, packets sent will not reach the destination host.

Page 7: The basic concept of internet connection

THE IP PACKET

An IP packet has a header at the beginning which contains the source and destination IP addresses.

It also contains control information that describes the packet to network devices, it passes through and also helps to control its behavior on the network.

The IP packet is sometimes referred to as a datagram.

Page 8: The basic concept of internet connection

HOW ISPS HANDLE PACKETS

Before being sent on the Internet, messages are divided into packets and each individual packet must have a source and destination IP address.

When a packet is sent across the Internet, the ISP determines whether the packet is destined for a local service located on the ISP network, or a remote service located on a different network.

Every ISP has a control facility for their network, known as the Network Operations Center (NOC). The NOC usually controls traffic flow and houses services such as email and web hosting.

Packets looking for local services are usually forwarded to the NOC and never leave the ISP network.

Page 9: The basic concept of internet connection

PACKETS FORWARDED ACROSS THE INTERNET

There are network utilities that test connectivity to the destination device.

The ping utility tests end-to-end connectivity between source and destination. It measures the time that it takes test packets to make a round trip from the source to the destination and whether the transmission is successful.

The trace route utility traces the route from source to destination. Each router through which the packets travel is referred to as a hop. Traceroute displays each hop along the way and the time it takes for each one.