CHAPTER 4. INSTRUMENTATION
154
cables, is gaining rapid acceptance, and hardware also exists for gigabit transfer
rates, usually via optical fibres. Alternative approaches to the Ethernet exist for
transfer via optical fibre (fibre distributed data interface (FDDI)) and for
transfer (usually fast) via other media (e.g. asynchronous transfer mode (ATM)
for use with microwaves). However, these are beyond the scope of this
overview.
Hardware linking computers involves a network interface card (NIC) on
each connected device and various ‘boxes’ that interconnect cables or control
the flow of traffic, limiting connection to specific Internet addresses. Lack of
this traffic control would result in all computers worldwide receiving communi
-
cation from all others, clearly an impossible situation. Examples of network
devices are hubs that simply connect cables without any attempt to alter traffic
flow, switches that permit interconnection between cables with transfer rate
maintained and routers that simply direct or filter traffic. The simplest network
in nuclear medicine involves direct connection between two machines, with
appropriate software handling the network communication (usually with one
machine acting as a server that effectively takes control of the network). Where
more devices and interconnection to larger networks are involved, additional
devices are necessary.
Another important networking standard which, like the Ethernet, has
been implemented on all commonly used computer platforms is Transmission
Control Protocol/Internet Protocol (TCP/IP). Although other protocols exist
(e.g. Internetwork Packet Exchange (IPX) and Netbios Extended User
Interface (NetBEUI)), TCP/IP is by far the most widely used and forms the
basis for worldwide communication via the Internet. The term Internet dates
back to the earliest days of TCP/IP in the early 1980s, when it was used to
describe any network built using IP. Since that time, the power and flexibility of
TCP/IP have resulted in the creation and explosive growth of the Internet, a
worldwide network of networks linked by TCP/IP.
TCP/IP is a set of protocols designed to facilitate the interconnection of
dissimilar computer systems, and it makes no assumptions about the nature of
the connection between the computers. TCP/IP provides computer users with a
number of useful services, and new services are being added regularly. Until the
early 1990s, most Internet usage involved three TCP/IP protocols — Simple
Mail Transfer Protocol (SMTP), Terminal Emulation Program for TCP/IP
Networks (TELNET) and File Transfer Protocol (FTP). SMTP handles
electronic mail delivery. With TELNET, an interactive session can be
established with another computer connected to the Internet. FTP facilitates
file transfer between computers. The network file system (NFS) is another
useful TCP/IP protocol, which allows computers connected to the same LAN
to share files.