Networking Flashcards
TCP
Transmission control Protocol (TCP)
- Establishes a connection between the sender and recipient using a handshake sequence of SYN, SYN/ACK, and ACK packets.
- Assigns each packet a sequence number so that it can be tracked.
- Allows the receiver to acknowledge (ACK) that a packet has been received.
- Allows the receiver to send a negative acknowledgement (NACK) to force retransmission of a missing or damaged packet.
- Allows the graceful termination of a session using a FIN handshake.
The main drawback is that this connection information requires multiple header fields. Using TCP can add 20 bytes or more to the size of each packet.
TCP is used when the application protocol cannot tolerate missing or damaged information
UDP
User Datagram Protocol (UDP)
connectionless, non-guaranteed method of communication with no sequencing or acknowledgements. There is no guarantee regarding the delivery of messages or the sequence in which packets are received.
UDP is suitable for applications that do not require acknowledgement of receipt and can tolerate missing or out-of-order packets.
Routers
- A SOHO router often simply routes between its local network interface and its WAN/Internet interface.
- A LAN router divides a single physical network into multiple logical subnetworks. Each logical network becomes a separate broadcast domain.
This type of router generally has only Ethernet interfaces.
A WAN or border router forwards traffic to and from the Internet or over a private WAN link. This type of router has an Ethernet interface for the local network and a digital modem interface for the WAN
Switch
- provisions one port for each device that needs to connect to the network.
- Unlike a hub, an Ethernet switch can decode each frame and identify the source and destination MAC addresses.
- It can track which MAC source addresses are associated with each port.
unmanaged switch
- function without requiring any sort of configuration
- You just power it on and connect some hosts to it, and it establishes Ethernet connectivity between the network interfaces without any more intervention
- unmanaged switches with four or eight ports used in small networks.
- There is an unmanaged four-port switch embedded in most of the SOHO router/modems supplied by Internet Service Providers (ISPs) to connect to their networks.
managed switches
- Switches designed for larger LANs (VLAN support)
- A typical workgroup switch will come with 24 or 48 access ports for client PCs, servers, and printers. These switches have uplink ports allowing them to be connected to other switches.
- An enterprise might also use modular switches. These provide a power supply and fast communications
- Configuring a managed switch can be performed over either a web or command line interface.
Patch Panels
- In most types of office cabling, the computer is connected to a wall port and—via cabling running through the walls—to a patch panel. The cables running through the walls are terminated to insulation displacement connector (IDC) punchdown blocks at the back of the panel.
- The other side of the patch panel has prewired RJ45 ports. A patch cord is used to connect a port on the patch panel to a port on an Ethernet switch.
Hubs
- is a legacy network hardware device that was used to implement the 10BASE-T and 100BASE-T Ethernet cabling designs. This design is referred to as a star topology” because each end system is cabled to a concentrator (the hub).
- A hub has a number of ports—typically between four and 48—and each computer is cabled to one port.
- The circuitry in the hub repeats an incoming transmission from a computer attached to one port across all the other ports.
- You are only likely to encounter a hub being used in very specific circumstances, such as where legacy equipment must be kept in service.
PoE
Power over Ethernet (PoE)
is a means of supplying electrical power from a switch port over ordinary data cabling to a powered device (PD), such as a voice over IP (VoIP) handset, camera, or wireless access point. PoE is defined in several IEEE standards:
- 802.3af allows powered devices to draw up to about 13 W.
- 802.3at (PoE+) allows powered devices to draw up to about 25 W
- 802.3bt (PoE++ or 4PPoE) supplies up to about 51 W (Type 3) or 73 W (Type 4) usable power.
PoE-enabled switch
is referred to as endspan power sourcing equipment (PSE)
- Powering these devices through a switch is more efficient than using a wall-socket AC adapter for each appliance
- If the switch does not support PoE, a device called a “power injector” (or “midspan”) can be used. One port on the injector is connected to the switch port. The other port is connected to the device. The overall cable length cannot exceed 100 m.
access point (AP)
Not a wireless router
- A wireless router is a router and an access point is a single device
- extends the wired network onto the wireless network
- The MAC address of the AP’s radio is used as the Basic Service Set Identifier (BSSID).
Firewall
Software or hardware device that protect a network segment or individual host by filtering packets to an acces control list.
- A basic firewall is configured with rules, referred to as a network access control list (ACL)
PoE
PoE: IEEE 802.3af-2003
– The original PoE specification
– Now part of the 802.3 standard
– 15.4 watts DC power, 350 mA max current
PoE+
PoE+ : IEEE 802.3at-2009
– Now also part of the 802.3 standard
– 25.5 watts DC power, 600 mA max current
PoE++
PoE++: IEEE 802.3bt-2018
– 51 W (Type 3), 600 mA max current
– 71.3 W (Type 4), 960 mA max current
– PoE with 10GBASE-T