Networks Flashcards
Name the two types of Networking Conceptual Models
OSI “Open System Interconnect” and TCP/IP “ Transfer Control Protocol/ Internet Protocol”
Name the layers present in the OSI model
- Application
- Presentation
- Session
- Transport
- Network
- Data link
- Physical
Name the layers included in the TCP/IP model
- Application
- Transport
- Internet
- network
What does the Application level do??
Computer Interaction level in which the user can interact with the data present.
What does the Presentation level do??
“Compression/ Decompression”
Data encryption change data packets into a useable format.
What does the Session level do??
“Timing”
Maintains the connections, and is responsible for controlling the parts/ sessions. Makes sure the data can get accessed by the user.
What does the Transport level do??
Transmits data using transmission protocols including TCP and UDP.
What does the Network Link level do??
Defines the path that the data will take.
What does the Data Link level do??
Defines the format of data on the network.
E.g. JPEG or GIF
What does the Physical level do??
Transmits raw bit data.
What Layers make the data into Packets or Streams??
- Transport Layer
- Network Link
- Data Link Level
Define “Vulnerability”
A weakness a system already has.
Define “Threat”
Something that could happen because of a vulnerability.
Name the most important IP addresses
FTP Data: 20
FTP Control: 21
HTTP: 80
HTTPS: 443
What is a “Port Number”??
A set of numbers that defines a software or protocol.
E.g. 80 for HTTP
It tells a Computer what Application to send the data too.