Section 4: Computer Networks Flashcards
VoIP
Voice over internet protocol
Define Networking
sharing information and resources through linked computer systems
PAN
personal area network
LAN
local area network
WAN
wide area network
What are the 3 major categories of networks?
- PAN
- LAN
- WAN
What are PAN networks used for?
short-range communications, within a few feet.
Name 2 examples of technology that may utilize PAN networks?
- wireless headphones to a smartphone
- Wireless mouse to a PC
What are LANs (not acronym)
a collection of computers in a single building or building complex.
What is a WAN (not acronym)
link systems over a greater distance including machines across the world
Name one type of open network?
the internet
Communication over the internet is governed by what?
a collection of standards known as the TCP/IP protocol.
What is topology
another classification of networks, designated by the pattern in which the machines are connected.
What are the 4 common topologies of networks?
- bus
- star
(1 and 2 most common) - ring.
- mesh
How are the machines connected to a bus network?
machines are connected to a common communication line called a bus.
How are machines connected in a star network?
star networks have a single machine serving as a single point to which all others are connected
How are machines connected in a ring network?
ring topologies connect directly to each other as a peer.
How are machines connected in a mesh network?
Mesh connects every device in a network to every other device.
Mesh networks enable redundancy while also introducing significantly more network traffic.
How is the star topology used today? (Example)
wireless networks where communication is carried out via radio broadcast to a central machine called the AP (Access point)
AP
Access point.
Which network topology best handles downed links without losing connectivity between devices?
A. Bus
B. Ring
C. Mesh
D. Star
C. Mesh
What function do protocols serve in a computer?
Networks rely on protocols to govern communication.
Using protocols, vendors are able to build products for network applications that are compatible with products from other vendors.
What is interprocess communication (what does it do?)
allows the activities or processes on different computers within a network to coordinate actions and a complete tasks.
What is client/server & what are the basic roles?
A popular convention for interprocess communication.
Processes are categorized as either a client making requests or a server satisfying client requests.