User Tools

Site Tools


dido:public:ra:xapend:xapend.c_hwarch:network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:public:ra:xapend:xapend.c_hwarch:network [2021/03/19 13:59]
murphy
dido:public:ra:xapend:xapend.c_hwarch:network [2021/10/03 15:30] (current)
nick ↷ Links adapted because of a move operation
Line 1: Line 1:
 ====== C.6 Network Devices ====== ====== C.6 Network Devices ======
-[[dido:​public:​ra:​xapend:​xapend.c_hwarch| Return to Hardware Architectures ]]+[[dido:​public:​ra:​xapend:​xapend.c_hwarch:start| Return to Hardware Architectures ]]
  
 ===== About ===== ===== About =====
-[[dido:​public:​ra:​xapend:​xapend.c_hwarch:​network | Return to Top]] +**Networking Devices**, also known as **Network Equipment** or **Computer Networking Devices**, are electronic devices required for communication and interaction between devices on a computer network. In essence, ​these devices mediate data transmission in networks. An [[dido:​public:​ra:​xapend:​xapend.a_glossary:​e:​endpoint]] is an [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​netnode]] and is the last receptor ​or generator of the network traffic. ​
- +
-**Networking Devices**, also known as **Network Equipment** or **Computer Networking Devices**, are electronic devices required for communication and interaction between devices on a computer network. In essence, ​the devices mediate data transmission in networks. An [[dido:​public:​ra:​xapend:​xapend.a_glossary:​e:​endpoint]] is an [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​netnode]] and is the last receiver ​or generator of the network traffic. ​+
  
-Figure {{ref>​networkarch}} is an example of a network that represents many of the components of a network. Many of these devices have their own operating systems tailored specifically to optimize the flow and control of network traffic. In addition to the devices shown in the diagram, there are other network devices such as [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​nas]].+Figure {{ref>​networkarch}} is an example of a network that represents many of the components of a network. Many of these devices have their own [[dido:​public:​ra:​xapend:​xapend.a_glossary:​o:​os|operating systems]] tailored specifically to optimize the flow and control of network traffic. In addition to the devices shown in the diagram, there are other [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​netdev|network devices]] such as [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​nas]].
  
 <figure networkarch>​ <figure networkarch>​
Line 28: Line 26:
 )) ))
 </​WRAP> ​  ^ </​WRAP> ​  ^
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​h:​hub]] ​     | A hub is basically a multiport repeater. A hub connects multiple wires coming from different branches, for example, the connector in star topology ​which connects different stations. Hubs cannot filter data, so data packets are sent to all connected devices. | +^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​h:​hub]] ​     | A hub is basically a multiport repeater. A hub connects multiple wires coming from different branches, such as, for example, the connector in star topology ​that connects different stations. Hubs cannot filter data, so data packets are sent to all connected devices. | 
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​switch]] ​  | A switch is a multiport bridge with a buffer and a design that can boost its efficiency(a large number of ports imply less traffic) and performance. A switch is a data link layer device.| +^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​switch]] ​  | A switch is a multiport bridge with a buffer and a design that can boost its efficiency (a large number of ports imply less traffic) and [[dido:​public:​ra:​xapend:​xapend.a_glossary:​p:​performance|performance]]. A switch is a [[dido:​public:​ra:​xapend:​xapend.a_glossary:​d:​datalinklayer|data link layer]] device.| 
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​r:​router]] ​  | A router is a device like a switch that routes data packets based on their IP addresses. Router is mainly a Network Layer device. Routers normally connect LANs and WANs together and have a dynamically ​updating ​routing table based on which they make decisions ​on routing the data packetsRouter ​divide broadcast domains of hosts connected through it. | +^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​r:​router]] ​  | A router is a device like a switch that routes data packets based on their IP addresses. ​Router is mainly a [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​netlayer|Network Layer]] device. Routers normally connect LANs and WANs together and use a dynamically ​updated ​routing table to make decisions ​regarding ​data packet routingRouters ​divide broadcast domains of hosts connected through it. | 
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​b:​bridge]] ​  | A bridge operates at data link layer. A bridge is a repeater, with add on the functionality of filtering ​content by reading the MAC addresses of source and destination. It is also used for interconnecting two LANs working on the same protocol. It has a single input and single output port, thus making it a 2 port device. | +^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​b:​bridge]] ​  | A bridge operates at the data link layer. A bridge is a repeater, with the ability to filter ​content by reading the MAC addresses of source and destination. It is also used for interconnecting two LANs using the same [[dido:​public:​ra:​xapend:​xapend.a_glossary:​p:​protocol|protocol]]. It has a single input and single output port, thus making it a 2 port device. | 
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​g:​gateway]] ​ | A gateway, as the name suggests, is a passage to connect two networks together that may work upon different networking models. ​They basically ​work as the messenger ​agents ​that take data from one system, ​interpret ​it, and transfer ​it to another system. Gateways are also called protocol converters and can operate at any network layer. Gateways are generally more complex than switch or router. |+^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​g:​gateway]] ​ | A gateway, as the name suggests, is a passage to connect two networks together that may work in accordance with different networking models. ​A gateway ​basically ​functions ​as messenger ​agent that takes data from one system, ​interprets ​it, and transfers ​it to another system. Gateways are also called protocol converters and can operate at any network layer. Gateways are generally more complex than switch or router. |
 ^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​m:​modem]] ​   | <​WRAP>​ ^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​m:​modem]] ​   | <​WRAP>​
-Transmission mode means transferring of data between two devices. It is also known as communication mode. Buses and networks are designed to allow communication to occur between individual devices that are interconnected. There are three types of transmission ​mode+Transmission mode refers to the manner by which data is transferred between ​between two devices. It is also known as communication mode. Buses and networks are designed to allow communication to occur between individual devices that are interconnected. There are three types of transmission ​modes: 
-  ​Simplex Mode + 
-  ​Half-Duplex Mode +  ​: • Simplex Mode \\ 
-  ​Full-Duplex Mode+  ​: • Half-Duplex Mode \\ 
 +  ​: • Full-Duplex Mode \\ 
 </​WRAP>​ | </​WRAP>​ |
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​r:​repeater]] |  A repeater operates at the physical layer. Its job is to regenerate the signal over the same network before the signal becomes too weak or corrupted so as to extend the length to which the signal can be transmitted over the same network.| +^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​r:​repeater]] |A repeater operates at the [[dido:​public:​ra:​xapend:​xapend.a_glossary:​p:​physicallayer|physical layer]]. Its job is to regenerate the signal over the same network before the signal becomes too weak or corrupted so as to extend the distance over which the signal can be transmitted over the same network.| 
-^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​netappliance]] | A type of computing appliance that aids in the flow of information to other network-connected computing devices. Services that may be provided by a network appliance include firewall functions, caching, authentication,​ network address translation and IP address management. ((+^ [[dido:​public:​ra:​xapend:​xapend.a_glossary:​n:​netappliance]] | A type of computing appliance that aids in the flow of information to other network-connected computing devices. Services that may be provided by a network appliance include ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​f:​firewall|firewall]] ​functions, caching, ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​authentication|authentication]], network address translation and IP address management. ((
 Gartner, __Network Appliance__,​ Accessed: 10 December 2020;  Gartner, __Network Appliance__,​ Accessed: 10 December 2020; 
 [[https://​www.gartner.com/​en/​information-technology/​glossary/​network-appliance#:​~:​text=A%20type%20of%20computing%20appliance,​translation%20and%20IP%20address%20management.]] [[https://​www.gartner.com/​en/​information-technology/​glossary/​network-appliance#:​~:​text=A%20type%20of%20computing%20appliance,​translation%20and%20IP%20address%20management.]]
 ))| ))|
- 
  
  
Line 50: Line 49:
 [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​network | Return to Top]] [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​network | Return to Top]]
  
 +  : <wrap hi><​color red> To be added/​expanded in future revisions of the DIDO RA </​color></​wrap>​
  
 /​**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /​**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
dido/public/ra/xapend/xapend.c_hwarch/network.1616176797.txt.gz · Last modified: 2021/03/19 13:59 by murphy