Network Model Flashcards
What is the OSI model and what does each layer do (examples help)? Remember to number the layers, as that’s how it’s referenced.
OSI Model:
- Application – API of an application (how we make it network aware)
- Presentation – If data comes in, can your computer read it? Used to convert data to readable data
- Session – What’s taking place and how that connectivity works
- Transport – Disassemble packets
- Network – Logical addresses, IP Address (routers)
- Data Link – Anything that uses Mac Address (Network card and switches)
- Physical - Hardware
What is the TCIP Model? Include explanation of each layer and the number.
TCIP Model
- Application – Email, FTP, Tellnet
- Transport – What it takes to get the data to the other location.
- Internet – routers
- Network Interface – hardware except for routers
What is the process for receiving data and what layers does it include?
PHYSICAL AND DATA/LINK and NETWORK INTERFACE LAYER:
Network Card verifies that the data is for the user (verifies via Mac Address)
Data link checks that it is good data. It deciphers it by removing the Mac addresses, and what you have is an IP PACKET.
What does the transport layers do?
TRANSPORT AND TRANSPORT LAYER:
It assembles or disassembles based on sequencing numbers.
What does the session layer do?
Connect a server to an application. Most modern applications do this automatically (Outlook starting and connecting to exchange), but it used to be a manual process before
What’s the presentation layer do?
ASCII Files and making sure its readable
What’s the process for sending data? Include layers and explanation of what they do.
SENDING DATA PROCESS -
Application, Presentation, Session: gather data, source, and to port numbers.
Transport: Organizing data into IP packets with sequencing numbers
Network: Adds Ip address to the TCP Segment
Data Link: Adds Mac Address to the IP Packet
Physical: Verify the integrity and sends it out to the destination.
How many bits is a MAC address?
48 bit address because it’s in hexadecimal and there’s 12 numbers. 1 Hexadecimal = 4 digits. 4 x 12 = 48 digits
What is a MAC address? Which part is the OEM identifier (what is it) and which is the unique ID?
Mac Address is 12 numbers broken up in pairs of two
The first 6 digits is called the OEM Identifier
The last 6 digits is called the unique ID
What’s the difference between unicast and multicast?
Unicast transmission is meant for one device on the network. The computer can tell this when it sees the packet is intended for it’s specific Mac address
Broadcast comes in repeating Fs: FF-FF-FF-FF-FF-FF
When a PC sees that it is a Broadcast Mac Address, it will process the data regardless because it’s in a Broadcast domain.
What’s a broadcast domain?
Broadcast domain – It’s basically a LAN. It’s interconnecting PCs on a LAN. A broadcast transmission is sent to every device in a broadcast domain
What is the range of port numbers on a router? Which are reserved?
Range of port numbers go from 0-65535.
First 1024 are reserved
What port is normally reserved for HTTP connections?
Port 80
Which port is normally reserved for FTP connections?
Port 20/21