1/59
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Aso known as wired media, refers to transmission pathways where data signals are physically directed along a solid medium. The signals are contained within a cable or fiber, which guides them from the source to the destination.
Central copper conductor, insulator, metallic shield, outer jacket. Better shielding than twisted pair. Cable TV, older Ethernet (10Base2, 10Base5), broadband internet.
Often referred to as wireless media, represents a category of transmission pathways where data signals propagate through the air or free space without the need for a physical conductor. Allows signals to spread out and be received by any device within their range.
Electromagnetic waves, long distances, penetrate walls. AM/FM radio, Wi Fi, Bluetooth, cellular networks.
High frequency radio waves, line of sight, susceptible to weather. Satellite communication, terrestrial microwave links.
Infrared light, short range, requires line of sight, cannot penetrate objects. Remote controls, short range PANs.
Hardware component allowing a computer to connect to a network. Essential for any device to communicate on a network. Physical Connection (e.g., RJ 45 port); Data Conversion (parallel to serial and vice versa); Unique MAC Address.
Forwards data packets between computer networks; "traffic director.". Crucial for connecting local networks to the internet. Inter network Communication (e.g., home network to internet); Packet Forwarding (uses IP addresses to find best path); Routing Tables (stores network path info); Network Address Translation (NAT) (shares public IP in home networks).
Connects multiple devices within a Local Area Network (LAN). Operates at Data Link Layer (Layer 2). Forms the backbone of most modern LANs for efficient communication. Intelligent Forwarding (learns MAC addresses, sends data only to destination port); Collision Domains (each port is a separate collision domain, reduces congestion); Full Duplex Communication (send or receive data simultaneously).
The arrangement of different elements (links (communication path), nodes (devices), etc.) in a computer network. It defines how devices are connected and how data is transmitted.
Single central cable (backbone) connects all devices. Data is transmitted in both directions. Simple and cost effective but difficult to troubleshoot. Coaxial cable.
All devices are connected to a central hub or switch. Easy to install and manage. Failure of the hub or switch brings down the entire network. Twisted pair cable.
Devices are connected in a circular path. Data travels in one direction or both in dual ring. Failure in one device can affect the whole network, unless dual ring.
Every device is connected to every other device. Provides high redundancy and reliability. Very expensive and complex to implement.
Combination of star and bus topologies. Hierarchical structure with a root node. Scalable but dependent on the backbone cable.
Mix of two or more topologies. Flexible and scalable. Can be costly and complex.
Circuit Switching
A method of implementing a telecommunications network in which two network nodes establish a dedicated communications channel before they may communicate. Provides the full bandwidth of the channel and remains exclusively connected for the duration of the communication session.
History and Development of Circuit Switching
Was used in traditional telephone networks. In January 1878, the first telephone switch went into operation in New Haven, Connecticut, and telephone switching was used to interconnect users by creating circuits between them.
Packet Switching
Data is divided into packets containing a sequence number, destination address, and a portion of the total data. The packets move between routers, which determine the path at each hop and can use different routes when a path is busy or unavailable.
History of Message Switching
Was used before packet switching and served as a replacement for circuit switching. Its early applications included telex networks and paper tape relay systems, while Western Union used a message switching system called Plan 55 A in the 1950s to process telegrams.
Direct Routing
Occurs when the sender and destination host are connected to the same physical network. The sender can send an IP packet to the destination without passing through another machine or router.
Default Routing
Uses a route, also called the gateway of last resort, when a router does not have a specific route for a data packet. The packet is then forwarded to a predefined next hop.