Ch 2 Network Models Flashcards
Modeling
Critical to networking, used to understand networks and to communicate with other techs about networks
What is the OSI seven Layer Model
The OSI seven layer model defines the role played be each protocol and it provides common jargon for network techs to use to describe the function of any network protocol.
TCP/IP is?
A four layer model that applies only to networks that use TCP/IP protocol switch such as the internet.
OSI Layer 1
The physical layer, includes anything that moves data from one system to another, such as cabling or radio waves.
OSI Layer 2
The data link layer, defines the rules for accessing and using the physical layer. Divided into two layers Media Access Control (MAC) and the Logic Link Control (LLC)
What is the LLC, logic link control?
The LLC sublayer handles the multiple network protocols and provides flow control.
What is the MAC sublayer?
The MAC sublayer creates and addresses the frame. It adds the NIC’s own MAC address and attaches MAC addresses to the frames and adds or checks the FCS
What is FCS
FCS is a frame check sequencer, and it uses a type of math called cyclic redundancy check (CRC) that the relieving NIC uses to verify the data arrives intact.
OSI Layer 3
The network layer, it’s the last layer to work directly with hardware. It creates and addresses packets. The IP addressing enables routers to make sure the packets get to the correct system without worrying about the type of hardware used for the transmission.
Logical addressing
Anything that works with logical addressing works at the network layer or layer 3
Network protocol
Creates unique identifiers for each system and also creates a set of communication rules for issues such as hot to handle data chopped up into multiple packets and how to make sure they get from one subnet to the next
OSI Layer 4
The transport layer, breaks up data received from upper layers into smaller pieces for transport and then adds sequencing numbers for TCP segments to make sure the receiving computer can reassemble the data properly.
OST Layer 5
Handles the process of differentiating between various types of connections on a pc. Initiates, accepts and open/closes existing sessions. You can use netstat to view existing sessions
OSI Layer 6
The presentation Layer.
What does the OSI Layer/presentation layer do?
Translates data from the lower layers into formats usable by the application layer. It also translates from the application layer to lower layers.
** important function: encryption that makes e-commerce possible