Lecture 5 Flashcards
What is a LAN?
Local area network (LAN)
Two or more computers connected together within a small geographical area
LANs can only transmit data very fast but only over a short distance
What is a MAN?
Metropolitan area network (MAN)
A network spanning a local community
What is a WAN?
Wide area network (WAN)
WANs are typically spread across a large geographical are and relies on third party carries or communications
Types of topologies?
Topology (configuration) Bus – Ethernet Star – Wireless networks with central Access Point (AP)
What are protocols?
Defines a set of rules required for data communication between devices
To govern transmission of data
What is the CSMA/CD protocol?
Carrier Sense, Multiple Access with Collision Detection
Used in Ethernet
Silent bus provides right to introduce new message only when the media is not being used
What is the CSMA/CA protocol?
Carrier Sense, Multiple Access with Collision Avoidance
Used in WiFi
A computer signals its intention to transmit before it actually transmits data. In this way, computers will sense when a collision might occur avoiding transmission collisions. broadcasting intention to transmit data increases the amount of traffic on the cable and slows down network performance.
A newcomer is not allowed to claim a silent channel until any machine that has been waiting is given the opportunity to start
What is the hidden terminal Problem?
Occurs when a node is visible from a wireless access point (AP), but not from other nodes communicating with that AP. This leads to difficulties in media access control sublayer (concerned with sharing the physical connection to the network among several computers.). So nodes cannot detect a collision while transmitting
What is a Repeater?
Repeater: Extends a network
What is a Bridge?
Bridge: Connects two compatible networks
What is a Switch?
Switch: Connects several compatible networks
What is a Router?
Router: Connects two incompatible networks, resulting in a network of networks called an internet
What is Client-server?
One server, many clients
Server must execute continuously
Client initiates communication
Server must be prepared to serve multiple clients at any time
What is Peer-to-peer (P2P)?
Have equal status
each computer on the network acts as both client and server
There is no centralized control
What are distributed systems?
Systems with parts that run on different computers