Networking Basics Flashcards
Define TCP/IP
TCP/IP stands for Transport Control Protocol / Internet Protocol. This is the protocol stack that underpins the internet.
Define Host
For the purposes of this book, a host is any endpoint or end system device that runs TCP/IP. In most cases, these devices are ordinary desktop and laptop computers. However, in some cases hosts can be cell phones, handheld personal digital assistants (PDAs), and so on. In the past, TCP/IP has been made to run on toasters, coffee machines, and other exotic devices, mainly to prove a point.
Define Intermediate System
Hosts that do not communicate directly pass information through one or more intermediate systems. Intermediate systems are often generically called “network nodes” or just “nodes.” Specific devices are labeled “routers,” “bridges,” or “switches,” depending on their precise roles in the network. The intermediate nodes on the Illustrated Network are routers with some switching capabilities.
Define System
This is just shorthand for saying the device can be a host, router, switch, node, or almost anything else on a network. Where clarity is important, we’ll always specify “end system” or “intermediate system.”
Define LAN
Local Area Network
Define DSL
Digital Subscriber Line
Define Router
A router is a type of intermediate system (or network node) that forwards IP data units along until they reach their destination.
Define Gateway
A router that connects a LAN to an Internet link is technically a gateway.
Define CLI
Command Line Interface
Define GUI
Graphical User Interface
Define Interface
Method that allows two different systems to talk to one another
Define protocol
A protocol is a set of rules that determines all aspects of data communication.
A protocol is a standard or convention that enables and controls the connection, communication, and transfer of information between two communications endpoints, or hosts. A protocol defines the rules governing the syntax (what can be communicated), semantics (how it can be communicated), and synchronization (when and at what speed it can be communicated) of the communications procedure. Protocols can be implemented on hardware, software, or a combination of both.
Which organization currently publishes standards for TCP/IP?
Internet Engineering Task Force (IETF)
Define ASCII
American Standard Code for Information Interchange
What are RFCs?
Request for Comments.
Published reccomendations from the Internet Engineering Task Force.