Internet in TeleMedicine - PowerPoint PPT Presentation

1 / 47
About This Presentation
Title:

Internet in TeleMedicine

Description:

... network; this allows to filter and log traffic. ... filled by the MUA, some by the user, and finally some by the SMTP server. ... Spam. Quality of Service ... – PowerPoint PPT presentation

Number of Views:29
Avg rating:3.0/5.0
Slides: 48
Provided by: vincenzo5
Category:

less

Transcript and Presenter's Notes

Title: Internet in TeleMedicine


1
Internet in (Tele)Medicine
VI CATAI Winter Course La Laguna, Tenerife, 6
March 1998
  • Vincenzo Della Mea
  • Dept. of Pathology, University of Udine
  • dellamea_at_dimi.uniud.it

2
SUMMARY
  • The Internet
  • Basic concepts
  • E-mail
  • Mailing lists and newsgroups
  • WWW
  • Internet and (Tele)medicine
  • Medical uses of e-mail, mailing lists
  • Internet problems

3
The Internet is...
  • Physically a collection of networks
  • Technically a collection of common, standard,
    machine-independent protocols
  • SociallyAn attitude to intercommunicate

4
Internet capabilities
  • Basic Protocols
  • Personal communicationsE-Mail
  • Group collaborationsNewsgroups, mailing lists,
    web-based discussion groups
  • Dissemination of informationWorld Wide Web

5
Basic Concepts
  • four-layer set of protocols
  • each connected computer is designated by a 32-bit
    number
  • a port number is also associated to each
    connection
  • TCP/IP are connectionless protocols
  • information is transferred in packets
  • client/server paradigm

6
Communication Layers
  • An application protocol defines commands and
    formats for the exchange of messages of any size
    between two computers.
  • TCP manages connection-oriented streams of data,
    by multiplexing the message into datagrams,
    reassembling them at the other end, and sending
    again lost data.
  • IP is responsible for routing individual
    datagrams. IP finds a route for the datagram
    after adding its own header to it.
  • Common interface to the physical media where data
    are carried. The most diffused one is Ethernet.

7
Security Considerations
  • Secure Socket Layer (SSL) data encryption on the
    sockets layer for secure low-level
    communications, with server authentication,
    encryption of data in transit, and optional
    client authentication.
  • Network firewalls for protecting one network
    from another untrusted network, by means of,
    traffic blockage, traffic permission, and
    tracing.
  • Proxies high-level applications which act as a
    gateway between specific applications and the
    network this allows to filter and log traffic.
  • Future evolutions in IPng

8
Quality of Service
  • IP does not provide any guarantee on the delivery
    of datagrams this means that information can be
    lost during transmission.
  • TCP implements quality of service by
    automatically resending lost datagrams.
  • Currently there aren't guarantees on performance,
    as well as on priority of messages (but they will
    be introduced with IPv6).
  • Use of Intranets may allow some QoS guarantee.

9
E-mail
10
Personal Communications through E-mail
  • Among Internet protocols, e-mail plays a relevant
    role in interpersonal communications on the
    Internet.
  • Being telemedicine a particular form of dialogue
    between distant actors, electronic mail may be
    adopted as a mean for carrying out such dialogue,
    under precise constraints and with some
    limitation.
  • Store-and-forward communications

11
E-mail basic protocols
CLIENT
SERVER
SMTP
outgoing messages
POP3, IMAP4
ingoing messages
MUA
SMTP server POP server IMAP4 server ...
12
Message Format
  • RFC822 comprises a header with a series of
    fields, including among other information
    sender, recipient, subject, date and the message
    body given by pairs fieldvalue.
  • Some of these fields are automatically filled by
    the MUA, some by the user, and finally some by
    the SMTP server.
  • A user address is designated as follows
    user.name_at_domain.org

13
Multimedia E-mail
  • MIME (Multipurpose Internet Mail Extensions)
  • internal organization of the message body, and
    methods for encoding binary data.
  • seven content types text, multipart,
    application, message, image, audio, video.
  • the multipart type allows to combine several body
    parts, also nested and of different type.
  • Standard subtypes image/jpeg, image/gif, etc.
  • Content-Transfer -Encoding header field
    specifies how data are encoded (usually with
    Base64).

14
Internet e-mail ease of use
  • E-mail is one of the most used Internet protocols
  • Almost all WWW browsers currently implement also
    a MUA (Mail User Agent)
  • Netscape
  • MS Explorer
  • Other software
  • Eudora, Pegasus, elm
  • Medical professionals need integration between
    e-mail and daily used software (e.g. HIS and
    LIS)
  • The most part of MUAs implements only a subset of
    MIME

15
Security considerations
  • Plain e-mail no privacy of data (readable during
    all the path between sender and recipient)
  • A recent proposal introduces PEM (Privacy
    Enhanced Mail) as a natural use of MIME
    capabilities (through multipart/signed and
    multipart/encrypted)
  • PGP (Pretty Good Privacy) a DES-based software
    for PEM, current de-facto standard for personal
    private communications
  • No standard, diffused implementations
  • No easy way to have certification

16
Quality of Service
  • E-mail protocols provide for a very accurate
    range of services, including
  • automatic retry in sending messages with
    configurable frequence and for a configurable
    amount of time
  • different levels of user notification, are
    available for any failure that can occur.
  • Performance control is not specified, also
    because the intrinsically asynchronous nature of
    e-mail makes it less sensitive to delays.

17
Mailing listsand newsgroups
18
Newsgroups
  • Apparently topic-based public discussion groups
  • based on NNTP protocol
  • very useful for some exchange of information
    (i.e. the Linux project)
  • in the reality, not very focussed
  • New problem SPAM

19
Mailing lists
  • distribution lists based on e-mail
  • sometimes there is a moderator
  • better focussed than newsgroups
  • Our experience we are running ITAPAT, the
    mailing list of italian pathologists

20
Security considerations
  • A main issue is related to the identity of
    senders messages can be forged as coming from
    recognised individuals or institutions, thus
    inducing trust on readers. Currently no technical
    solutions are available.
  • Mailing lists are based on e-mail protocols, and
    thus can rely on these for introducing privacy
    and security. In addition, moderators and
    selected subscriptions can reduce noise on
    information and presence of unauthorized people.
  • Spam

21
Quality of Service
  • News servers are public services, whose policies
    are left to the server' owner. Message exchanges
    occur among servers with a certain time delay
    that can produce some differences in the content
    of the servers in a certain time. The content
    quality can be ensured only by moderation.
  • Mailing lists are based on e-mail, thus
    inheriting from it quality and perfomance. The
    content quality can be ensured mainly by
    moderation on content and on subscribers
    selection.

22
WWW
23
World Wide Web
  • Distributed Hypermedia on the Internet
  • through a transfer protocol HTTP (Hypertext
    Transfer Protocol)
  • can include any file format
  • the basic one is HTML (HyperText Markup Language)
  • other standards are GIF, JPEG, MPEG

24
HTML(Hypertext Markup Language)
  • An HTML document is a plain text file containing
    text interspersed with tags.
  • Usually the tags (which are commands) may be
    nested.
  • Tags
  • lttag_namegttextlt/tag_namegt
  • lttag_name attribute1value1 ...
    attributeNvalueNgt
  • text lt/tag_namegt
  • lttag_namegt
  • Sample document
  • lthtmlgt
  • ltheadgt
  • lttitlegtThis is an HTML document lt/titlegt
  • lt/headgt
  • ltbodygt
  • ...
  • lt/bodygt
  • lt/htmlgt

25
An example
ltHTMLgtgtltHEADgt ltTITLEgtThis is the
titlelt/TITLEgt lt/HEADgt ltBODY BGCOLORWhitegt ltH1gtMai
n Headerlt/H1gt ltH2gt2nd headerlt/H2gt This is a
list ltULgtltLIgt one ltLIgt two ltLIgt threelt/ULgt This
is a table ltTABLE BORDERgt ltTRgtltTDgtltBgtboldlt/Bgt ltTD
gtltIgtitaliclt/Igt ltTDgtltIgtltBgtboth...lt/Bgtlt/IgtltTRgt ltTDgtlt
FONT SIZE5gthigher fontlt/FONTgt ltTDgttry to click
ltA HREFlink.htmlgtherelt/Agt... ltTDgtThis is an
image ltBRgt ltIMG SRCimg.gifgtlt/TABLEgt lt/BODYgtlt/HT
MLgt
26
HTTP
  • Basic file transfer aimed at WWW GET, POST,
    HEAD
  • Clients able to display images and video
  • PUSH method for live video

27
WWW Ease of use
  • WWW clientsunified interface for the most used
    protocols on the Internet (HTTP, FTP, E-mail,
    News, ...)
  • WWW currently accounts for the most part of
    traffic on the Internet
  • Sometimes, too much traffic to guarantee the
    quality of service

28
Security considerations/1Security risks on the
World Wide Web
  • Server side security risks, including
  • Unauthorized access to private or confidential
    documents
  • Availability of information about the server's
    host machine
  • Bugs that allow active intruders to execute
    commands on the server's host machine
  • "Denial of service" attacks.
  • Client-side security risks, including
  • virus-like active content of web pages
  • Unauthorized access to personal user information.
  • Network security risks, including
  • Interception by intruders of private or
    confidential information sent by the remote user
    to the server. (e.g. credit card information)
  • Interception by intruders of private or
    confidential information sent by the server to
    the remote user.

29
Security considerations/2Solutions
  • through SSL (Secure Socket Layer)
  • HTTPSSL HTTPS (secure servers)
  • Electronic commerce will find the global solution
    (SET, Cybercash, OpenMarket)
  • USA restrictions in exporting encryption software
    is delaying the diffusion of security tools

30
Quality of Service
  • Currently no guarantees are available on WWW
    performance. This is particularly important
    because WWW applications, which involve
    multimedia communications, are sensitive to
    delays in the user interface, which is based on
    remote data and images.
  • Content quality control is left to content
    providers, although some development is coming in
    this direction, such as PICS.
  • Medical content often unaffordable, evaluation
    mechanisms are being studied

31
Other features
32
Other features
  • FTP, one of the first Internet protocols, allows
    the exchange of files between different computers
    connected to the Internet.
  • Telnet is the virtual terminal protocol in the
    Internet set of protocols. It allows users of one
    host to log into a remote host and interact as
    normal terminal users of that host.
  • Gopher is a distributed document search and
    retrieval protocol, that allows the hierarchical
    organisation of documents across different
    machines on the net.

33
Conferencing systems
  • CU-SeeMe, Netscape CoolTalk, Microsoft NetMeeting
  • These systems offer different types of
    conferencing and collaboration CU-SeeMe is a
    public domain software developed by the Cornell
    University with videophone performance (that is
    up to 320x240, 16 grey levels and audio), while
    Cooltalk and NetMeeting are collaboration
    software.

34
MBONE
  • Multicast backBONE
  • experimental virtual network superimposed upon
    the Internet.
  • efficient real-time distribution of data to
    multiple destinations using IP multicast.
  • Limitations of the current Internet restrict the
    quality of received audio and video

35
New Developments IPng
  • IPv6 -or IPng- is a new version of IP, that
    introduces a number of enhancements
  • designed to run on high performance networks as
    well as on low bandwidth networks
  • addressing and routing issues
  • a larger address space (128 bit addresses)
  • autoconfiguration capabilities
  • simplified IP packets
  • native security
  • Multicast and anycast features
  • "Quality of service" functions

36
New DevelopmentsRealtime Transport on the
Internet
  • RTP (Real-time Transport Protocol) it furnishes
    the support for audio and video transmission
    using Internet protocols
  • RSVP (Resource ReSerVation Protocol) protocol
    for the reservation of resources with guaranteed
    bandwidth.
  • IP over ATM ATM allows very high rate
    transmissions with guaranteed bandwidth efforts
    are ongoing in order to implement IP over ATM,
    although they are philosophically different.

37
Telemedicine
In the past, it was a very hard work. Now with
Internet is much better I can be everywhere in
every time, without moving from my office
38
Medicine...
  • is based on many kinds of communication
  • textual
  • visual
  • spoken
  • expert knowledge is spreaded around the world
  • gains power from easy and wide communication
  • for diagnostic practice
  • for scientific purposes
  • for teaching aims

39
Medical Doctors communicate...
  • For diagnostic aims
  • in the same field, with traditional means (mail,
    phone) all around the world to reach the right
    expert
  • in different fields, with written reports (e.g.
    other examinations) (often inside the hospital)
  • For scientific aims
  • through conferences
  • in scientific journals
  • For teaching aims
  • usings books (often with many pictures)
  • using slides
  • usingdirect examinations

40
Basic needs
  • The physician works with communication easy and
    quick use of instruments
  • medical information is multimedia not only text
    or voice
  • medical data are often patient private data no
    public access to them

41
Medical uses of e-mail
  • among physicians
  • consultation
  • diagnosis
  • continuous education
  • between physician and patient
  • test results and interpretations
  • medication instructions
  • anagraphical data exchange

42
Medical uses of newsgroups and mailing lists
  • scientific aims
  • continuous education
  • collaborative diagnosis

43
Medical uses of WWWApplications
  • multimedia for undergraduate and postgraduate
    education
  • multimedia for continuing education through
  • networked implementation of CME credit mat
    erials
  • WWW access to medical databases (for ease of use)
  • interface for remote access to databases such as
    Medline, Genbank etc.
  • Multimedia for patient information and education

44
Medical uses of WWWProblems
  • Information published on the WWWcan reach a wide
    number of readers
  • no way for characterizing the quality of WWW
    information is currently available
  • the user can equally access correct as well as
    incorrect information
  • Incorrect misinformation and fraud.
  • Correct ethical problems due the different
    perception that physicians and patients have
    about a medical topic (e.g. researches on cancer
    treatments).

45
Internet problems
  • The Internet interconnects scientific as well as
    commercial and entertainment networks.
    Consequences
  • almost all scientific institutions are connected,
    thus also many hospitals, and this is a great
    incentive for its use in telemedicine.
  • As more people use the Internet, as slower and
    insecure become communications, and this possibly
    dissuades from its use for telemedicine.
  • Currently it is difficult to carry out realtime
    tasks on the Internet

46
Medicine on the InternetIs it Telemedicine?
  • in the broad sense of telemedicine, yes
  • a widely used mean gives many additional problems
  • Is the Internet adequate for medical uses?
  • a recent estimation accounted medical exchanges
    for about 25 of the Internet traffic... growing.

47
Our experienceTelepathology on the Internet
  • Validation studies for static telepathology
    through ñultimedia e-mail
  • GI, 76 cases, J Telemed Telecare 1996 228-34
  • Skin, 20 cases, J Telemed Telecare 1997 317-19
  • FNAC, 48 cases, Modern Pathology 199710636-641
  • frozen sections, 153 cases, J Telemed Telecare ,
    1998
  • Multimedia case archives on the Internet
  • http//www.uniud.it/drmm/anpat/
  • Agent architectures for telemedicine
Write a Comment
User Comments (0)
About PowerShow.com