Network and Security Flashcards
These are physical media that connect devices within a network
Cables
These are devices that connect multiple devices on a network.
Switches
These are devices that connect multiple networks together.
Routers
These devices create a wireless local area network, or WLAN, usually in an office or large building.
Wireless Access Points
A suite of communication protocols used to interconnect network devices on the internet; the basic communication language or protocol of the internet
TCP/IP (Transmission Control Protocol/Internet Protocol)
This is the lowest layer of the TCP/IP model, which corresponds to the combination of the Physical and Data Link layers of the OSI model. It handles the transmission of data between devices on the same network.
Network Interface Layer
This layer is equivalent to the Network layer of the OSI model. It’s responsible for the transmission of data across networks, and it defines the IP addressing scheme.
Internet Layer
This layer is equivalent to the Transport layer of the OSI model. It provides communication session management between host computers. The protocols used here are TCP and UDP.
Transport Layer
This is the highest layer in the TCP/IP model, corresponding to the Session, Presentation, and Application layers of the OSI model. It includes protocols like HTTP, SMTP, FTP, etc.
Application Layer
A conceptual framework that standardizes the functions of a communication system into seven categories
Open Systems Interconnection (OSI) Model
This is the lowest layer of the OSI model. It represents the physical devices and media that carry the data.
Physical Layer (Layer 1)
This layer provides node-to-node data transfer—a link between two directly connected nodes.
Data Link Layer (Layer 2)
This layer is responsible for packet forwarding, including routing through different networks.
Network Layer (Layer 3)
This layer provides transparent transfer of data between end users, thus providing reliable data transfer.
Transport Layer (Layer 4)
This layer manages communication sessions, i.e., it controls the dialogues/connections between computers.
Session Layer (Layer 5)
This layer translates data for the application layer based on the syntax or semantics that the application accepts
Presentation Layer (Layer 6)
This is the topmost layer that directly interacts with the software applications.
Application Layer (Layer 7)
This command is used to test the reachability of a host on an IP network and to measure the round-trip time for packets sent from the local host to a destination computer.
Ping
This command is used to track in real-time the pathway taken by a packet on an IP network from source to destination, reporting the IP addresses of all the routers it passed along the way.
Traceroute (tracert on Windows)
These commands are used to display or set the network configuration of a system. They can provide information like IP address, subnet mask, default gateway, etc.
Ipconfig (Windows) / ifconfig (Linux)
This command displays active network connections and listening ports, helping to identify unwanted connections or services that might be running.
Netstat