OSI Model Layers
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.
Transmission of bits across the network.
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
Forwards traffic (routing) with logical address. (example: IP address IPv4 or IPv6)
Dividing line between upper and lower layers of the OSI model. Data is sent as segments.
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.
Responsible for formatting the data exchanged and securing that data with proper encryption.
Provides application-level services. The layer where the users communicate with the computer.
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.
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.
Layer 1 devices view networks from a physical topology perspective. Bus, Ring, Star, Hub-and-Spoke, Full Mesh, Partial Mesh
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.
Cables (ethernet, fiber optic)
Radio frequencies (Wi-Fi, bluetooth)
Infrastructure devices (hubs, wireless access points, media converters)
Physical addressing
uses 48-bit address assigned to a network interface card by manufacturer. First 24 bits is the vendor code, second 24-bits is a unique value.
Layer 2 devices view networks logically (ring, bus, star, mesh, hub-and-spoke)
Network Interface Cards, Bridges, Switches
Numerous routed protocols were used for logical addressing over the years. (AppleTalk, IPX, IP) Only IP remains dominant. IP v4, IP v6
Packet switching (routing) where data is divided into packets and forwarded.
Circuit switching - dedicated communication link is established between two devices.
Message switching (data is divided into messages, similar to packet switching, except these messages may be stored then forwarded