week 3 again Flashcards
(9 cards)
What is API
API is a set of instructions that allows application layer to communicate with network
What are sockets used for
Sockets are used for programmers to access TCP/IP in a manner like reading/writing a file
Registered ports are accessible to
network users and processes that do not have special administrative privilege
Dynamic/Private ports are accessible to
anyone
What does kernel consist of
file, sockets, TCP, IP, Ethernet and device driver
What is ARP
Obtains MAC of host by creating a table of mappings of MAC to IP
How is ARP used
Static arp entries filled out manually using ARP utility
What is meant by validating the packet and frame
Checking if destination address matches and receipt is error free
What is Winsock
Winsock is a Windows API that allows developers to write network applications