Local Area Network Flashcards
Software that takes the incoming data received by the network card, keeps it organized, sends it to the app that needs it, and then takes outgoing data from the app and hands it to the NIC to be sent out over the network
Network Protocol Software
Group of simple protocols
Protocol Stack/Suite
The primary protocol of most modern networks, including the Internet
Transmission Control Protocol/Internet Protocol (TCP/IP)
Identifies the node and the network on which it resides in a TCP/IP network. Unique identification number for your system on the network
IP Address
Internet standard protocol that provides a common layer over dissimilar networks; used to move packets among host computers and through gateways if necessary. Part of the TCP/IP protocol suite. Uses the dotted-decimal format - x.x.x.x. Where each x represents an 8-bit binary number (0-255)
Internet Protocol version 4 (IPv4)
Portion of the IP address that identifies the network
Network ID
Portion of the IP address that identifies the local computer
Host ID
A value used by the NIC to distinguish which part of the IP address identifies the network ID and which part of the address identifies the host. It blocks out/masks the network portion of an IP address
Subnet Mask
Every computer on a single LAN must have _____ network ID and a ______ host ID
Same, seprare
When two computers have the same IP address, they won’t be able to talk to each other and other computers won’t know where to send data
IP Conflict
In a TCP/IP network, the nearest router to a particular host. This router’s IP address is part of the necessary TCP/IP configuration for communicating with multiple networks using IP
Default Gateway
TCP/IP name resolution system that translates a host name into an IP address. Uses UDP port 53
Domain Name Services (DNS)
Special computers that keep databases of IP addresses and their corresponding names
DNS Servers
.com, .edu, .mil, .int, .org, .gov, and .net
Top-Level Domains (TLDs)
General business domain
.com
Educational organization domain
.edu
Military organization domain
.mil
International domain
.int
Nonprofit organization domain
.org
Government organization domain
.gov
Internet organization domain
.net
Protocol that enables client hosts to request and receive TCP/IP settings automatically from an appropriately configured server. Uses UDP ports 67 and 68
Dynamic Host Control Protocol (DHCP)
Manually set IP address that will not change
Static IP address
Connection-oriented protocol used with TCP/IP. Gets an app’s data from one machine to another reliably and completely
Transmission Control Protocol (TCP)
Connectionless protocol used with TCP/IP. Works best when you have a lot of data to send that doesn’t need to be perfect or when the systems are so close to each other that the chances of a problem occurring are too small to bother worrying about. Faster than TCP
User Datagram Protocol (UDP)
Services such as HTTP or SSH that run atop TCP/IP
TCP/IP Services
Extremely fast protocol used for network file transfers in the WWW environment. Uses port 80
Hypertext Transfer Protocol (HTTP)
Terminal emulation program similar to Telnet, except that the entire connection is encrypted
Secure Shell (SSH)