Chapter 1 - Computer Network Fundamentals Flashcards
Bus topology
Typically, it uses a cable running through the area requiring connectivity, and devices to be networked can tap into that cable.
Campus-area network (CAN)
An interconnection of networks located in nearby buildings (for example, buildings on a college campus).
Client
Defines the device an end user uses to access a network. This device might be a workstation, laptop, smartphone with wireless capabilities, tablet, or variety of other end-user terminal devices.
Client/Server network
In a client/server network, a dedicated server (for example, a file server or a print server) provides shared access to a resource (for example, files or a printer). Clients (for example, PCs) on the network with appropriate privilege levels can gain access to those shared resources.
Full-mesh topology
Directly connects every site to every other site.
Hub
An Ethernet hub is an older technology used to interconnect network components, such as clients and servers. Hubs vary in their number of available ports. A hub does not perform an inspection of the traffic it passes. Rather, a hub simply receives traffic in a port and repeats that traffic out all of its other ports.
Hub-and-spoke topology
When interconnecting multiple sites (for example, multiple corporate locations) via WAN links, a hub-and-spoke topology has a WAN link from each remote site (a spoke site) to the main site (the hub site).
Local-area network (LAN)
Interconnects network components within a local region (for example, within a building).
Logical topology
The actual traffic flow of a network determines the network’s logical topology.
Media
Devices need to be interconnected via some sort of media. This media could be copper cabling. Alternatively, it could be a fiber-optic cable. Media might not even be a cable, as is the case with wireless networks, where radio waves travel through the media of air.
Metropolitan-area network (MAN)
Interconnects locations scattered throughout a metropolitan area.
Partial-mesh topology
A hybrid of a hub-and-spoke topology and a full-mesh topology. A partial-mesh topology can be designed to provide an optimal route between selected sites, while avoiding the expense of interconnecting every site to every other site.
Peer-to-peer network
Allows interconnected devices (for example, PCs) to share their resources with one another. These resources could be, for example, files or printers.
Personal-area network (PAN)
A network whose scale is smaller than a LAN. As an example, a connection between a PC and a digital camera via a USB cable is considered to be a PAN.
Physical topology
The way a network’s components are physically interconnected determines the network’s physical topology.
Ring topology
In a ring topology, traffic flows in a circular fashion around a closed network loop (that is, a ring). Typically, a ring topology sends data, in a single direction, to each connected device in turn, until the intended destination receives the data.
Router
A router is considered a Layer 3 device, meaning that it makes its forwarding decisions based on logical network addresses. Most modern networks use IP addressing.
Server
As its name suggests, a server serves up resources to a network. These resources might include e-mail access as provided by an e-mail server, web pages as provided by a web server, or files available on a file server.
Star topology
In a star topology, a network has a central point (for example, a switch) from which all attached devices radiate.
Switch
Like an Ethernet hub, an Ethernet switch interconnects network components. Like a hub, switches are available with a variety of port densities. However, unlike a hub, a switch doesn’t simply take traffic in on one port and forward copies of that traffic out all other ports. Rather, a switch learns which devices reside off of which ports. As a result, when traffic comes in a switch port, the switch interrogates the traffic to see where it’s destined. Then, based on what the switch has learned, the switch forwards the traffic out of the appropriate port and not out all of the other ports.
Wide-area network (WAN)
Interconnects network components that are geographically separated.
Wide-area network (WAN) link
An interconnection between two devices in a WAN.