Computer Networks Flashcards
(117 cards)
What is the term for sharing information and resources through linked computers?
Networking
What is the term for the thing and it’s configuration that manages the operations of the network interfaces?
Network software
What is commonly classified based on the physical distance between components (geographic scope)?
Network types
Name the three major categories of network types
Personal area network (PAN)
Local Area network (LAN)
Wide area network (WAN)
What type of network is used for short-range communications, within a few feet, such as wireless headphones to a phone?
PAN
What type of network consists of a collection of computers in a single building or complex?
LAN
What type of network system kinks systems over a greater distance including machines on the other side of the world?
WAN
WHat type of network design is freely circulated?
Open networks
The internet is an example of what kind of network design?
Open
What is the open collection of standards called that governs communication over the internet?
TCP/IP protocol
What type of network design is controlled by third parties and may include license fees?
Proprietary network
Name the four types of network topology?
Bus, star, ring, Mesh
What type of network topology connects machines to a common connection line?
Bus
What is the most common type of network topology?
Bus
What type of network topology has a single machine as the central point to which all other machines connect?
Star
What type of network topology connects machines directly to each other as peers?
Ring
What type of network topology connects every device device in a network to every other device enabling redundancy while introducing more traffic?
Mesh
The bus topology became popular in the 90s when it was implemented under a set of standards known as what?
Ethernet
What type of topology is used in wireless communication where communication is carried out via radio broadcast to a central machine called the access point?
Star
Networks rely on what to govern communication?
Protocols
Using what allows vendors to build products for network applications that are compatible with products from other vendors?
Protocols
What method of process communication allows the activities or processes on different computers within a network to coordinate actions and complete tasks?
Interprocess communication
The popular convention for interprocess communication is what where a request is made with something else satisfying the request? For example multiple computers printing on the same printer
Client/server model
In what interprocess model allows for processors to both request and provide service to each other? Instant messaging and interactive games are examples.
Peer-to-Peer (P2P)