Networking Notes/Vocabulary Flashcards
A group of computers connected together in a way that allows information to be exchanged between the computers
Computer Network
A piece of a message transmitted over a packet-switching network
Packet
A network of computers that are in the same physcial location (within campus/building)
Local Area Network (LNA)
A network of computers that are fat apart
Wide Area Network (WAN)
Anything that is connected to the network. While a node is a typically a computer, ot can also be something like a printer or CD-ROM tower
Node
This is the physcial address of any device – such as the NIC in a computer – on the network. The MAC address, which is made up of 2 equal parts, is 6 bytes long, the first 3 bytes identify the company that made the NIC. The second 3 bytes are the serial number of the NIC itself.
Media Access Control (MAC)
An alphanumeric label given to computers and other devices that connect to a network
IP Address
Each node is daisy-chained along the same backbone. Information sent from a node travels along the backbone until it reaches its destination node. Each end of a bus network must be terminated with a resistor to keep the signal that is sent by node across the network from bouncing back when it reaches the end of the cable.
Bus Topology
Similar to bus but rings have the nodes daisy-chained. The end of the network comes back around to the first node creating a complete circuit.
Ring Topology
A special series of bits that travel around a token-ring network
Network Token
Each node is connected to a central device called a hub. The hub takes a signal that comes from any node and passes it along to all the other nodes in the network. A hub does not perform any type of siltering or routing of the data. It is simply a junction that joins all the different nodes together.
Star Topology
It includes and incorporates the characteristics of bus and star topologies. (Has star-configured workstations and linear bus backbone cable)
Tree Topology
A common format for transmitting data between 2 devices
Protocal
A decentralized network of client and server peer-to-peer nodes that contribute, and consume network resources and share workloads. The need for a centralized server is therefore eliminated
Peer-Peer Architecture
Network architecture where each computer/process is either a client or serve
Client/Server Architecture