Networking Final Flashcards
Give the order of the OSI model (top to bottom)
Application
Presentation
Session
Transport
Network
Data Link
Physical
What is the Application layer and give an example
Completes an identification of communication partners, provides resources, and synchronizes communications
Set of protocols and services to access resources
Example: http
What is the Presentation layer and give an example
Designed to identify the type of information being sent/received
Example: PDF
What is the Session layer and give an example
Establishes and teardown of a session
Determines if data is local or remote
Checkpoint so only the data sent after a network failure needs to be resent
Implements Class of Service
Example: FTP
What is the Transport layer and give an example
Responsible for mechanics of setup, teardown, and maintenance of a session
Encapsulate data into packet
Provides reliable or unreliable delivery of data
(Reliable requires a check after each data packet is sent, unreliable does not require a check after sending)
Example: TCP, UDP
What is the Network Layer and give an example
Connections between hosts on different networks
Defines local topology of a network
Find the logical path from source to destination
Relies on IP addresses (32 bit and 128 bit)
Routers operate on this layer (Network info updated to reflect state of network, Information stored in the routing table, used for traffic encryption)
Example: IPv4
What is the Data-Link Layer and give an example
Uses MAC addresses
Defines mechanics of physical communication
4 types of data type:
Unicast - One destination
Broadcast - Everyone on the broadcast domain
Multicast - Groups of destinations
Anycast - Data sent to receiver closest in network
Switches implemented on this layer
Ethernet and wifi for protocols
Communicate between nodes within a local layer
What is the Physical layer and give an example
Wiring
Hub acts as a physical connection
Booster will reproduce and boost the signal, increasing the maximum length
Example: Cat 5, Fibre Optic
What is Class of Service
Method of managing traffic in a network grouping similar types of traffic together and treating type as a class with its own level of service priority
Does not guarantee a level of service (bandwidth and delivery of time)
What is Quality of Service
Provide priority for certain types of data (i.e video transmission gets priority over file transfer)
Manages reliability, delay, jitter, bandwidth
What is a router
Passes information between networks
The router calculates how to send packets of data between networks
What is a switch
Reads MAC addresses
Multiple devices can talk at once
What is a hub
Signal repeated everywhere, talk and everyone hears it
What is a bridge
Bridge collects information from devices in a network to determine most efficient path for data transfer without having to send to every device in the network
Only one device can talk at a time
What does RAID stand for
Redundant Array of Independent Disks
What methods are used to distribute data in a RAID system
Striping- The process of storing consecutive segments of data across different storage devices, and allows for better throughput and performance.
Parity Bits- Write parity into a drive, allows to rebuild data if a disk fails.
Mirroring- the replication of data across two or more disks
What RAID system does CMS use and what methods does that RAID use
RAID 5, Striping and parity