internetwork; and providing fragmentation and reassembly of datagrams to support data links with different maximum-transmission unit (MTU) sizes.
2) TCP/IP stands for Transmission Control Protocol is one of the core protocols of the Internet Protocol Suite. IP has two primary responsibilities: providing connectionless, best-effort delivery of datagrams through aninternetwork; and providing fragmentation and reassembly of datagrams to support data links with different maximum-transmission unit (MTU) sizes.
HTTP stands for Hypertext Transfer Protocol. HTTP's use is to exchange or transfer hypertext in distributed, collaborative, hypermedia information systems (ie. websites). HTTP defines how messages are formatted and transmitted and what actions Web servers and browsers should take in response to various commands. When the URL is entered in the browser, it sends an HTTP command to the web server 'telling' it to retrieve and transmit the information on the web page. This is why 'http://' is found at the beginning of a URL. Essentially, it is a method by which computers communicate webpages to one another. It is the foundation of data communication for the World Wide Web.
SMTP stands for Simple Mail Transfer Protocol. SMTP is an Internet standard for email transmissions (sending) across IP networks. It is used by most e-mail systems that send mail over the Internet to send messages from one server to another. Essentially, it is a protocol used for sending e-mail messages between servers.
POP stands for Post Office Protocol. POP is an Internet standard protocol used by local e-mail clients to retrieve e-mail from a server (ie. SMTP) over a TCP/IP connection. Essentially, POP is a protocol used to retrieve e-mail from a mail server. It is used by most e-mail applications/clients, along with IMAP (Internet Message Access Protocol).
FTP stands for File Transfer Protocol. FTP is a standard network protocol used to transfer friles from one host to another over a TCP-based network (ie. the Internet). Essentially, FTP is the protocol used for exchanging files over the Internet. It works the same way as:
HTTP - for transferring web pages from a server to a user's browser
SMTP - for transferring e-mails across the Internet.
Essentially, FTP is used to download a file from a server using the Internet or to upload a file to a server.
3) GUI represents Graphic User Interface, before GUI, PUI (PARC User Interface) had been used.
4) Serial Data Transmission is the process of sending data one bit at a time, in a sequence, over a communication channel.
Parallel Data Transmission is the process of sending several data signals simultaneously over several parallel channels.
The difference between a parallel and a serial data transmission is that serial transmission sends data one bit/data at a time, while parallel transmission sends multiple bits/data in the same time. Also, serial transmission uses only one communication channel while parallel transmission uses multiple communication channels.
5) URL stands for Uniform Resource Locator. URL is the global address of documents and resources on the World Wide Web (WWW). It is a specific character string which is a reference to an Internet source. An example of URL one of the most common websites used: http://google.com
http: the first part of the URL is a protocol identifier, which indicates which protocol to use (eg. HTTP, FTP, etc.).
google.com: the second part of the URL is a resource name, which specifies the IP address or the domain name (ie. google.com) where the resource is located.
These two parts (protocol identifier and resource name) are separated by a colon and two forward slashes. ://
6) Error detection is the detection of errors caused by noise or other impairments during transmission from the transmitter to the receiver.
7) Error detection is important in the cases of internet, as it warns in addition to protects our transmitter by alerting us of the errors catalysed by the noise. It's simply protecting your transmitter and receiver.
8) HyperText Markup Language (HTML) is used to make webpages. It is known as the backbone to all web designs. Every webpage has at least some HTML on it. HTML is used in conjunction with JavaScript and CSS to make the page that you view. It is used to format the text, layout, images, links, everything you see on the page. The combination of these three elements are known as XHTML. The importance of HTML is indescribable as without it, there would be no such thing as websits or pages.