Network Models Flashcards
What is a model
simplified processes that allow us to represent the form and function (how networks function)
How many models does Network+ have and what are they
OSI seven layer model (detailed model) *open systems Interconnection COVERED MORE ON THE EXAM THAN TCP
TCP/IP model (more modern model) *transmission control protocol/Internet protocol
Name the OSI seven layer model
*All People Seem To Need Data Processing
APSTNDP
- Physical - what cables do I use, ext. (copper cable, fiber optics, radio waves, hubs)
- Data ink - anything that works with a MAC address (network interface cards NIC, switches)
- only layer that has sublayers (LLC and MAC)
- Network - logical addresses (ip addresses , switches work in the layer 3)
- Transport - assembly and disassembly for data to be broken down into individual packets
- Session - connection between 2 systems and defining what is taking place as an action for communication (accepts incoming sessions and open and closes existing sessions
- Presentation - makes a form that your computer will understand *now the systems can do it alone
- Application - smarts with in the app (network aware) API- application programmers interface refers to the code built into all operating systems that enable network aware applications
Name the TCP IP model functions
- Network interface/Link - physical cabling, MAC addresses, network cards, and other hardware except the router (packets get created)
- Internet - IP addresses, routers
- Transport - assembly, disassembly and connections
- Application - OSI application, presentation and session layer
What are protocols
are sets of clearly defined rules, regulations, standards, and procedures that enable hardware and software developers to make devices and apps that function properly at a particular layer.
Name 2 main protocols
1.Internet Message Access protocol (IMAP) send messages but verify that the receiving end is ready before it sends
2.Voice over IP (VoIP) simply sends messages without first waiting to make
sure the receiving system is even there
- TCP connection-oriented protocol
- UDP connectionless protocol
Which is a
connection-oriented protocol
connectionless protocol
- TCP connection-oriented protocol
- UDP connectionless protocol
Application Programing interface (API)?
used by programmers to make their programs network aware
- all operating systems have - standard way for programmers to enhance/extend application capabilities
Match OSI and TCP/IP
- Physical
- Data ink
- Network
- Transport
- Session
- Presentation
- Application
TCP/IP
- Network interface/Link
- Internet
- Transport
- Application
- Physical
- Data ink w/ 1. Network interface/Link
- Network w/ 2. Internet
- Transport w/
- Physical
- Data ink
- Network
Know the different port numbers and what they are used for
- the first 1024 port are reserved for well know ports
- total of 65535 ports available
Explain how TCP/IP sends data back into the world
- Application layer creates data and sends it to transport layer
- Transport layer breaks the data up into TCP segments or a UDP diagram, then sends to the internet layer
- Internet layer adds the IP address and creates the IP packets to send to the link layer
- Link layer put ip packet into a frame and adds the mac address and FCS and then sends off into the world
Explain how data is received into a NIC
This but backwards:
- Application layer creates data and sends it to transport layer - Transport layer breaks the data up into TCP segments or a UDP diagram, then sends to the internet layer - Internet layer adds the IP address and creates the IP packets to send to the link layer - Link layer put ip packet into a frame and adds the mac address and FCS and then sends off into the world
What is a NIC?
What 2 jobs does it have? LLC and MAC
Network Interface Card
- LLC (logical link control) to talk to the operating system to send the data - handles network protocols and provides flow control - MAC (media access control) which creates and address the frame - adds its own MAC and attaches MAC address to the from - each from needs the send and receiving MAC address
What are frames?
What is the max size of a frame?
- chunk of data moving across a network
- 1500 bytes max in size
- have destination and source MAC addresses
What is FCS?
What dividing process does it use?
What is the divider called?
What checks it when the frame arrives?
(frame check sequence)
this uses a CRC (Cyclic redundancy check)
key
NIC