Networking/Internet Unit Flashcards
(27 cards)
Computing Device
Something (typically a computer) that can run a program.
Computing System
A group of computing devices
Computer network
A group of interconnected computing devices capable of sending or receiving data. They are a type of computing system.
UDP (User Datagram Protocol)
a communications protocol for time-sensitive applications like gaming, playing videos, or Domain-Name System (DNS) lookups. UDP is faster than TCP (doesn’t spend time forming a firm connection).
Ping
A tool used to see whether you can reach someone on a network or if you are connected to the internet.
Traceroute/Trace/Tracert
Shows the route the packet took.
Latency
The time it takes for something (packet) to go around and come back.
Path
A sequence of directly connected computing devices on a computer network that begins at the sender and ends at the receiver.
Routing
The process of selecting a path for data to travel.
Protocol
A set of rules or guidelines that specify the behaviour of a system.
Open Protocols
Communication protocols that are used by anyone.
Scalability
Something that measures the ability of a system to increase and decrease it’s performance, based off of a factor.
Data Stream
Information is passed through the Internet as a data stream. Data Streams contain chunks of data, which are encapsulated in packets.
Packets
Small pieces of data sent over a network.
TCP (Transmission Control Protocol)
A protocol that is used to see if you received all the packets of information.
IP
Internet protocol that is used to deliver data. It check if the packets you received are yours or someone else’s.
IP number
A unique number identification that every computer is assigned as soon as its connected to the Internet. Kind of like the computer’s address for its packets.
Domain Name
A part of a domain that identifies a website.
DNS (Domain name server)
A protocol that you can use to find the domain name of a domain using its IP address and vice versa.
World Wide Web
A system with information that allows you to share documents/information through hyperlink texts. Its a subsection of the Internet.
HTTP (Hypertext Transfer Protocol)
A protocol that allow websites, servers, and browsers to communicate.
Fault-Tolerant
Something that can survive problems and keep working.
Redundancy
Having an alternative way to do something. Having Extras/back ups.
Sequential Computing
The method of executing directions in a computer program, doing it one by one or step by step.