Definitions Flashcards
Network
= collection of hardware components and computers interconnected by
communication channels that allow sharing of information and resources.
why is Networking Needed?
needed to facilitate communication and the transfer of information between different destinations + it enables speedy data transfer and has made the world a smaller place.
Topology
- refers to the virtual shape or structure of a network.
- it is a schematic description of how the network is arranged, including its nodes (devices) and connecting lines.
- In other words, topology defines how devices are connected and how data is transmitted within a network.
it can be either physical or logical
What are the physical topology ?
a. Bus topology
b. Ring topology
c. Star topology
d. Tree topology
e. Mesh topology.
Bus topology
type of network topology where all the nodes (systems) are connected to a common main cable called a bus.
Advantages = easy to install and use + the failure of any device connected to the network does not affect the functioning of other devices.
Disadvantage = when the number of nodes connected to the bus increases, the performance may decrease.
+ if the bus fails, the entire network will be down.
Ring Topology
= a type of network topology where every device is connected to two neighboring devices, forming a closed loop.
* Messages can only travel in one direction
* If the loop gets cut, the entire network will be affected.
Star Topology
- = a simple network topology where all the devices are directly connected to a central server, computer, or hub.
- Each node = connected to the central server, allowing for easy communication between devices.
Advantage = the failure of one cable or device will not affect the functioning of other nodes in the network.
Disadvantage = this topology requires more cables, which can increase the cost factor.
Tree topology
- = a combination of two or three star networks connected to a main bus.
- In this topology, central hubs or servers of the star networks are connected to a main bus.
- Advantage = expansion is relatively easier as multiple networks can be included.
- Disadvantage = installation process = complex.
Mesh Topology
- = a type of network topology where each node is directly connected to every other node in the network.
Two schemes used for mesh topology: full mesh and partial mesh. - In a full mesh, every node is connected to every other node
- In a partial mesh, only a few nodes are connected to all the nodes and the rest are connected only to specific nodes they want to communicate with.
Advantage = if a link fails, it will only affect that specific connection and not the entire network.
Disadvantage = setting up a full mesh can be complex.
Logical topology
= paths through which signals flow from one node to another.
Components of a typical network ?
- network adapters
- repeaters
- bridges
- hub
- switch
- routers
- gateways
network adapters
- Role = act as interfaces between computers or devices and a network.
- = necessary for connecting machines to a network.
- Various types of network adapters available => Ethernet or Wi-Fi adapters.
repeaters
- = a device used in networking to strengthen and transmit signals over longer distances without distortion or loss.
Role = acts as an amplifier : - => it receives a signal from a transmitter
- => amplify it
- => re-transmit it with better strength.
bridges
- = a vital component in networking
Role = used to connect two different networks or split a network into separate segments.
hub
- = a device used to facilitate data sharing between computers within a network.
- used in star topology networks.
=> When a computer sends information, it transmits the signal to the hub, which then retransmits the signal to the destination computer.
Hubs can be either active or passive. - Passive hubs simply relay the signal
- Active hubs act as repeaters and can regenerate the signal.
switch
- = an intelligent device that is used in computer networking.
- Role = acts as a central point of a network and is an improved version of a hub.
it examines the destination address (MAC address) from the packet header and redirects the packet to the destination alone.
=> This is possible because the switch maintains a table with details of all ports and corresponding device’s MAC addresses.
* By using a switch, the bandwidth utilization becomes more effective and is managed more efficiently.
routers
- = devices used to communicate between networks in an efficient and intelligent way.
- They transfer packets from the source to the destination using the best and shortest route.
When a data packet is received, the router reads the destination address, looks at the path to reach the destination, and sends the packet through the shortest path (= chemin).
* Routers play a crucial role in ensuring effective and reliable communication between networks
gateways
- = device used to connect two different networks.
Role = acts as a converter
=> it allows communication between networks that use different protocols or technologies.
For example => it can connect a VoIP network to a PSTN network (= 2 networks that use different protocols or technologies)
- Local Area Network (LAN)
= a type of computer network that connects devices within a shorter proximity, such as a building, school, college, internet cafes, or a home.
It can be maintained and controlled by a single person due to its small operational area.
LANs can also have groups of LANs within them, where each room in a home, for example, can be considered a LAN.
Wide Area Network (WAN)
= a network that covers a larger area, such as connecting branches of an organization across different geographical regions.
* WANs are formed by joining multiple Local Area Networks (LANs) together.
* Technologies like optical fibers, ATM, and Frame relays are commonly used for establishing long-distance connectivity in WANs.
* The internet = a WAN => because it covers the entire globe.
Metropolitan Area Network (MAN)
- = a network that covers a larger physical area than a Local Area Network (LAN) but is smaller than a Wide Area Network (WAN).
- It typically covers a city or a metropolitan area.
- MANs are used by government bodies and organizations on a larger scale.
- The diagram in Figure 1.17 shows three different buildings in New York City connected by a MAN.
Personal Area Network (PAN)
= a short-range network that uses Bluetooth technology to connect devices such as computers, printers, and mobile phones without the need for cables.
=> typically covers only a few meters and is commonly used for transferring songs or data between mobile phones.
=> it requires pairing (= couplage) = establish communication between two devices in a PAN
Intranet
- = a personalized version of the internet that is only accessible within an organization. It is not available to the outside world.
- If an intranet is connected to the internet, it is protected by a firewall.
- The firewall controls access between the intranet and the internet, allowing access to the intranet only for authorized individuals within the organization.
Extranet
- = a partially accessible intranet that allows authorized outsiders to access certain parts of the intranet.
- The actual server that serves up the web pages of the intranet is also protected by a firewall, which controls access to the intranet based on access permissions set for individuals or groups of outside users.
- Access to the intranet can be based on a username and password or an IP address.
The Internet Protocol (IP)
= a set of rules that governs the format of data packets and the addressing scheme used to identify devices on a computer network.
It is responsible for routing data packets from the source device to the destination device over the network.