















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This presentation covers the fundamentals of computer networking, including the principles of networking, networking standards, physical components of a network, and networked equipment addressing. Topics include computer network devices and components, major types of networks, networking standards and reference models, wired and wireless standards, network devices, cables and connectors, and networked equipment addressing.
Typology: Assignments
1 / 23
This page cannot be seen from the preview
Don't miss anything!
















IT Essentials v6.
IT Essentials v6.
Principles of Networking Computer Networks (^) Computer Network Devices and Components
Networking Standards Reference Models (^) Organizations, such as lEEE, IETF, and ISO, develop open standards for networks so that any client running any operating system can access network resources. (^) The OSI model and the TCP/IP model are both reference models used to describe the data communication process. (^) As application data is passed down through the layers, protocol information is added at each level. This is known as the encapsulation process.
Physical Components of a Network Network Devices (^) Modems convert a computer’s digital data into a format that can be transmitted on the ISP’s network. (^) Switches microsegment LANs by sending data only to the computer that needs it. (^) Wireless access points (APs) connect wireless devices. Routers use IP addresses to forward traffic to other networks. (^) In a home or small office, a route often includes a switch, a firewall, and an AP.
Physical Components of a Network Cables and Connectors (^) Twisted-pair is the most popular type of cabling used in LANs today. (^) There are two different twisted-pair wiring schemes: called T568A and T568B. (^) Each wiring scheme defines the pinout, or order of wire connections, on the end of the cable. (^) Two types of cables can be created: a straight- through cable and a crossover cable. (^) A straight-through cable is the most common cable type. The wiring scheme is the same on both sides. (^) A crossover cable uses both wiring schemes. T568A on one end of the cable and T568B on the other end of the same cable.
Basic Networking Concepts and Technologies Networked Equipment Addressing (^) Host devices need both addresses to communicate on the network.
Basic Networking Concepts and Technologies Networked Equipment Addressing (^) An IPv4 address is composed of two parts. The first part identifies the network. The second part identifies a host on that network. (^) Computers and routers use the subnet mask to calculate the network portion of the destination IPv4 address. (^) A one bit in the subnet mask means that bit is part of the network portion. So the first 24 bits of the 192.168.200.8 address are network bits. The last 8 bits are host bits.
Basic Networking Concepts and Technologies Transport Layer Protocols (^) The two protocols that operate at the transport layer are Transport Control Protocol (TCP) and User Datagram Protocol (UDP)
Basic Networking Concepts and Technologies Transport Layer Protocols (^) TCP and UDP use a source and destination port number to keep track of application conversations. (^) The destination port number is associated with the destination application on the remote device. (^) The source port number is dynamically generated by the sending device.