In my second week of my Digital Media Technologies class , I learned more about the network. Before we start the class, we watched "Warrior on The Net" video. The video explains the process of data that flows on the Internet.
There are several types of network, for example: Local Area Network (LAN), Wide Area Network (WAN), and the InterNetwork. In every network, there is always a client and a server; A client is a computer which uses or requests for some services and a server is a computer that provides service(s).
Furthermore, to communicate between a client and a server we need a protocol. A protocol is a set of rules which is used by computers to communicate with each other across a network (Wikipedia 2010). there are some well-known protocols, such as HTTP, FTP, TCP/IP, POP3, IMAP, SMTP, Telnet, SSH, etc. Each protocol has their own port (Wikipedia 2010) :
1. HTTP : 80
2. FTP : 21
3. POP3 : 110
4. IMAP : 143
5. SMTP : 25
6. Telnet : 23
7. SSH : 22
Moreover, there is also a Domain Name System (DNS). DNS is a hierarchical naming system for computers, services, or any resource connected to the Internet or a private network (Wikipedia 2010). Since computers only know the binary code (0 and 1), therefore this naming system is really useful for us; instead typing an IP address on your browser, we can use something that is easy to remember such as www.google.com.
com : the top-level domain
google : second-level domain
http : protocol
References
Wikipedia 2010, Protocol, Wikipedia, viewed 10 March 2010, <http://en.wikipedia.org/wiki/Protocol_%28computing%29>.
Wikipedia 2010, Domain Name, Wikipedia, viewed 10 March 2010, <http://en.wikipedia.org/wiki/Domain_name>.
Wikipedia 2010, The List of TCP and UDP port Numbers, Wikipedia, viewed 10 March 2010,
<http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers>.