2 - Networking Models Flashcards
What does OSI stand for?
Open Systems Interconnection
What are the two network models?
- OSI or open systems internconnection model
2 TCP/IP model
What are the seven layers of the OSI model?
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer
What is a PDU or Protocol Data Unit?
What the information or data is called at each layer, it changes as it moves through each layer
What is the pdu for layer 1 of the OSI model?
Bit
What is the pdu for layer 2 of the OSI model?
Frame
What is the pdu for layer 3 of the OSI model?
Packet
What is the pdu for layer 4 of the OSI model?
Segment
What are some examples of protocols used at the Application Layer of the OSI model?
- http
- ftp
- tftp
- dhcp
- dns
- smtp
- pop
- telnet
- ssh
What is the Application Layer of the OSI model responsible for?
Converting data into a format that is usable by applications and directing the data to the proper application window.
What is the Presentation Layer of the OSI model responsible for?
Converting and representing the payload in different formats including data-based, character-based, image-based, audio-based, and video based
What layer of the OSI model handles compression and encryption?
Presentation Layer
What are some examples of formats used by the Presentation layer of the OSI model?
- Gif
- jpeg
- mpeg
- quicktime
What is the Session Layer of the OSI model responsible for?
For establishing, maintaining, and terminating data communications between applications or devices.
What is a session made up of?
Requests and responses
What are some examples of protocols that operate at the Session layer of the OSI model?
- PAP or password Authentication Protocol
2. RPC or Remote Procedure Call
What is the Transport layer of the OSI model responsible for?
Error-free delivery of information between devices
What layer of the OSI model is responsible for flow control and sequencing?
Transport Layer
What are some examples of Protocols used at the Transport Layer of the OSI model?
- UDP or User Datagram Protocol
2. TCP or Transmission Control Protocol
What protocol provides connectionless, unreliable data transfers between networked computers?
UDP or User Datagram Protocol
What does the term connectionless mean?
UDP does not establish a communications session before sending data. UDP is considered unreliable because a destination computer does not send an acknowledgment that the data was received.
What protocol provides connection-oriented, reliable data transfers between networked computers?
TCP or Transmission Control Protocol
What is performed between source and destination computers when using TCP?
Three-way handshake
Why is TCP considered reliable?
Because it offers features such as error detection and correction, flow control, sequencing, and acknowledgments
What is the Network layer of the OSI model responsible for?
Logical addressing and routing on a network
What are some examples of protocols used at the Network layer?
- IPv4
- IPv6
- IPX or Internetwork Packet Exchange
What is the Data Link layer of the OSI model responsible for?
Defines how devices communicate over a network and is responsible for managing physical addressing and switching on a network
What layer of the OSI model are MAC or Media Access Control addresses handled at?
Data Link Layer
What are some examples of protocols used at the Data Link layer?
- Ethernet (which can operate at layer 1 and layer2)
- Frame Relay
- PPP or Point to Point Protocol
- CDP or cisco discovery protocol
What is the Physical layer of the OSI model responsible for?
Defines how bis are passed over a medium. Bits can be passed electrically, mechanically, optically, or by radio signal
What are some types of media used at the physical layer of the OSI model?
- coax
- twisted-pair
- fiber optic
Does the physical layer of the OSI model include connectors to connect the cables to the devices?
Yes/True
What are some examples of devices that operate at the physical layer of the OSI model?
- HUB
- NIC
- Repeater
What are some examples of protocols used at the Physical layer?
- USB
- Ethernet
- ADSL or asynchronous digital subscriber line
Describe the bottom up method of troubleshooting.
Begins at the physical layer of the OSI model and then works through the other layers
Describe the top down method of troubleshooting.
Starts at the application layer and works toward the physical layer
Describe the divide and conquer method of troubleshooting.
Starts at the network layer and works either up or down the OSI model depending on the outcome of network tests
Describe the follow the patch troubleshooting method.
It is a packet-examination method of network troubleshooting. Examples are traceroute or ping
Describe the move the problem troubleshooting method.
Process of replacing components to determine whether the problem remains on the original device or moves with the suspect component.
Describe the spot the difference troubleshooting method.
Process of comparing a faulty configuration with a known good configuration.
What are the four layers of the TCP/IP network model?
- Network Access Layer
- Internet Layer
- Transport Layer
- Application Layer
What layer/layers of the OSI model does the Application layer of the TCP/IP model correspond with?
- Session
- Presentation
- Application
What layer/layers of the OSI model does the Transport layer of the TCP/IP model correspond with?
Transport Layer
What layer/layers of the OSI model does the Internet Layer of the TCP/IP model correspond with?
Network layer
What layer/layers of the OSI model does the Network Access Layer of the TCP/IP model correspond with?
- Data Link Layer
2. Physical Layer
What is the key purpose of the TCP/IP model?
Define layers based on architectural principles and not the physical layers themselves
What are the layers of the Cisco Hierarchical Network Design Model?
- Core layer
- Distribution layer
- Access layer
Describe the Core layer.
Typically provides the fastest switching path in the network. Is the network backbone, primarily associated with low latency and high reliability
Describe the Distribution layer.
Provides route filtering and intervlan routing, access control lists, and intrusion prevention system filtering. The distribution layer serves as an aggregation point for the access layer network links.
Describe the Access layer.
Serves as a media termination point for end points such as servers and hosts. Ideal place for user authentication and port security.