home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 April / Chip_2002-04_cd1.bin / tema / winprx / www.winproxy.cz / tcpip.txt < prev    next >
Text File  |  1999-03-07  |  5KB  |  133 lines

  1. =============================
  2.  Begining in TCP/IP networks
  3. =============================
  4.  
  5. =====================
  6.  General information
  7. =====================
  8.  
  9. Q: What is WinProxy?
  10.  
  11. A: WinProxy is a program which allows access to the Internet for a entire
  12.    local network and protects it as a firewall.
  13.  
  14. Q: What services WinProxy supports?
  15.  
  16. A: Above all it is WWW browsing and e-mails sorting, but WinProxy
  17.    also features FTP and Telnet gateway.
  18.  
  19. Q: What is a Firewall?
  20.  
  21. A: Firewall is a computer placed between the local area network and 
  22.    the Internet. Firewalls provide protection from the open nature 
  23.    of the Internet. Commonly firewalls turn off packet routing 
  24.    on the host, preventing access through the IP network layer. 
  25.    Attacks based on IP spoofing cannot reach the local area network.
  26.  
  27. Q: What is a IP address?
  28.  
  29. A: It is a unique address of each computer on the internet, which allows
  30.    finding of each computer and thus communication between computers via 
  31.    Internet using TCP/IP protocol. It is created from four numbers divided
  32.    by dots (f.e. 195.118.31.47).
  33.  
  34. Q: What is a Intranet?
  35.  
  36. A: Intranet is a private network of computers, which comunicate as if connected
  37.    to real Internet. You can configurate it yourself. If you have less
  38.    than 255 computers you can use IP address 192.168.1.1 for first
  39.    computer (with WinProxy running), 192.168.1.2 for second one etc.
  40.    More details are in 5. chapter of Manual.
  41.  
  42. Q: What is a cache?
  43.  
  44. A: Cache is a buffer of memory. If you read any object from Internet, 
  45.    it is stored to a shareable cache. When anybody wants it again, it 
  46.    is loaded from the cache without connecting to the Internet. This 
  47.    is better for modem users. So if WWW page is updated you get old the
  48.    version.
  49.  
  50. Q: How long does cache store objects?
  51.  
  52. A: This problem is divided into two factors. The setting of the maximal size
  53.    of cache. When cache is full the oldest objects are deleted. As second
  54.    it is Time-To-Live (TTL). After this time there are specified objects refreshed
  55.    from Internet.
  56.  
  57. Q: Who is ISP?
  58.  
  59. A: ISP is a Internet Service Provider, who above all offers connection
  60.    to the Internet using a modem and creates mail boxes and virtual domains.
  61.  
  62. Q: What is DNS?
  63.  
  64. Q: Domain Name Server (DNS) transfers DNS address (f.e. www.company.com)
  65.    to IP address (f.e. 147.2121.12.33).
  66.  
  67. =======================
  68.  Hardware and software
  69. =======================
  70.  
  71. Q: What operation system is needed for WinProxy?
  72.  
  73. A: WinProxy needs MS Windows 95/98 or MS Windows NT with installed TCP/IP
  74.    (Microsoft protocol). Computers can also work under Windows 3.11.
  75.  
  76. Q: Does WinProxy also work with MS Windows 98?
  77.  
  78. A: Yes.
  79.  
  80. Q: What hardware do I need?
  81.  
  82. A: Minimal hardware configuration for given OS, about 1 MB free space
  83.    on harddisk and space for cache. You need better performance of CPU
  84.    and more RAM for more users and faster connection too.
  85.  
  86. Q: Is one static IP address enough?
  87.  
  88. A: WinProxy runs on the computer that can access the Internet, so one
  89.    static IP address is required by this computer only. Other computers 
  90.    access the Internet via its Intranet address that have been specified 
  91.    before.  In addition, if the mailbox capability is not enabled, 
  92.    WinProxy will also work perfectly with a dynamic IP address.
  93.  
  94.  
  95. =================
  96.  Electronic mail
  97. =================
  98.  
  99. Q: What our ISP have to do if we want to receive e-mails?
  100.  
  101. A: ISP must create at least one mail-box. Ideal case is with a own virtual
  102.    domain(f.e. company.com) with arbitary number of e-mail addresses
  103.    (boss@company.com, sales@company.com). Although your mails for your
  104.    domain are stored in one mail-box on a ISP computer, WinProxy has the 
  105.    ability to receive them and then sort them to several local mail-boxes,
  106.    using "To:"  header.
  107.  
  108. Q: What is a POP3 and SMTP server?
  109.  
  110. A: If you aren't constantly connected to Internet then you wont recieve
  111.    mail when your computer is off-line. Therefore your ISP has a computer
  112.    (POP3 server) that is constantly connected to the Internet and when you
  113.    connect Winproxy, it gets all new messages from your mail box.
  114.    Winproxy also post all your mails to SMTP server in time of connection.
  115.    POP3 and SMTP server are mostly the same.
  116.  
  117. Modem connection
  118. ~~~~~~~~~~~~~~~~
  119.  
  120. Q: When does WinProxy connect to the network via a modem?
  121.  
  122. A: It'll connect automaticaly, if local network cannot satisfy user demand
  123.    (Demand Dial mode) in specified time interval, (Schedule Dial mode)
  124.    or manualy via WWW interface (Manual mode).
  125.  
  126. Q: A terminal window stops WinProxy after each connection via a modem and
  127.    I must enter information manualy?
  128.  
  129. A: Your ISP doesn't support PAP or CHAP. You can dowload SCRIPT file from
  130.    ftp://ftp.lanprojekt.cz/pub/network/win95/script.zip that will help you.
  131.  
  132. === End  ===
  133.