Globale linker

Inet+

Tester

Braindumps

Chapter 1 - Internet basics

Prior to the introduction of HTTP (Hyper Text Transfer Protocol) some universities and agencies organized information in a directory tree format. This allowed users to find, view and access information in a textual format with protocols like FTP (File Transfer Protocol) and Gopher.

One key to using the Internet is the addressing system that enable every participant to find any resources on the Web. On the Internet, the resources are organized by IP addresses and URLs.

A computer that is physically connected to the Internet has an IP (Internet Protocol) address, which is understood by the TCP/IP protocol suite. This is the unique address of a particular machine connected somewhere on the Internet. The IP address is bound to a domain name. The IP address is assigned to each registered URL by InterNic, a governing body for those addresses.

The IP address(es) for a Web site can be listed using the Nslookup utility at the DOS command prompt.

Each IP host (web site or server) is assigned a domain name. E.g.:
www.domain_name.top_level_domain
www.microsoft.com

Each domain has a Top-Level Domain (TLD). The most familiar TLDs are .com, .edu, .gov, .org and .net.

Only accredit domain name registration service companies (registrars) are allowed to provide domain names in the .com, .net and .org domains. ICANN (Internet Corporation for Assigned Names and Numbers) oversees the registrars.

Think of a URL as a file path that can find and display the files located anywhere in the network of machines that make up the Internet.

http://www.2tp.no/inet/chapter1.htm:80

Ports

A port is a logical connection within the TCP/IP protocol. TCP/IP uses ports to allow a client program to specify a particular server program.

Ports are numbered from 0 to 65536

Ports 0 through 1024 are reserved, some are:

Using nonstandard port numbers can provide limited security since hackers would not know the assigned port. Attackers can use a program called a port scanner to test each port on a target machine and list the port numbers detected until a connection is discovered.

Protocols and URLs

Site function and performance

Backbone and Internet Backbone Connectivity

Technology

Bandwidth

Type

OC-256

13.271 Gbps

Optical fiber

OC-192/STM-64

10 Gbps

Optical fiber

OC-48/STM-16

2.488 Gbps

Optical fiber

Gigabit Ethernet

1 Gbps

Ethernet

OC-12/STM-4

622.08 Mbps

Optical fiber

E5

565.148 Mbps

E-class carriers

OC-3/STM-1

155.52 Mbps

Optical fiber

 

 

 

ISP to Internet, Smaller Internet Links, and Large Company LANs

Technology

Bandwidth

Type

FDDI/2 Token Rings

200 Mbps

Token Ring

E4

139.264 Mbps

E-class carriers

T3D

135 Mbps

T-class carriers

100BaseFX

100 Mbps

Optical fiber

100BaseT4, 100BaseTX

100 Mbps

Twisted pair

FDDI/1 Token Ring

100 Mbps

Token Ring

OC-1

51.84 Mbps

Optical fiber

E3

34.368 Mbps

E-class carriers

T3

44.736 Mbps

T-class carriers

E2

8.448 Mbps

E-class carriers

T2

6.312 Mbps

T-class carriers

E1

2.048 Mbps

E-class carriers

T1

1.544 Mbps

T-class carriers

 

 

 

The following chart displays the types of connectivity available for homes, schools, and small businesses.Business LANs

Technology

Bandwidth

Type

ISDN PRI

1.544 Mbps

T-Class

10BaseT, 10Base2, 10Base5, 10BaseF

10 Mbps

Twisted pair

Homes, Schools, Small Businesses

Technology

Bandwidth

Type

Cable modem

52 Mbps (from 512 Kbps)

Coaxial cable

DSL

8 Mbps (from 512 Kbps)

Twisted pair

Satellite

400 Kbps

Air

ADSL

1.5 Mbps (from 384 Kbps)

Twisted pair

ISDN BRI

128 Kbps

Twisted pair

Frame Relay with dedicated 56 Kbps

56 Kbps

Various

Plain Old Telephone Service (POTS)

56 Kbps

Twisted pair

 

 

 

Technology

Speed

Use

STM-64

10 Gbps

Backbone

STM-16

2.488 Gpbs

Internet backbone

STM-4

622.08 Mbps

Internet backbone

STM-1

155.52 Mbps

Large company backbone and Internet backbone

 

 

 

Technology

Speed

Use

OC-256

13.271 Gbps

Backbone

OC-192

10 Gbps

Backbone

OC-48

2.488 Gbps

Internet backbone

OC-24

1.244 Gbps

Internet backbone

OC-12

622.08 Mbps

Internet backbone

OC-3

155.52 Mbps

Large company backbone and Internet backbone

OC-1

51.84 Mbps

ISP to Internet; smaller Internet links

 

Caching

A cache is a place to store something temporarily. Cache eliminate repeated traffic and improve client performance. Web page caching can occur in a browser, Internet site server or intermediary nodes.

Types of cache include:

Cache servers are servers designed to act as a buffer between the parent web site and the client.

Cache breakers are site implements that make sites difficult to cache:

Searches and indexing

Search engines and indexing are two ways to aid users in quickly and easily finding the information they need.

Search engines

A search engine has three major parts:

Boolean operators

You can limit your searches by using Boolean logic operators, such as AND, OR and NOT.

Site indexing

Site search is performed on a search egnine, whereas content search is done on the individual sites.

Internal search engine. As the number of documents stored on your site grows, it becomes increasingly difficult for users to locate desired content.

Site indexing is an important value-added feature of IIS 4.0. It offers the ability to provide indexed searches for information contained on your IIS.

A keyword index creates a searchable database of the keywords for pages on your site. A full text index indexes every word on your site allowing you to search everything.

You can also create a site map which shows the structure of the pages in your site.

Chapter 2