Computer Networking & Security Flashcards
What is the Physical Layer?
Represents the Physical devices that interconnect Computers. Copper, Fiber, and Wireless (Radio). Deals with the Cables, Connectors, and their respective Specifications.
Data Unit: Bits (The 1s, and 0s)
What is the Data Link Layer?
Responsible for defining a common way of interpreting these signals so network devices can communicate.
Protocol: Ethernet and/ or WiFi (wireless radio)
Data Unit: Frames
Addressing: MAC Address (00:07:5f:d5:2b:84)
What is the Network Layer?
Allows different networks to communicate with each other through devices known as routers.
Protocol: IP
Data Unit: Packets/ Datagram
Addressing: IP address (192.168.1.1)
What is the Transport Layer?
Sorts out which client and server programs are supposed to receive appropriate data.
Protocol: TCP/ UDP
Data Units: Segmets
Address: Port Numbers (443, 8080)
What is the Application Layer?
Home of applications - web browsers to Email clients.
Protocols: HTTP, SMTP
Data: Messages
What is Internet Protocol (IP)?
The Heart of the Internet and most smaller networks around the world.
Crosstalk
When an electrical pulse on one wire is accidentally detected on another wire.
Fiber Cables
Contain individual optical fibers, which are tine tubes made out of glass about the width of a human hair.
-transfer data faster than copper
-more expensive
Hub
A physical layer device that allows for connections from many computers at once.
-Layer 1 device
Collision Domain
A network segment where only one device can communicate at a time.
Switch
Primary device used to connect computers on a single network, referred to as a LAN, Local Area Network.
-Switching is the process of moving data within networks
-Layer 2 device
-inspects Ethernet Data
-Maintains MAC address Table
*Learn
*Flood
*Forward
Router
*A device that knows how to forward data between independent networks.
*A network device that forwards traffic depending on the destination address of that traffic.
-Layer 3 device
-Inspects IP Data
*Directly connected
*Static Route
*Dynamic Route
Border Gateway Protocol (BGP)
Routers share data with each other via this protocol, which lets them learn about the most optimal paths to forward traffic.
Bit
The smallest representation of data that a computer can understand: either a 1 or a 0.
Modulation
A way of varying the voltage of this charge moving across the cable
Duplex Communication
Concept that information can flow in both directions across the cable
Simplex communication
Data flows only one way - unidirectional.
Ethernet
The protocol most widely used to send data across individual links. (CAT5, CAT6, CAT7)
Carrier Sense Multiple Access / Collision Detection (CSMA/ CD)
Used to determine when the communications channels are clear, and when a device is free to transmit Data.
MAC Address
A Globally unique identifier attached to an individual network interface. It consists of a 48-bit number normally represented by 6 groupings of 2 hexadecimal numbers.
First 3 Octets of a MAC = Organizationally Unique Identifier (OUI)
Last 3 Octets of a MAC = Vendor assigned (NIC)
Binary
A representation of numbers using only 2-digits.
Hexadecimal
A representation of numbers using 16-digits.