Switched, Connectionless - Network transmission
behavior - The telephone system is a switched system. An actual circuit is
established between two points and remains devoted to that connection until it
is broken - easy to understand. IP (Internet Protocol) and similar data
networks are connectionless. Data transactions are made up into addressed
packets (think letter in an addressed envelope). Let's say your computer
wants to send a request to a Web site for a page. The request is made up into
a packet, addressed and passed to the nearest router. Routers read the
address and pass the packet on towards its destination. The Web site recieves
the packet, reads it, makes up the page into packets, addresses them according
to the return address in the recieved packet, and sends them off to the nearest
router. Then it forgets about you entirely until it recieves another request
packet.
ISO 7-layer Stack - The International Standard
Organisation's design for a networking protocol in 7 well defined layers. It
was to replace interim protocol TCP/IP and all other network protocols.
Unfortunately ISO met TCP/IP in a dark alley and hasn't been heard from since.
Today the ISO 7-layer Stack is used only as a teaching tool to explain
protocol stacks.
Timeshare - Sharing a large computer - generally
among a number of companies. A large computer in a centralized location
slices its processing time among a number of customers who have terminals at
their sites. Timeshare was wiped out by the PC, which could put similar
computing power on the individuals desktop with no need for a large central
computer and communications wiring.
RPC - Remote Procedure Call - the heart of Client-
Server networking. Allows a client to initiate a procedure on a remote server,
running it on the server instead of on the client as with normal networking.
MHS - Message Handling System - an ISO standard in
development for a complete e-mail system. X.400
and X.500
are parts of MHS.