OBJ 1.1 X Flashcards
OSI Model Layers
- Physical
- Data link
- Network
- Transport
- Session
- Presentation
- Application
Ethernet Header
Fields in a frame used to identify source and destination MAC addresses, protocol type, and error detection.
TCP (transmission control protocol)
Protocol in the TCP/IP suite operating at the transport layer to provide connection-oriented, guaranteed delivery of packets.
UDP (user datagram protocol)
Protocol in the TCP/IP suite operating at the transport layer to provide connectionless, non-guaranteed communication.
TCP Flags
Field in the header of a TCP segment designating the connection state, such as SYN, ACK, or FIN.
Internet Protocol (IP) Header
Fields in a datagram used to identify source and destination IP addresses, protocol type, and other layer 3 properties.
MTU (Maximum transmission unit)
Maximum size in bytes of a frame’s payload. If the payload cannot be encapsulated within a single frame at the Data Link layer, it must be fragmented.
- Physical Layer
Transmission of bits across the network.
- Data link layer
Packages data into frames and transmitting those frames on the network, performing error detection/correction, and uniquely identifying network devices with an address (MAC), and flow control
- Network layer
Forwards traffic (routing) with logical address. (example: IP address IPv4 or IPv6)
- Transport layer
Dividing line between upper and lower layers of the OSI model. Data is sent as segments.
- Session layer
Think of a session as a conversation that must be kept separate from others to prevent intermingling of the data. Setting up, maintaining, and tearing down sessions.
- Presentation layer
Responsible for formatting the data exchanged and securing that data with proper encryption.
- Application layer
Provides application-level services. The layer where the users communicate with the computer.
- Physical layer (How are bits represented on the medium?)
Electrical voltage ((copper wiring) or light (fiber optics) represents 1’s and 0’s (bits) If 0 volts, then 0 is represented. If +/-5 volts, then 1 is represented.
Transition modulation: If it changed during the clock cycle, then a 1 is represented, otherwise, a 0.
- Physical layer (How are the cables wired?)
TIA/EIA-568-B is standard wiring for RJ-45 cables and ports. Crossover cables use T-568A and T-568B. Straight thru cables typically use T-568 B on both ends, but could use T-568A on both.
- Physical layer (How are the cables connected?)
Layer 1 devices view networks from a physical topology perspective. Bus, Ring, Star, Hub-and-Spoke, Full Mesh, Partial Mesh
- Physical layer (How is communication synchronized?)
Asynchronous: uses start bits and stop bits to indicate when transmissions occur from sender to receiver
Synchronous: Uses a reference clock to coordinate the transmissions by both sender and receiver.