Computer Networks
Computer Networks
Australia .au
China .cu
Germany .de
India .in
Japan .jp
United kingdom .uk
United states .us
Every server on the Internet has an IP number, a unique number
consisting of 4 parts separated by dots. The IP number is the
server's address.
165.113.245.2
128.143.22.55
However, it is harder for people to remember numbers than to
remember word combinations. So, addresses are given "word-
based" addresses called URLs. The URL and the IP number are
one and the same.
The standard way to give the address of any resource on the Internet
that is part of the World Wide Web (WWW). A URL looks like this:
• http://www.matisse.net/seminars.html
• telnet://well.sf.ca.us
• gopher://gopher.ed.gov/
The URL is divided into sections: transfer/transport protocol: //
server (or domain). Generic top level domain/path/filename.
The first part of a URL defines the transport protocol.
• http:// (Hypertext Transport Protocol) moves graphical, hypertext
files
• ftp:// (File Transfer Protocol) moves a file between 2 computers
gopher:// (Gopher client) moves text based files
News: (News group reader) accesses a discussion group telnet://
(Telnet client) allows remote login to another computer
Here's an example:
http://www.vrml.k12.la.us/tltc/mainmenu.htm
http is the protocol
www.vrml.k12.la.us is the server
tltc/ is the path
mainmenu.htm is the filename of the page on the site
1. You do not have to enter http://, most browsers will add that
information when you press Enter or click the button at the end of the
Address Bar.
2. To view recently visited Web sites, click the down arrow at the end of the
address field.
3. When you start typing a frequently used Web address in the Address bar, a
list of similar addresses appears that you can choose from. And if a
Webpage address is wrong, Internet Explorer can search for similar
addresses to try to find a match.
4. The URL must be typed correctly. If you get a “Server Does Not Have A
DNS Entry” message, this message tells you that your browser can't locate
the server (i.e. the computer that hosts the Web page). It could mean that the