Section 1 Flashcards
What are the layers of the TCP/IP Model
Application, Transport, Network, Network Interface
What is the Application Layer of the TCP/IP Model for
responsible for the communication protocols between nodes. The protocols in this layer include hypertext transfer protocol (HTTP and HTTPS), Secure Shell (SSH), and network time protocol (NTP), among many others.
What is the Transport Layer of the TCP/IP Model for
responsible for the end-to-end transport of data. The protocols that live in this layer are transmission control protocol (TCP) and user datagram protocol (UDP).
What is the Network Layer of the TCP/IP Model for
defines the logical transmission protocols for the whole network. The main protocols that live in this layer are internet protocol (IP), internet control message protocol (ICMP), and address resolution protocol (ARP).
What is the Network Interface Layer of the TCP/IP Model for
establishes how data should be physically sent through the network.
What are the layers of the OSI Model
physical, data link, network, transport, session, presentation, and application
What is the Physical Layer of the OSI Model for
responsible for the physical connections of the devices in the network. This layer is implemented through the use of devices such as hubs, repeaters, modem devices, and physical cabling.
What is the Data Link Layer of the OSI Model for
responsible for the error-free delivery of data to the receiving device or node. This layer is implemented through the use of devices such as switches and bridge devices, as well as anything with a network interface, like wireless or wired network cards.
What is the Network Layer of the OSI Model for
responsible for the transmission of data between hosts in different networks as well as routing of data packets. This layer is implemented through the use of devices such as routers and some switches.
What is the Transport Layer of the OSI Model for
provides services to the application layer and receives services from the network layer. It is responsible for the reliable delivery of data. It segments and reassembles data in the correct order for it to be sent to the receiving device. It may also handle the reliable delivery of data and any retries of data that are lost or corrupted (for example, TCP does this). This layer is often called the heart of OSI.
What is the Session Layer of the OSI Model for
responsible for connection establishment, session maintenance, and authentication.
What is the Presentation Layer of the OSI Model for
responsible for translating data from the application layer into the format required to transmit the data over the network as well as encrypting the data for security if encryption is used.
What is the Application Layer of the OSI Model for
responsible for network applications (like HTTP or FTP) and their production of data to be transferred over the network.
What number is each layer of the OSI model
physical 1, data link 2, network 3, transport 4, session 5, presentation 6, application 7
What types of network devices are found at layer 1
modem, hub, repeater
What types of network devices are found at layer 2
modem, switch, repeater
What types of network devices are found at layer 3
switch, router
What are the different types of Cat cables and what are their speeds and lengths
Cat3 supports up to 10 Mbps (Megabits per second) for up to 100 meters and is commonly used for phone lines today.
Cat4 supports 16 Mbps for up to 100 meters and is not commonly used today.
Cat5 is used in Ethernet LANs containing two twisted pairs allowing for up to 100 Mbps up to 100 meters between the device and the switch, hub, or router. This has been practically replaced by the Cat5e specification.
Cat5e doubles the number of twisted pairs to four for up to 1 Gbps (Gigabits per second) over up to 100 meters.
Cat6 is also used in Ethernet LANs and data centers. Cat6 is made up of four tightly woven twisted pairs (more twists per linear foot) and supports 1 Gbps for up to 100 meters or 10 Gbps for up to 55 meters.
Cat6a is an improvement of the Cat6 standard, supporting the same standards and lengths (with the ability to run 10 Gbps over 100 meters maximum), but using a higher quality cable that is more resistant to interference. This is most commonly used in wired networks today.
What are the different types of Cat connectors and what are they for
RJ11: A connector that supports two pairs of wires (four total); typically used in telephones.
RJ45: This is an end connector typically used with Ethernet cables and supports four pairs (eight wires).
What are the types of fiber cables
- Single-mode cables are made up of one single glass or plastic fiber. The benefit of a single fiber cable is the ability to carry higher bandwidth for 50 times the distance of a multimode cable. This requires higher cost electronics to create the light and thus is typically used for longer distances (hundreds or thousands of kilometers) and higher bandwidth applications.
- Multimode cables are wider in diameter due to light modes being sent across the cable. Multimode fibers are highly effective over medium distances (500 meters or less at higher speeds) and are generally used within a LAN. They are also less expensive than single-mode fiber due to the potential for use with LEDs and other lower-cost options for creating the light.
What are the primary connectors for fiber cables
ST: This stands for a straight tip connector. This was the most commonly used connector with multimode fiber until the mid-2000s. It was used on campuses, corporate networks, and for military purposes. Today, LC connectors are usually used instead, as they are denser and more convenient at almost the same cost.
LC: This stands for lucent connector. This is a smaller version of the standard connector (SC). This supports more ports to be used in the same space. This is probably the most common type used in corporate data centers today and is usually used with SFP (small form-factor pluggable) transceivers.
What are crossover cables used for
to connect 2 computing devices of the same type directly to each other. accomplished via their NIC or switches
What are patch cables used for
used to connect a device to a wall outlet, which is wired to the patch panel
What is ‘ping’ used for and how does it work
for testing connectivity to other hosts. sends an ICMP echo request and listens to a reply. Displays the time it took and the TTL left.
What is ‘traceroute/tracert’ used for and how does it work
displays the route an IP packet takes to a destination and the time it takes. traceroute for Linux and tracert for Windows
What is ‘tracepath’ used for and how does it work
similar to traceroute but does not need superuser privileges. used on Linux
What is ‘ipconfig’ used for and how does it work
displays IP, subnet mask, default gateway for each network adapter by default with the /all option which displays MAC address, DHCP status, and lease information. /release all connections /renew adapters