Networking basics Flashcards
Definitions/ Names
Define Network
Nodes Connected together to exchange data, audio, storage, video, and management.
A Network needs what to be sustainable?
High Bandwidth, Low latency, and scalable for growth.
What are Computing, Storage, and management nodes?
Source or destination of traffic.
What is a NIC?
Network Interface Card.
Example of a NIC?
End nodes such as Wifi card/ Ethernet port.
What is the path of an end node?
Cable> Switchboard
To have nodes communicate they need the same ________ ________.
Communication Protocols.
What is a protocol?
A Protocol defines the rule set of communication.
4 examples of Protocols
- How to set up
- How/why it terminates
- The message format
- How errors are handeled
__________ _________ Is a group of __________ that run concurrently to implement network communications breaking them down into layers.
Protocol Suites/ Protocols
What does OSI model stand for?
Open Systems Interconnection
Define OSI model.
ISO standard model that describes 7 layers that computer systems used to communicate over a network. Generic protocol independent standard. Adopted world wide in 1980’s.
What layers refer to OSI layers?
Layer 2 & Layer 3 (IP)
TCP/IP models implement ___ _______ due to what?
OSI Model. Due to them having a suite of protocols that enable end to end data communication services.
What is a TCP/IP?
The physical data link combined as a network layer- with NO presentation or session layers- Defines how computers should be connected to the internet and how data is transmitted between them
TCP/IP Suite is what?
Is a set of communication protocols used on the internet
TCIP has _____ Layers while OSI model has _____ Layers.
4 layers/ 7 layers
Internet layer protocols= _________ & ________ = Layer 3
IPv4 & IPv6
Transport layer protocols= _________ & __________= Layer 4
TCP & UDP
Application layer protocols= __________, ___________, & __________= Layer 7
HTTP, FTP, & EVT
What is in the network access layer?
Ethernet
Sending application Creates message that are passed to a production line> Lower layers which add relevant data called?
Encapsulating
Whats a header?
Supplemental data placed at the beginning of a block of data.
What does a Header do?
When transmitted header data is used at the receiving side to extract the data from the encapsulated data packet.