Windows Networking Protocols Flashcards
(16 cards)
protocol that allows one system to query another system/request a service from another program located on a different computer within a network;
present on all Windows systems
Uses TCP port 135 for endpoint mapping;
works similarly to a 3 way handshake
RPC
what port does RPC use for endpoint mapping?
TCP port 135
Enables client-server communication for executing code on a remote system
RPC Remote Procedure Call
Application Programming Interface (API) that allows applications on separate computers to communicate over a Local Area Network (LAN)
NetBIOS
Servers are often referred to as __________, which helps direct RPC traffic
endpoint mapper
Windows OS uses ____ for tasks such as file sharing, printer sharing, and resource discovery
NetBIOS
identifies network devices on the LAN
NetBIOS Names
reliable, connection-oriented communication;
securing and maintaining connections between devices for data transfer
NetBIOS Sessions
allows for connectionless communication;
used for broadcast messages
NetBIOS Datagrams
**NetBIOS port used for Name Service- name resolution and addressing to IP addresses
Port 137
**NetBIOS port for Session Service- connections and data transfer sessions between devices;
reliable, connection-oriented communication
port 139
**NetBIOS port for Datagram Service- connectionless communication for broadcast messages
port 138
network file-sharing protocol that allows applications and users to read and write files and request services from server programs in a computer network;
shared access to files, printers, and other resources over a network
SMB Server Message Block
allows a computer to find other devices and computers on a network;
easier browsing & connecting to network resources
Network Discovery
network diagnostic tool used to display information about active TCP connections, listening ports, and various network statistics for both IPv4 and IPv6
netstat
allows administrators to manage network resources, configure network settings, and perform a wide range of network-related tasks efficiently;
User and Group, service, & network Management
net.exe