Networking Fundamentals (1) Flashcards
What is a network
Two or more computers connected together
Computers can be any type of computing device (IPSO)
Can be wired or wireless
Why have a network?
Share data, remote communication, share resources, such as printers, DBs
How computers communicate on a network, what is needed on both sides?
Applications that wish to communicate with one another
Common protocol
Network Interface to connect to network
Transmission media (wired/wireless)
Diagrams page19
Client / Server communication
Client initiates the connection
Server waits for clients to connect (has the option to accept or deny)
Explain P2P connections
No dedicated server, both clients act as client and server
What is an IP Address
Number that identifies a node on the network
e.g.
IPv4 - 192.168.1.10
IPv6 - 2601:140:8780:43f0:2d1e:9ebb:92f0:d6e9
Explain MAC Addresses
Physical address of the network interface
Cannot be changed and is assigned by the NIC vendor
Unicast
Data being sent to one device
Multicast
One to some
Broadcast
One to all
What is a protocol
Set of rules or “language” for communication
A host will use several protocols to make a connection on the network
What is a port
Number that represents an application on the network
What is a socket
A port that is in use
Unique combination of protocol, IP address and port
Provide an example of a socket
TCP 192.168.1.5:80
How many layers in the OSI Model
7
OSI Model layer 1
Physical
What is Protocol Data Unit (PDA)?
Specific block of information transferred over a network