The Bits and Bytes of Computer Networking Flashcards
What are the five layers of the TCP/IP Model
- Application Layer
- Transport Layer
- Network Layer
- Data Link Layer
- Physical Layer
Cat5 Cable (copper)
- Uses voltage for transfer of data
Fiber Optic Cable (glass)
Uses bursts of light for transfer of data
What is a Switch?
A Layer 2 device that connects multiple networks or computers together and determines which to output first for effective communication
What is a router?
Layer 2 device that insects IP address in order to know where to send data.
what is DHCP?
Dynamic Host Configuration Protocol is responsible for assigning IP addresses to clients connecting to the network.
What is ARP?
Address Resolution Protocol is used to discover the hardware address of a node from an IP address.
What is Subnetting?
The Process of taking large networks and splitting into smaller individual subnetworks or subnets which each subnet will have its own gateway router.
What is CIDR?
Classless Inner Domain Routing expands on the concept of Subnetting by allowing for arbitrary network sizes instead of being listed by IP address classes.
A network has the ability to direct traffic toward all of the receiving services. What provides this ability in the transport layer?
Multiplexing
The concept of taking traffic that’s all aimed at the same node and delivering it to the proper receiving service is known as?
Demultiplexing
What are the layers of the OSI Model?
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
Ports 1024-49151 are known as what kind of ports?
Registered ports
- Used for lots of other network services that might not be quite as common any user of any privilege can access these ports.
The instantiation of an endpoint in a potential TCP connection is known as a?
Socket
Which field in a Transmission Control Protocol (TCP) header provides the next expected segment?
The Acknowledgment Number