02 The Internet Flashcards
What does FTP stand for?
File Transfer Protocol
Define FTP
FTP is a standard that provides a simple way of transferring files between computers over a packet network (for instance, the internet).
What is a standard that provides a simple way of transferring files between computers over a packet network (for instance, the internet)?
File Transfer Protocol (FTP)
How is an FTP connection established?
A FTP client software establishes connection with the FTP server by sending a username and password.
Sending a username and password from an FTP client to an FTP server establishes what?
An FTP connection.
What is the process by which FTP exchanges data?
The client sends packets of data then the receiving server checks that none of them have been lost. If no errors have occurred then a message will be sent back to the client requesting the next packets of data.
“The client sends packets of data then the receiving server checks that none of them have been lost. If no errors have occurred then a message will be sent back to the client requesting the next packets of data.”
This is the process by which what happens?
FTP exchanges data.
Why is FTP a better way of sending large files rather than an email attachment?
• An email account is likely to have a size limit of attachments to a single email message (for example, 20mb for Gmail).
• An upload to an email server may time out as email is not primarily designed for this kind of use, whereas FTP is designed for transmission of large files.
• FTP with encryption is more secure than unencrypted email. Packets can be resent over FTP if connection is lost temporarily whereas email is the best effort, so if the connection is lost then the message won’t be sent.
List typical uses of FTP.
• Uploading files to a web server.
• Exchanging large files between organisations, for instance, from magazine layout files from publisher to printer
• Uploading surveys from company local offices to the HQ.
• Making files publicly available on the FTP server to anyone who wants to access it.
Attachment size limit is a factor affecting what?
Sending large files on email over FTP.
An upload timing out is a factor affecting what?
Sending large files on email over FTP.
Uploading files to a web server is a typical use of what?
FTP
Exchanging large files between organisations is a typical use of what?
FTP
Uploading surveys from a company’s local office to the HQ is a typical use of what?
FTP
Making files publicly available on the server to anyone who wants to access it is a typical use of what?
FTP
State components of an online shopping service.
• Electronic catalogue/database of products
• Database of customer orders
• Shopping basket
• Checkout summary of order
• Method of secure payment
• Search facility so customers can find required products
An electronic catalogue/database of products is a component of what?
An online shopping service
A database of customer orders is a component of what?
An online shopping service
A shopping basket is a component of what?
An online shopping service
A checkout summary of order is a component of what?
An online shopping service
A method of secure payment is a component of what?
An online shopping service
A search facility is a component of what?
An online shopping service
List advantages of e-commerce for consumers.
• They have the ability to order goods 24/7
• They have a greater choice of goods
• There is no travelling required
• It allows people with a disability to do their own shopping
Ability to order goods 24/7 is an advantage of what?
E-commerce for consumers
Having a greater choice of good is an advantage of what?
E-commerce for consumers
No travelling required is an advantage of what?
E-commerce for consumers
Disabled people being able to do their own shopping is an advantage of what?
E-commerce for consumers
List advantages of e-commerce for retailers, compared with a physical store.
• Start up costs are low, as are running costs.
• Retailers are able to sell their goods 24/7 instead of set times.
• Online catalogues are easy to update
• Fewer staff are needed
• Retailers could potentially access a global marketplace.
Low start up and running costs are an advantage of what?
E-commerce over a physical store to retailers
Ability to sell goods 24/7 instead of only at set times is an advantage of what?
E-commerce over a physical store to retailers.
Online catalogues being easy to update is an advantage of what?
E-commerce over a physical store to retailers
Fewer staff being needed is an advantage of what?
E-commerce over a physical store to retailers
Potential to access a global marketplace is an advantage of what?
E-commerce over a physical store to retailers.
What is distributed computing on the internet?
Distributed computing is a group of computers networked together working on solving the same problem by sharing data, processing power, storage and bandwidth.
“A group of computers networked together working on solving the same problem by sharing data, processing power, storage and bandwidth.” is the definition of what?
Distributed computing.
List advantages of distributed computing.
• Performs huge calculations that would be impossible on just one computer.
• It’s cheaper and more practical than building a super computer.
• It continually works on a problem over a long period.
• It breaks down large problems into manageable workloads.
• It’s easy to extend - just add more computers (‘highly scalable’).
• If one machine fails, the tasks are unaffected.
Ability to perform huge calculations that would be impossible on just one computer is an advantage of what?
Distributed computing.
Cheaper and more practical than building a super computer is an advantage of what?
Distributed computing.