What is a Node, and what are the general types?
Devices that send, receive and forward data.
The types are:
Intermediate nodes- Performs forwarding functions.
End systems- Sends and receives data traffic also called hosts.
What is a link?
The communication pathways that connect nodes.
e.g. cables, fiber Wi-Fi etc.
What can End system nodes be classified as?
Clients: Consumes the services provided by serves.
Servers: Makes the network applications and resources available to other hosts.
Describe a client- server network.
Where some nodes act mostly as clients and the servers are more powerful computers that are centrally managed, provisioned and secured.
Describe a peer-to-peer network.
Each host on this network acts as both the client and the server.
A decentralized model where provision, management and security of services and data are distributed around the network.
Also referred to as a workgroup.
What is a network application?
Applications that allow the network to do useful work.
i.e. sharing files or sending emails.
What is a network function?
How networks can be configured with additional properties to perform different functions.
Ex. QOS or security properties of VPN allowing devices to join a local network across the internet
What is a network appliance?
A computer with a OS and software designed to perform a particular network role.
How can a networks size and scope be measured?
Size- measured as the number of nodes
Scope-the size of the area you’re covering with nodes sharing the same network address.
What is a topology?
Describes the physical or logical structure of the network in terms of nodes and links.
What is a Star Topology?
Where each endpoint node is connected to a central forwarding appliance.
The central node mediates communications between the endpoints.
Most widely used topology.
Easy to reconfigure and troubleshoot
E.g. A switch or a router.
What is the hub-and-spoke topology?
Has the same physical layout as a star topology but is more commonly used in WANs while star topologies are more commonly used in LANs.
What is a mesh topology?
A full mesh requires that each device has a point to point link with every other device on the network.
Provides excellent redundancy, can be very pricey so its more practical for a partial mesh where the most important devices are interconnected for fault tolerance and redundancy.
Number of links required can be calculated by n(n -1)/2 (n= nodes).
What is a bus topology?
All nodes are connected to a trunk (backbone) cable.
Signal travels from one node to all the other nodes.
A device called a terminator is placed ay both ends of the trunk cable to prevent them from reflecting repeatedly across the cable.
Broken cable anywhere breaks the termination and prevents communications between all devices on the network.
Difficult to isolate cabling problems.
What is a ring topology?
Connects neighboring nodes until they form a ring or a circle.
The signal travels in one direction around the ring, and each device acts as a repeater to send the signal to the next device.
Requires careful planning, a node malfunction or cable break can prevent signals from reaching nodes beyond the malfunction.
Difficult to isolate the issue to troubleshoot.
Legacy topology.