Y12 Networking Flashcards
(65 cards)
What are the four layers of the DoD TCP/IP Model?
- Network Access
- Internet
- Transport
- Application
remember ATIN
What is the primary purpose of the OSI model?
To standardize the functions of a telecommunication system for interoperability, scalability, security, and efficiency.
What does the Network Layer do in the OSI model?
It manages routing and logical addressing of data across networks. It uses IP addresses to uniquely identify sending and receiving devices
Define MAC Address and its role.
A MAC (media access control) address is a unique hardware identifier assigned to network interfaces at the data link layer used for communication on the local network
What is the main function of the Internet Layer in the DoD model?
Handles packaging, addressing, and routing of data; corresponds to OSI’s Network Layer.
List the seven layers of the OSI model.
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
remember: please do not throw sausage pizza away
How do switches use MAC addresses for layer 2 switching?
- the process of using MAC addresses to make decisions on how to foward data packets between devices on the same network
- the mechanism of the action is learning, forwarding and filtering
What protocols operate at the Transport Layer?
TCP and UDP
What are the two primary purposes of an IP address?
- Network interface identification
- Location addressing
What is the purpose of the Application Layer (Layer 7) in the OSI model?
- facilitates interaction between software applications and network
- manages how data is presented to the user and manages user input
- provides the interface
Protocols include HTTP, SMPT, DNS
What is the function of the Presentation Layer (Layer 6)? OSI
- ensures data is transferred through the network in a suitable format
- converts data from an application format into a network format and vice versa
Protocols include ACSII, JPEG, MPEG
What does the Session Layer (Layer 5) do? OSI
- establishes, manages and terminates the connections (sessions) between local and remote applications
- introduces checkpoints into data stream, which can be used for recovery
Protocols include CHAP, PAP, RPC
What is the role of the Transport Layer (Layer 4)? OSI
- ensures the data is transferred reliably without any errors through error detection
- breaks down large data files into smaller segments
Protocols include TCP, UDP
What is handled by the Network Layer (Layer 3)? OSI
- manages routing of data packets across complex networks
- uses IP addresses to uniquely identify sending and receiving devices
- breaks packets into smaller fragments
Protocols include IP, ICMP, BGP
What does the Data Link Layer (Layer 2) manage? OSI
- handles error-free transfer of data packets
- adds MAC addresses to frames
Protocols include ethernet, wifi and PPP
What is the responsibility of the Physical Layer (Layer 1)? OSI
- converts digital bits into electrical signals
Protocols include USB, Bluetooth, ethernet, DSC
what is the function of the application layer (layer 4) dod model?
- enables the user to interact with the app or network
- handles encryption and description and coordinates conversations between applications and includes authentication and reconnection
Protocols include HTTP, SMTP, POP, FTP, HTTPS etc.
what is the function of the transport layer of the dod model (layer 3)
- transfers data across a network
- determines how much data to send, to where and at what rate
- encapsulates data by adding header to the piece, called data segments
Protocols include TCP and UDP
what is the function of the internet layer of dod (layer 2)
- handles packaging, addressing, and routing of data
- this is where IP addresses are applied for routing purposes
Protocols include ARP, IP etc
what is the function of the network layer (layer 1) dod
- handles moving data into and out of a networks physical link and handles problems resulting from bit transmission errors
- responsible for transporting data using electrical, mechanical or procedural interfaces
Protocols include network medium and NIC
what are ip addresses and how do they work with layer 3 routing
- unique identifier assigned to each device connected to a computer network
- the purpose is a network interface identification and location addressing
Layer 3 routing - transferring data packets from one network to another, which occurs at network layer
what is a protocol
- set of rules and conventions that govern communication between devices over a network
- they define the procedures and formats that devices must follow to perform tasks
- operate at various layers of networks
what is the role of UDP
- user datagram protocol (UDP) is a protocol used to transmit information across a network without prior communication
- some characteristics include speed and simplicity, no error recovery, unreliable delivery and non-sequential, broadcasting
- doesn’t establish a connection before sending data, so data packets (datagrams) can be sent anytime without formal handshakes
- speeds up data sending process by sending packets without making any agreement and recipient has to make sense of data
- includes checksum but is optional
- header length is fixed, exactly 8 bytes
what is the role of TCP
- transmission control protocol (TCP) provides a reliable, ordered, and error-checked delivery of a stream of data
- key characteristics include reliability, ordered data transfer, error checking, flow control and congestion control
- works by using a ‘three way handshake’
1. client device initiates data transfer and sends a sequence number (SYN)
2. server acknowledges the SYN and sends its own SYN number (SYN-ACK)
3. client acknowledges the servers SYNACK so therefore ACK - requires a connection between two endpoints so best for emails and texting, file transfers and web browsers