
IP (Internet Protocol)
Internet protocol takes care of addressing on a TCP/IP network, it is
the method by which packets know where to be delivered. IP numbers are
discussed further here.

TCP (Transmission Control Protocol)
TCP as well as being an antiseptic fluid for cuts and bruises, helps
ensure that all the data packets arrive safely. As the larger data
chunks are broken into the discrete packets on the way out, they need to
be counted back in on arrival. As well as just checking the numbers of
packets, TCP takes care of ensuring that they are put back together in
the right way.

UDP (User Datagram Protocol)
UDP performs a similar task to TCP but without the error checking and
the packet re-assembly. UDP is described as 'connectionless' as it
operates on a fire and forget basis. NFS, DNS and RPC use UDP for many
tasks.

ICMP (Internet Control Message Protocol)
ICMP is mainly concerned with navigation round the network, the route
from point A to point B may not always be the same depending on network
conditions, the state of routers and so on. The most public face of ICMP
is the PING command:

You can ping for yourself by typing at a DOS prompt:
PING www.yourname.co.uk
If you want the actual route that your computer takes to get to the
web server which contains this site then type:
TRACERT www.yourname.co.uk

FTP (File Transfer Protocol)
Anybody that ever made a website knows what FTP does, its function is
to transfer data from one device to another. Even FrontPage users use
FTP, but they may not realise because it is all wrapped up in FrontPage
extensions. FTP is discussed further in the FTP page.

SMTP (Simple Mail Transport Protocol)
This protocol transfers email messages from device to device. Its
called Simple but when presented with the latest edition of Outlook, it
may seem complex, but the protocol is all wrapped up in there somewhere.
For more information on SMTP and Email issues click here.

NNTP (Network News Transfer Protocol)
This protocol is designed to provide the speedy transfer of news
between servers and clients, if you've never heard of it go to Outlook
Express and you'll see it in your accounts window:


DHCP (Dynamic Host Configuration Protocol)
When we get to the IP numbers page you will see that there are not
enough IP numbers in the world for each device to have a unique
identifier. The solution is DHCP, this protocol allows devices to be
allocated an identifier when they join a network, be it an office
network or the internet. DHCP is discussed further on the DHCP
page, as
it has quite a significant bearing on ADSL and Broadband.
|