4. Computer Networks Flashcards
Sharing information and resources through linked computer systems is called ____.
networking
What are the three major categories of networks?
Personal Area Network (PAN): normally used for short-range communications, such as wireless headphones to a smartphone or a wireless mouse to a PC.
Local Area Network (LAN): a collection of computers in a single building or building complex.
Wide Area Network (WAN): a collection of systems over a greater distance, including machines on the opposite sides of the world.
A(n) ____ network’s internal workings are based on designs that are in the public domain.
A(n) ____ network’s internal workings are based on designs owned or controlled by third parties.
open, closed (or proprietary)
The internet is an example of an open network.
This is one of the most common network topologies. In this type of network, the machines are connected to a common communication line.
Bus network
In a ____ network, a single machine serves as a central point to which all others are connected.
star
In a ____ network, devices connect directly to other devices (though not to all devices) as a peer.
ring
A ____ network connects every device in the network to every other device. These types of networks enable redundancy while also introducing significantly more network traffic.
mesh
The bus network topology became popular in the 1990s when it was implemented under a set of standards/protocols known as the ____.
Ethernet
The star topology is used today in wireless networks where communication is carried out via radio broadcast to a central machine called the ____.
access point (AP)
Instant messaging and interactive games played by users on multiple machines are both examples of the ____ model for interprocess communication.
peer-to-peer (P2P)
____ systems execute software as processes on more than one computer.
Distributed
What are three types of distributed system?
- Cluster computing: uses many independent computers to provide computation or services comparable to those of a larger machine. Cluster computing provides high availability as it is likely that at least one computer in the cluster will be able to answer a request even when others in the cluster are unavailable or broken down.
- Grid computing: typically includes specialized software to make it easier to distribute the workload and data among the machines in the grid.
- Cloud computing: provides large pools of shared computers that can be allocated to clients as needed.
What are the two types of transmission media?
Wired and wireless
What are examples of wired network media?
Twisted pair cables, coaxial cable, optical fiber cables
What are two common types of twisted part cables?
Unshielded twisted pair (UTP) cables and shielded twisted pair (STP) cables.
Network bandwidth is typically measured in ___ per second and ____ per second.
megabits (Mbps) and gigabits (Gbps). (Note the difference between megabits and megabytes)
____ cables have an outer plastic that is used in computer networks and to deliver cable TV services.
Coaxial
____ is a signal at a very narrow frequency range on which data or information is superimposed and then transmitted.
Baseband
____ is considered high-capacty transmission technologies that are used to transmit data, voice, and video across long distances and at high speeds.
Broadband
____ cable uses the concept of reflection of light through a core made up of glass or plastic.
Fiber-optic
Wireless transmission uses ____ waves, such as ____ and ____ waves, to transmit data within a network.
electromagnetic, infrared, radio
Using your smartphone to make a payment at the grocery store is an example of using ____ communication.
near field (NFC)
Bluetooth supports distances shorter than ____ feet.
30
Wi-Fi devices can be accessed up to ____ feet away.
300
What are the various categories of network cables, and what are their maximum bandwidths?
CAT1 - 1Mbps
CAT2 - 4 Mbps
CAT3 - 10 Mbps
CAT4 - 16 Mbps
CAT5 - 100 Mbps
CAT5e - 1 Gbps
CAT6 - 10 Gbps
CAT7 - 10 Gbps
What is the difference between the Internet (capital “i”) and the internet (lower-case “i”)?
The Internet is the worldwide internet. An internet, on the other hand, is simply a network of networks.
A ____ converts incoming analog data from an ISP to digital data, and outgoing digital data into analog. It provides the access point to the Internet.
modem
A ____ monitors network traffic and blocks traffic that triggers its safety rules, providing a barrier between a trusted private network and an untrusted network like the Internet.
firewall
____ are special-purpose computers that forward messages to and from the machines on their network.
Routers
A router connected to your LAN acts as gateway to the internet. (This device on your LAN can be also be called a Gateway.) Routers manage network traffic by having a routing table of known devices. If a destination address is unknown to the Router, it will forward the message to another router. This analyze and forward process continues until the message reaches the correct address.
Routers use their ____ to match up the private IP address with the internet IP address, and send the message to the correct machine.
forwarding table
A network ____ extends the network by using ____ to forward data to the intended hard-wired devices.
switch, packet switching