|
Basic Networking Concepts
TCP/IP is short for Transmission Control Protocol/Internet Protocol, and is the standard communications protocol required for Internet computers. To communicate using TCP/IP, PCs need a set of software components called a TCP/IP stack. Macintoshes typically use a proprietary software called MacTCP. Most UNIX systems are built with TCP/IP capabilities. TCP/IP encompasses two standards. TCP and IP. On the Internet, nearly everyone uses the two standards together. that's why they are almost always discusses together. TCP and IP play different roles in getting two computers to talk. IP is the low-level method for moving information from one computer to another and TCP is the high-level method for expressing what information is and ensuring that the information is understandable.If you think of the Internet as a book, IP is pages and TCP is the language in which the book is written.
A router translates information from one network to another. Routers select the best path to route a message, based on the destination address and origin. The router can direct traffic to prevent head-on collisions, and is smart enough to know when to direct traffic along back roads and shortcuts.
DNS (Domain Name Service) is the method by which Internet addresses (like "www.bergen.org") are converted into computer-readable IP Addresses (such as "168.229.3.2"). DNS is one of the most flexible and powerful technical features of the Internet, allowing computers to appear and dissapear from the Internet without causing problems. It also makes sending messages much easier because there does not have to be a central repository of names.
[Infotech Home] [Intro] [How to get Connected] [Networks] [The World Wide Web] [Bookmarks] [Email] [Telnet] [FTP] [Usenet] [Netiquette] [Web Authoring Beginner] [Web Authoring Advanced] [CGI] [Java] [VRML] [Unix/Security] [BergenNet] |