Networking Flashcards
Bus Topology
Host devices are connected to one centralized cable or hardware device by twisted pair wiring. Network travel goes both directions, so collisions can happen.
Full Mesh Topology
All devices are connected to each other for redundancy. This is the most reliable, but it is expensive and time consuming because everything must be connected.
Star Topology
A central device connects to network and host devices using twisted pair wiring.
Ring Topology
All devices are connected using a single cable, and data is routed to each device. This avoids data collisions, but it is susceptible to the whole system failing if one node fails.
Dual Ring Topology
Two rings enable data to be sent in opposite directions, creating redundancy. If one ring fails, the other continues to transmit data.
Logical Topology
The logical representation of a network. May differ from the physical topology.
Cat 5e
Cable rating that denotes 100 MHz frequency, 100 MBS data performance, 100 m channel length limit, a max data speed of 1 GBPS, and a length limit at max of 100 m. Can handle 1G ethernet.
Cat 6
Cable rating that denotes 250 MHz frequency, 1 GBPS data performance, 100 m channel length limit, a max data speed of 10 GBPS, and a length limit at max of 37 m. Can handle 10G ethernet for a length up to 55 m.
Cat 6a
Cable rating that denotes 500 MHz frequency, 10 GBPS data performance, 100 m channel length limit, a max data speed of 10 GBPS, and a length limit at max of 100 m.
OSI layers
Application layer, presentation layer, session layer, transport layer, network layer, data link layer, physical layer. Layers 7 to 1 descending: All People Seem To Need Data Processing. Layers 1 to 7 ascending: Please Do Not Touch Steve’s Pet Alligator.
Application Layer (OSI)
Interface between software applications and the network. Telnet, HTTP, FTP, SSH. Data.
Presentation Layer (OSI)
Handles encryption, message formatting, and compression. ASCII, JPEG, PNG. Data.
Session Layer (OSI)
Manages applications and establishes, maintains, and terminates user connections. Operating systems, scheduling. Data.
Transport Layer (OSI)
Provides reliable or best-effort data delivery with optional error and flow control. TCP, UDP. Segments.
Network Layer (OSI)
Provides logical end-to-end network addressing and routing. IP. Packets. Uses Router.