Globale linker

Inet+

Tester

Braindumps

Chapter 2 - Internet clients and Infrastructure

Servers - The Network Operating System (NOS) is what turns a personal computer into a network server. Servers are computers that have been optimized to run a network operating system. NOS include: Novell NetWare and Windows NT server.

Workstations - a personal computer that is connected to a network. Also known as clients or stations.

Hosts - any device that has a TCP/IP address. A host can be a server, a workstation, printer, fax server, etc.

Types of networks

Legacy networks

Peer-to-peer networks

Client/server networks

Hardware platforms

Hardware refers to the hardware physically tasked with handling data on the network. This hardware is made up of servers, workstations, Network Interface cards (NICs), cabling, hubs, routers and interconnecting devices of all types.

Hardware platforms include:

Multipurpose Internet Mail Extensions

E-mail, or electronic mail, is delayed messaging. Email is commonly sent using SMTP (Simple Mail Transfer Protocol) and received using POP (Post Office Protocol). Another mail format is IMAP, Internet Message Access Protocol. IMAP can be thought of as a remote mail access as you are reading messages that are stored on a central server versus being downloaded like when you use POP.

Simple Mail Transfer Protocol

Post Office Protocol 3

Interactive Mail Access Protocol 4

TCP/IP and addressing

TCP/IP suite

All TCP/IP protocols are defined through Requests for Comments (RFCs).

Dynamic Host Configuration Protol

DHCP is a way for IP addresses to be assigned and managed automatically. The DHCP server can be configured to provide the DHCP client with other information, as default gateway address and WINS server address. The DHCP server will have a set pool of addresses, known as its address scope.

The client is given the address for a specified period of time, known as the lease period. Along with it's leasetime, a DHCP client receives two additional times; T1 (50% of the lease time) and T2 (87,5% of the lease time.). The client will attempt to renew the address before the lease period runs out (T1) and, if unable, will attempt to bid for a new address after the lease expires (T2).

Some systems cannot be DHCP clients, this includes systems that must have a set IP address, such as DHCP servers, WINS servers and IP gateways (routers). These addresses must be manually assigned and excluded form the scope.

Browser issues

A browser is the user's window on the Internet. It is a software application that can locate and display Web pages that include text and graphics. Browser include Microsoft Internet Explorer and Netscape Navigator.

The relationship between a file type and its associated application must be configured on a user's computer. This file type association is how the operating system knows which application should handle a particular file type. File type association are defined in the MIME Map Dialog of IIS and similarly in other Web server applications.

Cookies

When you visit a web site, it may save a special text file on your hard-disc containing information specific to you. This file is called a cookie. When you revisit that site, it will remember you by reading back the information stored in a cookie.

Information put into cookies is collected through site registration, online surveys, site customization by the user, and information collected when a customer places an order.

There are two types of cookies:

Cookies are used for:

You can set your browser to:

IE stores cookies as separate text-files stored in a folder called Cookies.
NS stores cookies in one text-file called cookies.txt

A web site can set multiple cookies. The maximum number of cookies is 20 per domain.

The maximum size of cookies is 4KB in size. The cookies larger than 4KB will still be set, but the file will be trimmed. Usually the cookies directory is limited to 1.2MB of the client's hard drive. When the limit on number of cookies is reached, the least recently used cookie is deleted.

Only executable files can spread viruses. Cookies are contained in text-files, storing data and not programs, so they are not able to transmit a virus or damage your system. The concern about cookies is more about privacy.

Chapter 1 Chapter 3