Unit-2 (Client Server Architecture) - 1
Unit-2 (Client Server Architecture) - 1
EDI is the concept of businesses electronically communicating information that was traditionally
communicated on paper, such as purchase orders and invoices. Technical standards for EDI exist to
facilitate parties transacting such instruments without having to make special arrangements.
EDI documents generally contain the same information that would normally be found in a paper
document used for the same organizational function.
CLIENT-SERVER ARCHITECTURE
The Internet has brought revolutionary change in the world of technologies, bringing the entire
globe interconnected. But it follows some specific architecture and structure for communication.
The popular is the client-server architecture which is a computing model, where the server hosts,
distributes and controls the majority of the resources as well as services to be used by the client.
Such structural designs are made up of one or more client systems connected to central or main
servers through a network, which we usually know as an Internet connection. All such systems
associated with it share computing resources.
The World Wide Web, or Web, consists of a worldwide collection of electronic documents
(Web Pages)
A Web Site is a collection of related Web Pages and associated items.
Various types of WEB SITES are: PORTAL, NEWS, INFORMATIONAL,
BUSINESS/MARKETING, BLOG, WIKI, ONLINE SOCIAL NETWORK, EDUCATIONAL,
ENTERTAINMENT etc.
A Web Server is a computer that delivers requested Web pages to your computer.
A Web browser, or browser, allows users to access Web pages.
Example: Internet Explorer, Firefox, Opera, Safari and Google Chrome.
A Home Page is the first page that a web site displays. Web Pages provide links to other related
pages.
A Web Page has a unique address called a URL or Web Address.
(URL – UNIFORM RESOURCE LOCATOR)
Tabbed browsing allows you to open and view multiple Web Pages in a single Web browser
window.
A Search Engine is helpful in locating items such as: IMAGES, VIDEOS, AUDIOS, NEWS,
MAPS, PEOPLE, BLOGS etc.
Hypertext Markup Language (HTML) is the standard markup language for creating web
pages and web applications.
SHTTP (Secure Hypertext Transmission Protocol) is more advanced version of HTTP that
provide security through encryption. HTTPS (Hypertext Transmission Protocol Secure) is
normal HTTP over SSL/TLS. SHTTP encrypt data transfer, but does not authentic client.
• FTP
– File Transfer Protocol
– A common mechanism of communicating files between computers connected
to the Internet. IT is an Internet standard that permits file uploading and
downloading with other computers on the Internet.
The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer
files between a client and server on a computer network.
File Transfer Protocol (FTP) is a client/server protocol used for transferring files to or
exchanging files with a host computer. It may be authenticated with user names and passwords.
Anonymous FTP allows users to access files, programs and other data from the Internet without
the need for a user ID or password. Web sites are sometimes designed to allow users to use
'anonymous' or 'guest' as a user ID and an email address for a password. Publicly available flies
are often found in a directory called pub and can be easily FTPed to a user’s computer. FTP is
also the Internet standard for moving or transferring files from one computer to another using
TCP or IP networks.
File Transfer Protocol is also known as RFC 959.