LECTURE 1 TERMS Flashcards
Define a node
A node is any device on a computer network, i.e., Laptop, Phone, SmartWatch
Define a Ad-hoc Network
A connection between 2 devices only.
Ex Bluetooth connection between a phone & EarPods, or phone & laptop (hotspot)
What does LAN stand for and what does it mean?
(Local Area Network)
a network of small number within a limited distance, e.g., within a building or office.
What does WAN stand for and what does it mean?
(Wide Area Network)
Interconnected LANs that cut across multiple locations / buildings.
They provide access to other networks over a wide geographical area and are typically owned and managed by a telecommunications service provider.
What does MAN stand for and what does it mean?
(Metropolitan Area Network)
Uses WAN to interconnect LANs across a wide geographical areas, such as a city.
Define Internet
worldwide public internetwork
Define intranet
intranet is similar to internet but are for privately owned network, e.g., a network of a company with offices across the globe.
Define server:
A dedicated high-end node that host resources or provides services to other nodes (clients).
E.g., a mail, database, or file/storage server.
- Usually runs server OS such as Windows Server, Unix, Linux etc.
- Usually tuned for high performance and fault tolerance.
Define a client
A computing node which requests services or resources from a server.
Usually run desktop OS such as Windows 10/11, MAC OS X, as well as end-user applications such as browsers, word processors etc.
Peer-to-peer
A node can act as both server and client
• Any node can share resource with any other node.
• Each node is its own administrator, hence can grant others unlimited or restricted access to
files/resources.
• Difficult to manage multiple credentials
Define a publisher
Publisher: Nodes that send / publish messages to topics
Define subscribers:
Subscribers: nodes that receive messages posted on topics.
Topics:
Topics: “interest groups” / categories
Broker:
Broker: serves as intermediary between both publishers and
subscribers.
Publish-Subscribe (Pub/Sub) model consists of the four:
publisher, subscriber, topics, broker