HOME  |    TRAINING  |   FREE TUTORIALS   |   JOBS
Find out more about our new RSS feed.
FREE Tutorial
TCP/IP NETWORKING - USING TCP/IP

CATEGORY
SEARCH OUR OTHER TUTORIALS

DESCRIPTION

This tutorial goes through the process of Using TCP/IP.


TUTORIAL TAKEN FROM COURSE : TCP/IP NETWORKING

FULL COURSE DETAILS

On completion of this course readers will be able to set-up, manage and use a network. This course also gives detailed descriptions of the internal workings of TCP/IP networking and security.

TO ACCESS THE FULL COURSE AND HUNDREDS OF OTHERS, CLICK HERE.


The Applications Layer

The TCP/IP applications sit on top of the transport layer.

TCP/IP provides two types of transport:

  TCP  Reliable
  UDP  Unreliable

The applications are free to choose which layer they run over.

telnet and ftp both run over TCP
SNMP and tftp run over UDP and therefore these applications must do their own error checking.

TCP/IP Services

The services are applications, this is what the user sees of TCP/IP.

There are three main types of service

  DARPA commands
  Work on any operating system
  Some commands are:
    telnet
    ftp

  BSD r* services
  Designed for UNIX
  Some commands are:
    rlogin
    rsh
    rcp

Third party commands

These are services that have been designed to work over the TCP/IP transport protocols but are not typically shipped with the TCP/IP package. The most common example would be Suns NFS.

Hostnames

All the TCP/IP services require connection to hosts. Hosts are machines that you can communicate with. Each host has a unique IP address. IP addresses are not user friendly. Users like to use names.

An example name is:
  sales

To make the names unique there is a naming scheme which would make the above name something like:
  sales.paragon.co.uk

See the chapter on more applications for details of this naming scheme. Although the user will use hostnames these names still have to be converted into IP addresses. The hosts file performs this task.

In UNIX the full pathname of the hosts file is:

/etc/hosts

So to find the hosts you can communicate with

$ cat /etc/hosts
127.0.0.1   localhost
128.48.200.1 sales.paragon.co.uk  sales
128.48.200.2 dev.paragon.co.uk   dev

To find your host name

$ hostname

Continued...


NEXT PAGE



12 RELATED COURSES AVAILABLE
TCP/IP NETWORKING
On completion of this course readers will be able to set-up, manage and use a network. This course also gives de....
NETWORK+ MODULE 1 - NETWORKING FUNDAMENTALS
This is module number 1 of 11 of a practical hands-on course is intended for readers wishing to qualify with Netw....
A+ MODULE 8 - NETWORKING
At the end of this course you will be able to: describe at least four uses for a LAN; describe the difference bet....
MCSE - DESIGNING AND IMPLEMENTING WINDOWS 2000 NETWORK SERVICES
This practical course willl provide support professionals with the knowledge and skills necessary to plan, design....
MICROSOFT INTERNET EXPLORER 4.0 INFORMATION NETWORK SERVICES
This course provides readers with an introduction to the concept of the Internet and the opportunity to gain a br....
 
0 RELATED JOBS AVAILABLE
CONTACT US
Wednesday 3rd December 2008  © COPYRIGHT 2008 - VISUALSOFT