export_week 14 chapter 13 ethernet and tcpip networking Flashcards
, tab
Domain Names
▪ Hierarchical system of network address identifiers used throughout the Internet and on local area networks, intranets and extranets ▪ Created so users would not have to memorize IP addresses
, tab
what is the Domain name resolution ?
translates domain names into IP addresses
, tab
what does DNS Domain Name System do ?
▪ Uses a massive distributed database containing a directory system of servers
▪ Each entry contains a domain name and an associated IP addres
, tab
Domain Name System (DNS) diagram
DNS Server Hierarchy

, tab
The Elements of a Domain Name
, tab
Top Domain Name Registrations
, tab
Domain Name Resolution diagram
://s3.amazonaws.com/classconnection/655/flashcards/7082655/png/imagegfh0qx-14A5D8663DA589825FD.png
what is DOEs Transport Layer ▪ TCP protocol?
▪ TCP protocol ▪ Sends a packet to TCP at the destination site, requesting a connection ▪ Handshaking – back and forth series of requests and acknowledgments
, tab
▪ If handshaking negotiations are successful in the transport layer ?
▪ If handshaking negotiations are successful, a connection is opened
▪ Connection is logically full-duplex
, tab
Three-Way TCP Connection Handshake Diagram
ws.com/classconnection/655/flashcards/7082655/png/imagegq72qx-14A7DE018793E0C9E3C.png

, tab
TCP Segment Format Diagram
, tab
Network Layer IP protocol?
▪ IP protocol ▪ Responsible for relaying packets from the source end node to the destination end node through intermediate nodes ▪ Performed using datagram packet switching and logical IP addresses ▪ Best-attempt unreliable service ▪ Size of datagram ranges from 20 to 65,536 bytes ▪ Header size between 20 and 60 bytes
, tab
IPv4 Addresses
▪ Registered and allocated by ICANN ▪ 32 bits long divided into 4 octets ▪ Assigned in blocks of contiguous addresses ▪ Number of addresses is a power of two
, tab
IPv4 Addresses ▪ Divided into three levels?
▪ Network address ▪ Subnetworks (subnets) ▪ Hosts (nodes)
, tab
what does Masks do ?
▪ Used to separate the different parts of the address
, tab
IPv4 Datagram Format Diagram ?

, tab
IP Addresses Diagram ?
IP Block Addresses

, tab
IP Addresses IP Hierarchy and Subnet Mask Diagram ?
IP Hierarchy and Subnet Mask

, tab
Reseved IP Addresses
, tab
Two methods to distribute IP addresses more efficiently:?
- Use of private network IP addresses behind a router 2. Dynamic Host Configuration Protocol (DHCP)
, tab
what does Dynamic Host Configuration Protocol (DHCP) do ?
Maintain a bank of available IP addresses and assign them dynamically to computers for use when the computers are attached to the network Method often used by large organizations, DSL and cable providers
, tab
what does DHCP Client and server ?
* DHCP client on computer or network device broadcasts a query to locate the DHCP server * DHCP server responds with a lease which includes an IP address, domain name of network, IP address of DNS server, subnet mask, IP address of gateway and other configuration parameters
, tab
Operation of IP two major functions?
- ▪ Routes datagrams from node to node until they reach their destination node 2. ▪ Translates IP addresses to physical addresses before it passes the packets to the data link later for delivery
, tab
(ARP)
Address Resolution Protocol