What is a network?
computers which are interconnected for the purpose of exchanging data
What is a protocol?
A set of rules that determines how data is transmitted over different computers on the network. They allow devices to communicate with each other regardless of their differences.
What are the ways in which networks are connected?
They can be wired(cooper wires, electrical signal) or wireless(radio waves)
What is a LAN?
What is a WAN?
What is a VLAN?
Why are VLANs implemented?
For scalability, security and ease of network management. They can quickly adapt to changes in network environments and relocation of nodes.
What is a SAN?
What are some features of SANs?| 6 features
What is a WLAN?
What is PAN?
What is P2P?
Network model which allows direct exchange of files and data
What is NAS?
Differences between internet and extranet.
Internet* public* less secure* accessible by anyone* large number of users can access it* not owned by anyone* general public uses it* less costlyExtranet* private* secure* username and password required* limited number of users can access it* owned by an organization* employees use it* expensive
What is the OSI model?
The open systems intercommunication model is a conceptual model that represents how communication over networks is divided
What are the layers in the OSI model?
Application layer, presentation layer, session layer, transport layer, network layer, data link layer and physical layer| “A”ll “P”eople “S”eem “T”o “N”eed “D”ata “P”rocessing
What does the application layer do?
It is used by end-user software such as web browsers and email clients. It provides protocols that allow software to send and receive information and present data to users.| e.g - HTTPS, FTP, POP, SMTP, DNS
What does the presentation layer do?
It prepares data for the application layer:* Data reformatting to ensure character encoding scheme is correct* Performs encyrption(data can only be decrypted and the destination node)* Data compression
What does the session layer do?
What does the transport layer do?
What is TCP?
Connection oriented protocol which is reliable, slower than UDP and has error correction
What is UDP?
Connectionless protocol which is unreliable, faster with no error correction but discards the packets and request to resend instead
What is flow control?
The sender and receiver might be sending and receiving at different speeds, but the data is not lost
What does the network layer do?
The segments are broken down into packets. The path is selected and the source and destination node IP addresses are added