Internet Concepts Flashcards
Protocol
A set of rules used by computers to communicate with each other across a network. A convention or standard that controls or enables the connection, communication, and data transfer between computing endpoints.
TCP/IP
Two of the most important protocols in The Internet Protocol Suite; the Transmission Control Protocol and the Internet Protocol, which were the first two networking protocols defined in this standard.
Packet
A formatted block of data carried by a computer network, consisting of two kinds of data: control information and user data.
Router
A device that forwards data packets across computer networks. - It performs the data “traffic directing” functions on the Internet. - It is connected to two or more data lines from different networks. - When a data packet comes in on one of the lines, it reads the address information in the packet to determine its ultimate destination. - Then it directs the packet to the next network on its journey.
Downloading
The sending of data from a remote system such as a server to a typically smaller local system, when requested by those authorized to access it.
Packet-switching
A digital networking communications method that groups all transmitted data into suitably-sized blocks and uses routers to deliver data streams (sequences of packets) over a shared network via multiple paths.
Internet
A global system of interconnected computer networks that use TCP/IP to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of electronic, wireless and optical networking technologies.
Uploading
The sending of data from a local system to a typically larger remote system such as a server, with the intent that the remote system may share that data with those authorized users requesting it.
Client-server
A distributed application structure that partitions tasks or workloads between the providers and requesters of a resource communicating over a computer network.
World Wide Web
A system of interlinked hypertext documents accessed via the Internet
HTTP
A networking protocol for distributed, collaborative, hypermedia information systems. It is the foundation of data communication for the World Wide Web.
URL
An identification method that specifies where a requested resource is available and the mechanism for retrieving it.
Hyperlink
A reference, of any type, to a file/document that the reader can request. It points to a file on some server, and by clicking on it, the user can request that file.
Browser
A software application for retrieving, presenting, and sending information resources on the World Wide Web.
Hypertext
A block of text that references a file/document that the reader can request. It points to a file on some server, and by clicking on it, the user can request that file.