Networking & Storage Flashcards
Computer Network
Collection of computers and network devices that use communication channels for communication and resource sharing.
Network Topology
How different computers and network devices are arranged physically.
Point-to-point topology
Direct communication between two devices.
Line Topology
Data is passed between nodes in a sequential order.
Ring Topology
Connection of devices through other intermediate devices so there is no direct communication.
Mesh Topology
No specific arrangement.
Star Topology
Uses one intermediate device that connects all the other devices.
Fully Connected Topology
All devices are connected directly to each other.
Tree Topology
Devices are connected in a hierarchical way to achieve different access levels.
Bus Topology
All the devices are connected to one base line.
OSI Model
Method of how computers communicate with each other over a network. This method contains a stake of protocols to support the duties of each layer’s task.
The OSI Model in the order of the sender transmitting Data
Application layer
Presentation layer
Session layer
Transport layer
Network layer
Data Link layer
Physical layer
The OSI Model in the order of the Receiver receiving data
Physical layer
Data Link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Application layer
Works with web applications and handles the data so it is converted to a format that can be humanly readable.
Presentation layer
- Translation
- Data compression
- Encryption
Session Layer
- Authentication
- Authorization
- Manages the session
Transport Layer
- Handles segments
- Flow control
- Error handling
Protocols in the Transport Layer
- TCP (Transmission Control Protocol)
- UDP (User Datagram Protocol)
TCP
Connection oriented protocol where a direct communication pathway is created.
Process of TCP
- Sender requests the establishment of communication pathway from Receiver.
- Receiver sends an notification of agreement.
- Sender sends the data.
Advantages of TCP
- High security
- High reliability
Disadvantage of TCP
- Slower
UDP
Connectionless oriented protocol.
Advantages of UDP
Faster due to the lack of proper pathway establishment.