Domain 4 - Networking Security Flashcards
What is a simplex connection?
This is a one way communication.
What is a half-duplex connection?
Can send or receives, but only one at a time. Not simultaneous.
What is a full-duplex connection?
a connection that can send a receive data simultaneously.
What is baseband?
networks have one channel and can only send one signal at a time. Ethernet is baseband.
What is broadband?
networks that have multiple channels and can receive multiple signals at a time.
What is an extranet?
A connection between private intranets.
Which is more commonly used, packet switching or circuit switching?
packet switching. cost is a major factor, but capacity is not guaranteed. Can support QOS.
Is TCP sequential?
Yes
What is the best use case for UDP?
real-time or near real-time applications.
What is a Personal Area Network (PAN)?
Your local network that is in reach.
What is a Metropolitan Area Network?
Large network, like a college campuses or large city networks.
What is a Global Area Network (GAN)
A network used for supporting mobile users across a number of wireless LAN. Seamless transition from network to network.
What are the seven layers in the OSI model
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer
What sentence can help you remember the layers?
Please Do Not Throw Sausage Pizza Away!
What are are bits located on in the OSI model?
The Physical Layer, Layer 1
What layer are frames located on in the OSI model?
Layer 2, the data link layer.
What layer are packets located on?
Layer 3, the networking layer.
What layer are segments located on?
Layer 4, the transport layer.
What layers(s) do data live on?
Session, presentation, or application. Also known as layers 5, 6, and 7
Where are wires, fibers, radio waves located in the OSI model?
The physical layer. Layer 1
What is a downside to copper twisted pairs?
They are the least secure and easily eavesdropped on.
Where are network topologies in the OSI model?
They are in layer 1, the physical layer.
Where are MAC addresses in the OSI model?
On layer 2, the data link layer
Are Mac Addresses secure?
No. They can be easily spoofed.
What bit are Mac Addresses
48 or 64 bit.
What layer is Address Resolution Protocol on?
Layer 2, the data link layer.
What layer is IMAP in the OSI model?
Layer 7, the application layer.
Is TCP connection oriented?
Yes
Does UDP care if traffic makes it to the destination?
No
What layer is TCP on in the OSI model
Layer 4, Transportation