Networking Midterm Flashcards
Give the order of the OSI model (top to bottom)
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
Any technology that manages data traffic to reduce packet loss, latency, and jitter on the network.
Controls and manages network resources by setting priorities for specific types of data on the network
Often implemented on enterprise networks
Slows down/ makes traffic go faster
What is LAN
Close geographical area [Local area network]
Can be made up of many devices
What is WAN
Wide area network
Connects multiple LANs, often separated by distance
What is MAN
Metropolitan area network
A special type of WAN
What is DWAN
Defence Wide Area Network
Unclassified network, store up to protected A, process protected B
What is CSNI
Consolidated Secret Network Infrastructure
Canadian Secret Level II network
CAN-US network
What are the types of network topologies
Peer to peer
Ring
Star
Bus
Physical vs logical network topologies
Physical is geographical location of components
Logical is based on data flow
Explain peer-to-peer topology and give pros/cons
Dedicated link between two machines
Pro:
Fast
Simple
Cons:
Little flexibility
Difficult to expand