-
Network Naming–Making TCP/IP Work–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
Network Naming Understand DNS (Notes: DNS & ARP are different protocols! DNS maps friendly names to IP addresses. ARP maps IP addresses to MAC addresses.) DNS resolves FQDNs to IP addersses. DNS (Domain Name System!) .com & .edu are examples of top-level domains (TLDs). www.example.com The Individual Host Name is the ‘www.’ ‘www.’ will take you to a Web domain server. ‘ftp.’ will take you to an FTP server. ‘mail.’ will take you to a mail server. The name of the individual host name can be anything but these are the conventions commonly used. Note: ‘ipconfig /all’ –> DNS settings Computers & DNS Servers cache address information. Apply DNS CNAME…
-
TCP/IP Applications–Making TCP/IP Work–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
TCP/IP Applications TCP and UDP Ethernet frames are used by switches & routers. PDU (Protocol Data Units) are the information used by the different protocols provided in frame segments. TCP is connection-oriented, 2-way communication initiated by a 3-way handshake process (syn, syn-ack, ack). UDP is connectionless-oriented protocol, has low overhead with one-way communication. ICMP & IGMP (Note: Ping uses ICMP.) ICMP (Internet Control Message Protocol) works at the Internet (2) Layer in the TCP/IP model, & the network (3) layer in the OSI model. IGMP (Internet Group Management Program) provides multicasting support. Multicast addresses always start with “224”. ex: 224.x.x.x Handy Tools Both ‘tracert’ (Windows), and ‘traceroute’ (Linux) commands display…
-
Routing–The World of TCP/IP–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
Routing Introducing Routers Routers only care about destinations. Routers interconnect Network IDs. Routers can use any network medium! Routes are not tied to Ethernet; They can have DSL, Fiber-Optic connections, etc. All routers have a routing table! A routing table will have at least 4 columns: Address, Subnet, Gateway, & Interface. A router is a box that connects network IDs. Routers filter & forward based on IP address (Remember, “switches” filter & forward based on MAC address.) Default Routes have “Address” and “Subnet” data of “0.0.0.0” The primary job of a router is to connect networks with different network IDs. Understanding Ports Understanding Ports Port numbers identify the sending &…
-
TCP/IP Basics–The World of TCP/IP–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
TCP/IP BASICS Intro to IP Addressing & Binary Each computer on a TCP/IP network must have a unique IP address. IPv4 addresses are written as four octets, such as: 192.168.4.12 Each octet represents a binary string; 192, for example, is represented by 11000000 Dotted decimal notation–shorthand used to represent the 32 1’s & 0’s. 28 (256) combinations Each octet is valued between 0 and 255. Converting from binary to dotted decimal: Intro to ARP APR (Address Resolution Protocol) resolves IP addresses. ARP is what a computer uses when it knows the IP address, but needs the MAC address. Type ‘arp -a’ to see the ARP cache (shows a list of…
-
Installing a Physical Network–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
Installing a Physical Network Intro to Structured Cabling Structured cabling defines how we install cabling (i.e.–cable organization). Structured cabling systems will have: 1). Telecommunication closet/equipment room. This room will contain all switches & centralized stuff that runs out via, 2). Horizontal Runs to individual 3). workstations/work areas. TIA standards specify wiring standards for structured cabling. Patch panels terminate one end of horizontal runs. Patch cables connect switches to patch panels & computers to wall outlets. Terminating Structured Cabling RJ-45 crimps are used only on patch cables. Horizontal runs are terminated with 110-punchdowns. Note: Horizontal runs are punched down to the back of a patch panel on one end, and on…
-
Modern Ethernet–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
Modern Ethernet 100Base-T Full-duplex mode allows both sides of a conversation to occur at the same time. Half-duplex, you can “talk” or “listen” but not at the same time. 100BaseT (aka 100BaseTX) runs at 100 Mbps up to 100 meters. 100BaseFX, a fiber solution, runs at 100 Mbps up to 2 kilometers. Connecting Switches (Note: Connecting switches in a tree structure is common when networks are larger & more spread out, into clusters.) Straight-through cables have identical ends, such as 568B. Crossover cables have different ends–568A and 568B. Connect switches directly with crossover cables. Gigabit Ethernet & 10-Gigabit Ethernet Know your 1000Base types: names, distances, node numbers, etc. Know your…
-
Ethernet Basics–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
The Physical Network Ethernet Basics What is Ethernet? The Ethernet frame (of data) never really changes! Max frame is 1,500 bytes. Ethernet is defined by the IEEE 802.3 standard. The IEEE has defined many versions of Ethernet. For the test, be able to recognize the Ethernet naming syntax. 802.3 standards: 802.3a 802.3b 802.3i 802.3ae and more Standard Nomenclature (for Ethernet): 10 Base 5 ’10’ is the speed in Mbps ‘5’ is the length of the cable (5 for 500m, But today the only value we’ll see here is ‘T’.) ‘Base’–only one channel on the entire bandwidth. or, ‘Broad’–Broadband is ethernet that runs like cable TV (with lots of channels or…
-
Cabling & Topology–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
The Physical Network Cabling & Topology Network Topologies ‘Star-Bus’ topology is considered a hybrid topology. When each host is interconnected this is considered a fully meshed topology. Logical topology is the electronic circuit flow of frames. Topology is the organization of how the 1’s & 0’s (binary data) in the form of frames, move from host to host. Star-Bus topology is the primary topology that we use today. Ethernet uses exclusively ‘Star-Bus’. If you’re plugging a computer into a network, it’s probably using Ethernet, & it’s probably using ‘Star-Bus’. MESH is a topology that’s pretty much unique to wireless networks. Everybody connects to everybody else. Fully meshed vs partially meshed…
-
Understanding Networks–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes
Understanding Networks Network Models What is a model? Models are used to represent how networks function. There are 2 very popular network models: the OSI 7-Layer model, & the TCP/IP model OSI Model vs. TCP/IP Model OSI Model (older; more detailed) 7- Application 6- Presentation 5- Session 4- Transport 3- Network 2- Data Link 1- Physical TCP/IP Model (more modern; not as detailed/complicated/more simplified) 4- Application 3- Transport 2- Internet 1- Network Interface (Link) Notes: The OSI model is being supplanted with the TCP/IP model. The TCP Internet layer most closely matches the OSI Network layer. Meet The Frame (Packets) Devices on a network send & receive data in discreet…