– Deliver messages, send, receive, store messages– Popular programs: S dịch - – Deliver messages, send, receive, store messages– Popular programs: S Việt làm thế nào để nói

– Deliver messages, send, receive,

– Deliver messages, send, receive, store messages
– Popular programs: Sendmail and Microsoft Exchange Server
• Mail clients
– Send and retrieve messages to/from mail servers
– Popular programs: Microsoft Outlook, Thunderbird

• SMTP (Simple Mail Transfer Protocol)
• Protocol responsible for moving messages
– From one mail server to another
• Over TCP/IP-based networks
• Operates at Application layer
– Relies on TCP at Transport layer
• Operates from port 25
• Provides basis for Internet e-mail service
– Relies on higher-level programs for its instructions
• Services provide friendly, sophisticated mail interfaces
• SMTP (cont’d.)
• Simple subprotocol
– Transports mail, holds it in a queue
• Client e-mail configuration
– Identify user’s SMTP server
• Use DNS: Identify name only
– No port definition
• Client workstation, server assume port 25
• MIME (Multipurpose Internet Mail Extensions)
• SMPT drawback: 1000 ASCII character limit
• MIME standard
– Encodes, interprets binary files, images, video, non-ASCII character sets within e-mail message
– Identifies each mail message element according to content type
• Text, graphics, audio, video, multipart
• Does not replace SMTP
– Works in conjunction with it
• Encodes different content types so that SMTP is fooled into thinking it is transporting an ASCII message stream
• POP (Post Office Protocol)
• Application layer protocol
– Retrieve messages from mail server
• POP3 (Post Office Protocol, version 3)
– Current, popular version
– Relies on TCP; operates over port 110
– Store-and-forward type of service
• Advantages
– Minimizes server resources
• Mail deleted from server after retrieval (disadvantage for mobile users)
– Mail server, client applications support POP3
• IMAP (Internet Message Access Protocol)
• More sophisticated alternative to POP3
• IMAP4: current version
• Advantages
– Replace POP3 without having to change e-mail programs
– E-mail stays on server after retrieval
• Good for mobile users
• IMAP (cont’d.)
• Features
– Users can retrieve all or portion of mail message
– Users can review messages and delete them
• While messages remain on server
– Users can create sophisticated methods of organizing messages on server
– Users can share mailbox in central location
• IMAP (cont’d.)
• Disadvantages
– Requires more storage space, processing resources than POP servers
– Network managers must watch user allocations closely
– IMAP4 server failure
• Users cannot access mail
• Additional TCP/IP Utilities
• TCP/IP transmission process
– Many points of failure
• Utilities
– Help track down most TCP/IP-related problems
– Help discover information about node, network
• Nearly all TCP/IP utilities
– Accessible from command prompt
– Syntax differs per operating system
• Ipconfig
• Command-line utility providing network adapter information
– IP address, subnet mask, default gateway
• Windows operating system tool
– Command prompt window
• Type ipconfig and press Enter
– Switches manage TCP/IP settings
• Forward slash ( / ) precedes command switches
• Requires administrator rights
– To change workstation’s IP configuration
• Ifconfig
• Utility used on UNIX and Linux systems
– Modify TCP/IP network interface settings
– Release, renew DHCP-assigned addresses
– Check TCP/IP setting status
– Runs at UNIX, Linux system starts
• Establishes computer TCP/IP configuration
• Used alone or with switches
– Uses hyphen ( - ) before some switches
– No preceding character for other switches
• netstat
• Displays TCP/IP statistics, component details, host connections
• Used without switches
– Displays active TCP/IP connections on machine
• Can be used with switches
• nbtstat
• NetBIOS
– Protocol runs in Session and Transport layers
– Associates NetBIOS names with workstations
– Not routable
• Can be made routable by encapsulation
• Nbtstat utility
– Provides information about NetBIOS statistics
– Resolves NetBIOS names to IP addresses
– Useful only on Windows-based operating systems and NetBIOS
• Limited use as TCP/IP diagnostic utility
• Hostname, Host, and Nslookup
• Hostname utility
– Provides client’s host name
• Administrator may change
• Host utility
– Learn IP address from host name
– No switches: returns host IP address or host name
– On Windows need to down third-party version of host
• Nslookup
– Query DNS database from any network computer
• Find the device host name by specifying its IP address
– Verify host configured correctly; troubleshoot DNS resolution problems
• Dig
• Domain information groper
• Similar to nslookup
– Query DNS database
– Find specific IP address host name
• Useful for diagnosing DNS problems
• Dig utility provides more detailed information than nslookup
• Flexible: two dozen switches
• Included with UNIX, Linux operating systems
• Windows system: must obtain third party code
• Traceroute (Tracert)
• Windows-based systems: tracert
• On some Linux systems: tracepath
• Uses ICMP ECHO requests
– To trace path from one networked node to another
– Identifying all intermediate hops between two nodes
• Transmits UDP datagrams to specified destination
– Using either IP address or host name
• To identify destination
• Several switches available
• mtr (my traceroute)
• Comes with UNIX, Linux operating systems
– Route discovery, analysis utility
• Combines ping, traceroute functions
– Output: easy-to-read chart
• Simplest form
– mtr ip_address or mtr host_name
• Run continuously
• Stop with Ctrl+C or add limiting option to command
• Number of switches refine functioning, output
• Results misleading
– If devices prevented from responding to ICMP traffic
• mtr (my traceroute)
• Windows operating systems
– pathping program as command-line utility
– Similar switches to mtr
– pathping output differs slightly
• Displays path first
• Then issues hundreds of ICMP ECHO requests before revealing reply, packet loss statistics
• Route
• Route utility
– Shows host’s routing table
• UNIX or Linux system
– Type route and press Enter
• Windows-based system
– Type route print and press Enter
• Cisco-brand router
– Type show ip route and press Enter
• Route (cont’d.)
• Route command
– Add, delete, modify routes
• Route command help
– UNIX or Linux system
• Type man route
– Windows system
• Type route ?
• Summary
• Subnetting separates network into multiple segments or subnets
• Creating subnets involves changing IP address bits to represent network information
• CIDR is a newer variation on traditional subnetting
• Last four blocks represent interface in IPv6
• Gateways facilitate communication between subnets
• Different types of address translation protocols exist
• Several utilities exist for TCP/IP network discovery, troubleshooting
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
– Deliver messages, send, receive, store messages– Popular programs: Sendmail and Microsoft Exchange Server• Mail clients – Send and retrieve messages to/from mail servers– Popular programs: Microsoft Outlook, Thunderbird• SMTP (Simple Mail Transfer Protocol)• Protocol responsible for moving messages– From one mail server to another• Over TCP/IP-based networks• Operates at Application layer– Relies on TCP at Transport layer• Operates from port 25• Provides basis for Internet e-mail service– Relies on higher-level programs for its instructions• Services provide friendly, sophisticated mail interfaces• SMTP (cont’d.)• Simple subprotocol– Transports mail, holds it in a queue• Client e-mail configuration– Identify user’s SMTP server• Use DNS: Identify name only– No port definition• Client workstation, server assume port 25• MIME (Multipurpose Internet Mail Extensions)• SMPT drawback: 1000 ASCII character limit• MIME standard– Encodes, interprets binary files, images, video, non-ASCII character sets within e-mail message– Identifies each mail message element according to content type• Text, graphics, audio, video, multipart• Does not replace SMTP– Works in conjunction with it• Encodes different content types so that SMTP is fooled into thinking it is transporting an ASCII message stream• POP (Post Office Protocol)• Application layer protocol– Retrieve messages from mail server• POP3 (Post Office Protocol, version 3)– Current, popular version– Relies on TCP; operates over port 110– Store-and-forward type of service• Advantages– Minimizes server resources• Mail deleted from server after retrieval (disadvantage for mobile users)– Mail server, client applications support POP3• IMAP (Internet Message Access Protocol)• More sophisticated alternative to POP3• IMAP4: current version• Advantages– Replace POP3 without having to change e-mail programs– E-mail stays on server after retrieval• Good for mobile users• IMAP (cont’d.)• Features– Users can retrieve all or portion of mail message– Users can review messages and delete them• While messages remain on server– Users can create sophisticated methods of organizing messages on server– Users can share mailbox in central location• IMAP (cont’d.)• Disadvantages– Requires more storage space, processing resources than POP servers– Network managers must watch user allocations closely– IMAP4 server failure• Users cannot access mail• Additional TCP/IP Utilities• TCP/IP transmission process– Many points of failure• Utilities– Help track down most TCP/IP-related problems– Help discover information about node, network• Nearly all TCP/IP utilities– Accessible from command prompt– Syntax differs per operating system• Ipconfig• Dòng lệnh tiện ích cung cấp thông tin bộ điều hợp mạng-Địa chỉ IP, mặt nạ mạng con và cổng mặc định• Windows điều hành hệ thống công cụ-Cửa sổ dấu nhắc lệnh• Gõ ipconfig và nhấn Enter-Thiết bị chuyển mạch quản lý cài đặt TCP/IP• Dấu gạch chéo phía trước (/) đến trước lệnh thiết bị chuyển mạch• Yêu cầu quyền quản trị -Để thay đổi cấu hình IP của máy trạm• Ifconfig• Tiện ích được sử dụng trên hệ thống UNIX và Linux-Sửa đổi cài đặt giao diện mạng TCP/IP-Phát hành, gia hạn DHCP tự gán địa chỉ-Kiểm tra trạng thái thiết đặt TCP/IP-Chạy tại UNIX, Linux hệ thống bắt đầu• Thiết lập cấu hình máy tính TCP/IP• Sử dụng một mình hoặc với thiết bị chuyển mạch-Sử dụng gạch nối (-) trước khi một số thiết bị chuyển mạch-Không có nhân vật trước cho các thiết bị chuyển mạch• netstat• Thống kê Hiển thị TCP/IP, thành phần thông tin chi tiết, máy chủ kết nối• Sử dụng mà không có thiết bị chuyển mạch-Hiển thị hoạt động TCP/IP kết nối trên máy tính• Có thể được sử dụng với thiết bị chuyển mạch• nbtstat• NetBIOS-Giao thức chạy trong phiên làm việc và vận chuyển lớp-Kết hợp các NetBIOS tên với các máy trạm làm việc-Không phải routable• Có thể được thực hiện routable bởi đóng gói• Nbtstat Tiện ích-Cung cấp thông tin về số liệu thống kê NetBIOS-Giải quyết các NetBIOS tên để địa chỉ IP-Hữu ích chỉ trên Windows dựa trên hệ điều hành và NetBIOS• Giới hạn sử dụng là TCP/IP chẩn đoán tiện ích• Tên máy chủ, máy chủ, và Nslookup• Tên máy tiện ích-Cung cấp tên máy chủ của khách hàng• Administrator may change• Host utility– Learn IP address from host name– No switches: returns host IP address or host name– On Windows need to down third-party version of host• Nslookup– Query DNS database from any network computer• Find the device host name by specifying its IP address– Verify host configured correctly; troubleshoot DNS resolution problems• Dig• Domain information groper• Similar to nslookup– Query DNS database– Find specific IP address host name• Useful for diagnosing DNS problems• Dig utility provides more detailed information than nslookup• Flexible: two dozen switches• Included with UNIX, Linux operating systems• Windows system: must obtain third party code• Traceroute (Tracert)• Windows-based systems: tracert• On some Linux systems: tracepath• Uses ICMP ECHO requests– To trace path from one networked node to another– Identifying all intermediate hops between two nodes• Transmits UDP datagrams to specified destination– Using either IP address or host name• To identify destination• Several switches available• mtr (my traceroute)• Comes with UNIX, Linux operating systems– Route discovery, analysis utility• Combines ping, traceroute functions– Output: easy-to-read chart• Simplest form– mtr ip_address or mtr host_name• Run continuously• Stop with Ctrl+C or add limiting option to command• Number of switches refine functioning, output• Results misleading– If devices prevented from responding to ICMP traffic• mtr (my traceroute)• Windows operating systems– pathping program as command-line utility– Similar switches to mtr– pathping output differs slightly• Displays path first• Then issues hundreds of ICMP ECHO requests before revealing reply, packet loss statistics• Route• Route utility– Shows host’s routing table• UNIX or Linux system– Type route and press Enter• Windows-based system– Type route print and press Enter• Cisco-brand router– Type show ip route and press Enter• Route (cont’d.)• Route command– Add, delete, modify routes• Route command help– UNIX or Linux system• Type man route– Windows system• Type route ?• Summary• Subnetting separates network into multiple segments or subnets• Creating subnets involves changing IP address bits to represent network information• CIDR is a newer variation on traditional subnetting• Last four blocks represent interface in IPv6• Gateways facilitate communication between subnets• Different types of address translation protocols exist• Several utilities exist for TCP/IP network discovery, troubleshooting
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
- Cung cấp các tin nhắn, gửi, nhận, lưu trữ thông
- chương trình được ưa thích: Sendmail và Microsoft Exchange Server
• Thư khách hàng
- Gửi và nhận thư từ / đến máy chủ mail
- chương trình được ưa thích: Microsoft Outlook, Thunderbird • SMTP (Simple Mail Transfer Protocol) • Nghị định thư chịu trách nhiệm di chuyển thư - Từ một máy chủ thư đến một mạng • Hơn TCP / IP dựa trên • Hoạt động ở lớp Application - Dựa vào TCP ở lớp Transport • Hoạt động từ cổng 25 • Cung cấp cơ sở cho dịch vụ Internet e-mail - Dựa vào higher- chương trình cấp cho hướng dẫn của nó • Dịch vụ cung cấp thân thiện, giao diện thư tinh vi • SMTP (tt.) • subprotocol Simple - Transports mail, giữ nó trong một hàng đợi • Khách hàng cấu hình e-mail - Xác định máy chủ SMTP của người sử dụng • Sử dụng DNS: Xác định tên chỉ - Không có định nghĩa cổng • máy trạm Client, máy chủ giả định cổng 25 • MIME (Multipurpose Internet Mail Extensions) • SMPT nhược điểm: 1000 ASCII giới hạn ký tự • Tiêu chuẩn MIME - mã hóa, giải thích các tập tin nhị phân, hình ảnh, video, các bộ ký tự khác ASCII trong e -mail nhắn - Xác định mỗi yếu tố mail theo kiểu nội dung • Văn bản, đồ họa, âm thanh, video, multipart • Không thay SMTP - công trình kết hợp với nó • Mã hóa các loại nội dung khác nhau để SMTP là bị lừa vào suy nghĩ nó đang vận chuyển một tin ASCII dòng • POP (Post Office Protocol) giao thức lớp • Ứng dụng - Tải tin nhắn từ máy chủ mail • POP3 (Post Office Protocol, phiên bản 3) - hiện tại, phiên bản phổ biến - Dựa vào TCP; hoạt động trên cổng 110 - Store-and-forward loại dịch vụ • Ưu điểm - Giảm thiểu tài nguyên máy chủ • Thư đã xóa từ máy chủ sau khi thu hồi (bất lợi cho người sử dụng điện thoại di động) - Mail server, các ứng dụng client hỗ trợ POP3 • IMAP (Internet Message Access Protocol) • More tinh vi POP3 • IMAP4: Phiên bản hiện tại • Ưu điểm - Thay thế POP3 mà không cần phải thay đổi các chương trình e-mail - E-mail nằm trên máy chủ sau khi hồi • Tốt cho người sử dụng điện thoại di động • IMAP (tt.) • Các tính năng - Người dùng có thể lấy tất cả hoặc một phần của tin nhắn qua thư - Người dùng có thể xem lại các tin nhắn và xóa chúng • Trong khi các tin nhắn vẫn còn trên máy chủ - Người dùng có thể tạo ra các phương pháp tinh vi của tổ chức thư trên máy chủ - Người dùng có thể chia sẻ hộp thư ở vị trí trung tâm • IMAP (tt.) • Nhược điểm - đòi hỏi không gian lưu trữ nhiều hơn, nguồn lực xử lý hơn so với các máy chủ POP - nhà quản lý mạng phải xem phân bổ sử dụng chặt chẽ - máy chủ thất bại IMAP4 • Người sử dụng không thể truy cập thư • bổ sung TCP / IP Utilities quá trình truyền dẫn • TCP / IP - Nhiều điểm của sự thất bại • Tiện ích - Giúp theo dõi nhất TCP / các vấn đề liên quan đến IP - Trợ giúp khám phá thông tin về nút, mạng • Gần như tất cả TCP / tiện ích IP - Truy cập từ dấu nhắc lệnh - Cú pháp khác nhau tùy theo hệ điều hành • Ipconfig • Command-line tiện ích cung cấp thông tin card mạng - IP địa chỉ, subnet mask , gateway mặc định • Windows công cụ hệ điều hành - Chỉ huy cửa sổ nhắc • Loại ipconfig và nhấn Enter - Công tắc quản lý các thiết lập TCP / IP • Chuyển tiếp giảm (/) trước lệnh chuyển đổi • Đòi hỏi quyền quản trị - Để thay đổi cấu hình IP máy trạm của • Ifconfig • Tiện ích sử dụng trên hệ thống UNIX và Linux - Sửa đổi TCP / cài đặt giao diện mạng IP - Phát hành, đổi địa chỉ DHCP giao - Kiểm tra thiết lập trạng thái TCP / IP - Chạy tại UNIX, hệ thống Linux bắt đầu • Thiết lập cấu hình máy tính TCP / IP • Được sử dụng một mình hoặc với thiết bị chuyển mạch - Sử dụng dấu gạch ngang (-) trước một số công tắc - Không trước ký tự cho thiết bị chuyển mạch khác • netstat • Hiển thị TCP / số liệu thống kê IP, chi tiết thành phần, kết nối máy chủ • Được sử dụng mà không cần thiết bị chuyển mạch - Hiển thị các hoạt động TCP / IP trên máy • Có thể được sử dụng với các thiết bị chuyển mạch • nbtstat • NetBIOS - Nghị định thư chạy trong phiên và Giao thông vận tải lớp - tên Associates NetBIOS với các máy trạm - Không thể định tuyến • Có thể được thực hiện định tuyến bằng cách đóng gói • tiện ích nbtstat - Cung cấp thông tin về số liệu thống kê NetBIOS - Giải quyết tên NetBIOS thành địa chỉ IP - viết chỉ trên các hệ điều hành dựa trên nền Windows và NetBIOS • Giới hạn sử dụng như TCP / IP chẩn đoán tiện ích • Hostname, Host, và Nslookup tiện ích • Hostname - Cung cấp tên máy chủ của khách hàng • Quản trị viên có thể thay đổi • tiện ích Máy chủ - Tìm hiểu địa chỉ IP từ tên host - Không có thiết bị chuyển mạch: trả về địa chỉ IP máy chủ hoặc máy chủ Tên - Trên Windows cần đến phiên bản xuống bên thứ ba của chủ nhà • Nslookup - cơ sở dữ liệu DNS Query từ bất kỳ máy tính mạng • Tìm tên máy chủ thiết bị bằng cách xác định địa chỉ IP của nó - Kiểm tra máy chủ được cấu hình một cách chính xác; khắc phục sự cố các vấn đề độ phân giải DNS • Dig thông tin • Domain Groper • Tương tự như nslookup - cơ sở dữ liệu DNS Query - Tìm tên địa chỉ IP máy chủ cụ thể • Hữu ích cho việc chẩn đoán các vấn đề DNS • tiện ích Dig cung cấp thông tin chi tiết hơn nslookup • Linh hoạt: hai chục thiết bị chuyển mạch • Kèm với UNIX , hệ điều hành Linux phải có được mã của bên thứ ba: • hệ thống Windows • Traceroute (Tracert) hệ thống • Windows dựa trên: tracert • Trên một số hệ thống Linux: tracepath • Sử dụng các yêu cầu ICMP ECHO - Để theo dõi đường đi từ một nút mạng khác - Xác định tất cả trung gian hops giữa hai nút • Truyền UDP datagrams đến địa điểm quy định - Sử dụng một trong hai địa chỉ hoặc tên máy chủ IP • Để xác định điểm đến • Một số thiết bị chuyển mạch có sẵn • mtr (traceroute của tôi) • Đi kèm với UNIX, hệ điều hành Linux - Tuyến đường khám phá, tiện ích phân tích • Kết hợp ping, chức năng traceroute - Output: dễ đọc biểu đồ • hình thức đơn giản nhất - ip_address mtr hoặc mtr host_name • Chạy liên tục • Ngừng với Ctrl + C hoặc thêm hạn chế tùy chọn để chỉ huy • Số công tắc tinh chỉnh chức năng, sản lượng • Kết quả sai lệch - Nếu thiết bị ngăn cản không đáp ứng ICMP giao thông • mtr (traceroute của tôi) • Windows hệ điều hành - chương trình pathping như tiện ích dòng lệnh - thiết bị chuyển mạch tương tự để mtr - kiểm tra đường dẫn ra hơi khác • Hiển thị đường dẫn đầu tiên • Sau đó, vấn đề hàng trăm yêu cầu ICMP ECHO trước khi tiết lộ bài trả lời , thống kê mất gói tin • Route tiện ích • Route - Hiển thị bảng định tuyến máy chủ của • hệ thống UNIX hay Linux - Loại đường và nhấn Enter • Hệ thống dựa trên Windows - Loại route print và nhấn Enter • router Cisco-thương hiệu - Loại đường show ip và nhấn Enter • Tuyến (tt.) • Route lệnh - Thêm, xóa, sửa đổi các tuyến • lệnh Route giúp đỡ - UNIX hay Linux hệ thống • đường man Loại - Windows hệ thống? • Loại đường • Tóm tắt • Subnetting ngăn cách mạng thành nhiều phân đoạn hoặc mạng con • Tạo mạng con gồm việc thay đổi các bit địa chỉ IP để đại diện cho thông tin mạng • CIDR là một biến thể mới hơn về subnetting truyền thống • bốn khối cuối đại diện cho giao diện trong IPv6 • Cổng điều kiện giao tiếp giữa các mạng con • Các loại khác nhau của các giao thức dịch địa chỉ tồn tại • Một vài tiện ích tồn tại cho TCP / IP phát hiện mạng, xử lý sự cố




















































































































































































đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: